Searched refs:has_hiz (Results 1 – 11 of 11) sorted by relevance
321 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() local447 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()
168 uint16_t has_hiz; member
736 return res->aux.has_hiz & 1 << level; in crocus_resource_level_has_hiz()
113 - iris: Clear ::has_hiz when disabling aux
2637 - iris: Clear ::has_hiz when disabling aux
4610 - iris: Drop iris_resource::aux::has_hiz
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 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()
889 brw->has_hiz = false; in brw_process_driconf_options()1011 brw->has_hiz = devinfo->has_hiz_and_separate_stencil; in brw_create_context()
825 bool has_hiz; member
740 const bool has_hiz = !res->mod_info && !INTEL_DEBUG(DEBUG_NO_HIZ) && in iris_resource_configure_aux() local750 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()