Home
last modified time | relevance | path

Searched refs:has_hiz (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c321 res->aux.has_hiz = 0; in crocus_resource_disable_aux()
436 const bool has_hiz = devinfo->ver >= 6 && !res->mod_info && in crocus_resource_configure_aux() local
447 assert(has_ccs + has_mcs + has_hiz <= 1); in crocus_resource_configure_aux()
453 } else if (has_hiz) { in crocus_resource_configure_aux()
544 res->aux.has_hiz |= 1 << level; in crocus_resource_configure_aux()
Dcrocus_resource.h168 uint16_t has_hiz; member
Dcrocus_resolve.c736 return res->aux.has_hiz & 1 << level; in crocus_resource_level_has_hiz()
/third_party/mesa3d/docs/relnotes/
D19.2.3.rst113 - iris: Clear ::has_hiz when disabling aux
D19.3.0.rst2637 - iris: Clear ::has_hiz when disabling aux
D21.1.0.rst4610 - iris: Drop iris_resource::aux::has_hiz
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.h116 bool has_hiz; member
Dbrw_mipmap_tree.c157 return brw->has_separate_stencil && brw->has_hiz; in needs_separate_stencil()
179 } else if (isl_surf_usage_is_depth(mt->surf.usage) && brw->has_hiz) { in brw_miptree_choose_aux_usage()
1511 mt->level[level].has_hiz = true; in brw_miptree_level_enable_hiz()
1670 return mt->level[level].has_hiz; in brw_miptree_level_has_hiz()
2183 mt->level[l].has_hiz = false; in brw_miptree_make_shareable()
Dbrw_context.c889 brw->has_hiz = false; in brw_process_driconf_options()
1011 brw->has_hiz = devinfo->has_hiz_and_separate_stencil; in brw_create_context()
Dbrw_context.h825 bool has_hiz; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c740 const bool has_hiz = !res->mod_info && !INTEL_DEBUG(DEBUG_NO_HIZ) && in iris_resource_configure_aux() local
750 assert(!has_mcs || !has_hiz); in iris_resource_configure_aux()
758 } else if (has_hiz) { in iris_resource_configure_aux()
784 if (!has_hiz || iris_sample_with_depth_aux(devinfo, res)) in iris_resource_configure_aux()