intel/common/icl: Disable hiz surface sampling
On gen11+ AUX_HIZ is not a supported value for surfaces being sampled by the 3D sampler. Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -823,6 +823,7 @@ static const struct gen_device_info gen_device_info_cnl_5x8 = {
|
||||
GEN11_HW_INFO, \
|
||||
.has_64bit_types = false, \
|
||||
.has_integer_dword_mul = false, \
|
||||
.has_sample_with_hiz = false, \
|
||||
.gt = _gt, .num_slices = _slices, .l3_banks = _l3, \
|
||||
.num_subslices = _subslices
|
||||
|
||||
|
||||
Reference in New Issue
Block a user