summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-04-11 13:38:02 -0700
committerJason Ekstrand <[email protected]>2016-04-13 12:44:07 -0700
commit2caaf0ac5e0266c69e64309af9307e422e48b44d (patch)
tree8f3e4ed1c2ec4c27a59f1f9065d1fbf3ba6b892d /src/compiler/nir/nir.h
parentffa0e12e15bdfd0116446bfc5697e9e250770981 (diff)
nir/lower_indirect: nir_variable_mode is now a bitfield
Acked-by: Eric Anholt <[email protected]> Reviewed-by: Rob Clark <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r--src/compiler/nir/nir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index 255c3a03d72..098094552bf 100644
--- a/src/compiler/nir/nir.h
+++ b/src/compiler/nir/nir.h
@@ -2185,7 +2185,7 @@ void nir_lower_var_copies(nir_shader *shader);
bool nir_lower_global_vars_to_local(nir_shader *shader);
-bool nir_lower_indirect_derefs(nir_shader *shader, uint32_t mode_mask);
+bool nir_lower_indirect_derefs(nir_shader *shader, nir_variable_mode modes);
bool nir_lower_locals_to_regs(nir_shader *shader);