diff options
author | Jason Ekstrand <[email protected]> | 2016-04-11 13:43:27 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-13 12:44:10 -0700 |
commit | dd616cab0154c24a5ac274acd98ab12f52079d5d (patch) | |
tree | bd1d9dbb8b220764e035ef47fff3b6cf8f67bf77 /src/compiler/nir/nir.h | |
parent | 2caaf0ac5e0266c69e64309af9307e422e48b44d (diff) |
nir/lower_io: Allow for a full bitmask of modes
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 098094552bf..ca19c0ae4e9 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2198,7 +2198,7 @@ void nir_assign_var_locations(struct exec_list *var_list, int (*type_size)(const struct glsl_type *)); void nir_lower_io(nir_shader *shader, - nir_variable_mode mode, + nir_variable_mode modes, int (*type_size)(const struct glsl_type *)); nir_src *nir_get_io_offset_src(nir_intrinsic_instr *instr); nir_src *nir_get_io_vertex_index_src(nir_intrinsic_instr *instr); |