| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_emit_depth_stencil.c | 76 if (info->depth_surf) { 77 db.SurfaceType = isl_encode_ds_surftype[info->depth_surf->dim]; 78 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf); 79 db.Width = info->depth_surf->logical_level0_px.width - 1; 80 db.Height = info->depth_surf->logical_level0_px.height - 1; 82 db.Depth = info->depth_surf->logical_level0_px.depth - 1; 95 if (info->depth_surf || info->stencil_surf) { 116 if (info->depth_surf) { 126 db.TiledMode = isl_encode_tiling[info->depth_surf->tiling]; 130 isl_get_render_compression_format(info->depth_surf [all...] |
| H A D | isl.c | 2453 if (info->depth_surf && info->stencil_surf) { 2455 assert(info->depth_surf == info->stencil_surf); 2458 assert(info->depth_surf->dim == info->stencil_surf->dim); 2461 if (info->depth_surf) { 2462 assert((info->depth_surf->usage & ISL_SURF_USAGE_DEPTH_BIT)); 2463 if (info->depth_surf->dim == ISL_SURF_DIM_3D) { 2465 info->depth_surf->logical_level0_px.depth); 2468 info->depth_surf->logical_level0_px.array_len);
|
| H A D | isl.h | 1701 const struct isl_surf *depth_surf; member in struct:isl_depth_stencil_hiz_emit_info 1707 * isl_surf as depth_surf.
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_emit_depth_stencil.c | 69 if (info->depth_surf) { 70 db.SurfaceType = isl_to_gen_ds_surftype[info->depth_surf->dim]; 71 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf); 72 db.Width = info->depth_surf->logical_level0_px.width - 1; 73 db.Height = info->depth_surf->logical_level0_px.height - 1; 84 if (info->depth_surf || info->stencil_surf) { 91 if (info->depth_surf) { 101 db.TiledSurface = info->depth_surf->tiling != ISL_TILING_LINEAR; 102 db.TileWalk = info->depth_surf->tiling == ISL_TILING_Y0 ? TILEWALK_YMAJOR : 107 db.SurfacePitch = info->depth_surf [all...] |
| H A D | isl.c | 1894 if (info->depth_surf && info->stencil_surf) { 1896 assert(info->depth_surf == info->stencil_surf); 1899 assert(info->depth_surf->dim == info->stencil_surf->dim); 1902 if (info->depth_surf) { 1903 assert((info->depth_surf->usage & ISL_SURF_USAGE_DEPTH_BIT)); 1904 if (info->depth_surf->dim == ISL_SURF_DIM_3D) { 1906 info->depth_surf->logical_level0_px.depth); 1909 info->depth_surf->logical_level0_px.array_len);
|
| H A D | isl.h | 1376 const struct isl_surf *depth_surf; member in struct:isl_depth_stencil_hiz_emit_info 1382 * isl_surf as depth_surf.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_blorp.c | 1433 struct blorp_surf depth_surf, stencil_surf; local in function:brw_blorp_clear_depth_stencil 1448 blorp_surf_for_miptree(brw, &depth_surf, depth_mt, depth_mt->aux_usage, 1485 blorp_clear_depth_stencil(&batch, &depth_surf, &stencil_surf,
|
| H A D | brw_misc_state.c | 372 info.depth_surf = &depth_mt->surf;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_blorp.c | 1410 struct blorp_surf depth_surf, stencil_surf; local in function:brw_blorp_clear_depth_stencil 1424 blorp_surf_for_miptree(brw, &depth_surf, depth_mt, depth_mt->aux_usage, 1461 blorp_clear_depth_stencil(&batch, &depth_surf, &stencil_surf,
|
| H A D | brw_misc_state.c | 372 info.depth_surf = &depth_mt->surf;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp_genX_exec.h | 1563 info.depth_surf = ¶ms->depth.surf;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 5836 info.depth_surf = &depth_surface->isl; 5888 if (info.depth_surf) 5889 genX(cmd_buffer_emit_gfx12_depth_wa)(cmd_buffer, info.depth_surf);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp_genX_exec.h | 1666 info.depth_surf = ¶ms->depth.surf;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 3900 info.depth_surf = &surface->isl;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 2496 info.depth_surf = &zres->surf;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 3144 info.depth_surf = &zres->surf;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 7469 info.depth_surf = &zres->surf;
|