Searched refs:hiz_surf (Results 1 – 8 of 8) sorted by relevance
243 hiz.SurfacePitch = info->hiz_surf->row_pitch_B - 1; in isl_genX()262 assert(info->hiz_surf->tiling == ISL_TILING_HIZ); in isl_genX()318 isl_surf_get_array_pitch_sa_rows(info->hiz_surf) >> 2; in isl_genX()
2019 struct isl_surf *hiz_surf) in isl_surf_get_hiz_surf() argument2078 return isl_surf_init(dev, hiz_surf, in isl_surf_get_hiz_surf()2183 const struct isl_surf *hiz_surf = hiz_or_mcs_surf; in isl_surf_supports_ccs() local2186 if (hiz_surf == NULL || hiz_surf->size_B == 0) in isl_surf_supports_ccs()2189 assert(hiz_surf->usage & ISL_SURF_USAGE_HIZ_BIT); in isl_surf_supports_ccs()2190 assert(hiz_surf->tiling == ISL_TILING_HIZ); in isl_surf_supports_ccs()2191 assert(isl_format_is_hiz(hiz_surf->format)); in isl_surf_supports_ccs()
1769 const struct isl_surf *hiz_surf; member2421 struct isl_surf *hiz_surf);
64 assert(info.hiz_surf->dim_layout == ISL_DIM_LAYOUT_GFX6_STENCIL_HIZ);66 isl_surf_get_image_offset_B_tile_sa(info.hiz_surf,
1725 info.hiz_surf = ¶ms->depth.aux_surf; in blorp_emit_depth_stencil_config()1733 assert(info.hiz_surf->dim_layout == ISL_DIM_LAYOUT_GFX6_STENCIL_HIZ); in blorp_emit_depth_stencil_config()1735 isl_surf_get_image_offset_B_tile_sa(info.hiz_surf, in blorp_emit_depth_stencil_config()
6352 info.hiz_surf = &hiz_surface->isl; in cmd_buffer_emit_depth_stencil()
3316 info.hiz_surf = &zres->aux.surf; in iris_set_framebuffer_state()
7484 info.hiz_surf = &zres->aux.surf;