Searched refs:has_hiz (Results 1 – 10 of 10) sorted by relevance
348 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() local606 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()
159 uint16_t has_hiz; member
434 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()
617 return res->aux.has_hiz & 1 << level; in iris_resource_level_has_hiz()
113 - iris: Clear ::has_hiz when disabling aux
2637 - iris: Clear ::has_hiz when disabling aux
116 bool has_hiz; member
157 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()
868 brw->has_hiz = false; in brw_process_driconf_options()988 brw->has_hiz = devinfo->has_hiz_and_separate_stencil; in brwCreateContext()
835 bool has_hiz; member