Home
last modified time | relevance | path

Searched refs:hiz_surf (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c235 hiz.SurfacePitch = info->hiz_surf->row_pitch_B - 1; in isl_genX()
238 hiz.TiledMode = isl_encode_tiling[info->hiz_surf->tiling]; in isl_genX()
293 isl_surf_get_array_pitch_sa_rows(info->hiz_surf) >> 2; in isl_genX()
Disl.c1949 struct isl_surf *hiz_surf) in isl_surf_get_hiz_surf() argument
2042 return isl_surf_init(dev, hiz_surf, in isl_surf_get_hiz_surf()
2174 const struct isl_surf *hiz_surf = hiz_or_mcs_surf; in isl_surf_supports_ccs() local
2177 if (hiz_surf == NULL || hiz_surf->size_B == 0) in isl_surf_supports_ccs()
2180 assert(hiz_surf->usage & ISL_SURF_USAGE_HIZ_BIT); in isl_surf_supports_ccs()
2181 assert(hiz_surf->tiling == ISL_TILING_HIZ); in isl_surf_supports_ccs()
2182 assert(hiz_surf->format == ISL_FORMAT_HIZ); in isl_surf_supports_ccs()
Disl.h1742 const struct isl_surf *hiz_surf; member
2333 struct isl_surf *hiz_surf);
/third_party/mesa3d/docs/isl/
Dhiz.rst64 assert(info.hiz_surf->dim_layout == ISL_DIM_LAYOUT_GFX6_STENCIL_HIZ);
66 isl_surf_get_image_offset_B_tile_sa(info.hiz_surf,
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h1674 info.hiz_surf = &params->depth.aux_surf; in blorp_emit_depth_stencil_config()
1682 assert(info.hiz_surf->dim_layout == ISL_DIM_LAYOUT_GFX6_STENCIL_HIZ); in blorp_emit_depth_stencil_config()
1684 isl_surf_get_image_offset_B_tile_sa(info.hiz_surf, in blorp_emit_depth_stencil_config()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_misc_state.c395 info.hiz_surf = &depth_mt->aux_buf->surf; in brw_emit_depthbuffer()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c5850 info.hiz_surf = &hiz_surface->isl; in cmd_buffer_emit_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c3151 info.hiz_surf = &zres->aux.surf; in iris_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c7479 info.hiz_surf = &zres->aux.surf;