intel/compiler: Re-add .vs_inputs_dual_locations = true

Looks like a rebase mistake.

Fixes: 89fe5190a2 ("intel/compiler: Lower flrp32 on Gen11+")
This commit is contained in:
Matt Turner
2018-02-28 13:25:21 -08:00
parent 7cb9353de3
commit debaa822ef

View File

@@ -57,6 +57,7 @@
.lower_unpack_snorm_4x8 = true, \ .lower_unpack_snorm_4x8 = true, \
.lower_unpack_unorm_2x16 = true, \ .lower_unpack_unorm_2x16 = true, \
.lower_unpack_unorm_4x8 = true, \ .lower_unpack_unorm_4x8 = true, \
.vs_inputs_dual_locations = true, \
.max_unroll_iterations = 32 .max_unroll_iterations = 32
static const struct nir_shader_compiler_options scalar_nir_options = { static const struct nir_shader_compiler_options scalar_nir_options = {