Home
last modified time | relevance | path

Searched defs:has_hiz (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.h116 bool has_hiz; member
Dbrw_context.h825 bool has_hiz; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h168 uint16_t has_hiz; member
Dcrocus_resource.c436 const bool has_hiz = devinfo->ver >= 6 && !res->mod_info && in crocus_resource_configure_aux() local
/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