Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c330 res->aux.has_hiz = 0; in crocus_resource_disable_aux()
445 const bool has_hiz = devinfo->ver >= 6 && !res->mod_info && in crocus_resource_configure_aux() local
456 assert(has_ccs + has_mcs + has_hiz <= 1); in crocus_resource_configure_aux()
462 } else if (has_hiz) { in crocus_resource_configure_aux()
553 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/gallium/drivers/iris/
Diris_resource.c792 const bool has_hiz = !INTEL_DEBUG(DEBUG_NO_HIZ) && in iris_resource_configure_aux() local
801 assert(!has_hiz); in iris_resource_configure_aux()
807 } else if (has_hiz) { in iris_resource_configure_aux()