diff options
Diffstat (limited to 'src/intel/compiler/brw_nir.c')
-rw-r--r-- | src/intel/compiler/brw_nir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c index cbfafd4db02..dbad4a14b17 100644 --- a/src/intel/compiler/brw_nir.c +++ b/src/intel/compiler/brw_nir.c @@ -656,6 +656,7 @@ brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir) .lower_to_scalar = true, .lower_subgroup_masks = true, .lower_vote_trivial = !is_scalar, + .lower_shuffle = true, }; OPT(nir_lower_subgroups, &subgroups_options); |