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:
Anuj Phogat 2018-02-16 13:44:10 -08:00 committed by Matt Turner
parent 370af9dcc0
commit f05e0d9c2a

View file

@ -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