Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c348 res->aux.has_hiz = 0; in iris_resource_disable_aux()
596 const bool has_hiz = !res->mod_info && !(INTEL_DEBUG & DEBUG_NO_HIZ) && in iris_resource_configure_aux() local
606 assert(!has_mcs || !has_hiz); in iris_resource_configure_aux()
609 if (has_ccs && (has_mcs || has_hiz)) { in iris_resource_configure_aux()
623 } else if (has_hiz) { in iris_resource_configure_aux()
732 res->aux.has_hiz |= 1 << level; in iris_resource_configure_aux()
Diris_resource.h159 uint16_t has_hiz; member
Diris_clear.c434 if (!(res->aux.has_hiz & (1 << level))) in can_fast_clear_depth()
492 if (!(res->aux.has_hiz & (1 << res_level))) in fast_clear_depth()
Diris_resolve.c617 return res->aux.has_hiz & 1 << level; in iris_resource_level_has_hiz()
/external/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
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.h116 bool has_hiz; member
Dintel_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 intel_miptree_choose_aux_usage()
1559 mt->level[level].has_hiz = true; in intel_miptree_level_enable_hiz()
1726 return mt->level[level].has_hiz; in intel_miptree_level_has_hiz()
2240 mt->level[l].has_hiz = false; in intel_miptree_make_shareable()
Dbrw_context.c868 brw->has_hiz = false; in brw_process_driconf_options()
988 brw->has_hiz = devinfo->has_hiz_and_separate_stencil; in brwCreateContext()
Dbrw_context.h835 bool has_hiz; member