diff options
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 804a6561bff..4480fff58a1 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2544,6 +2544,7 @@ typedef struct nir_lower_subgroups_options { bool lower_to_scalar:1; bool lower_vote_trivial:1; bool lower_subgroup_masks:1; + bool lower_shuffle:1; } nir_lower_subgroups_options; bool nir_lower_subgroups(nir_shader *shader, |