aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_bool_to_int32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/nir/nir_lower_bool_to_int32.c')
-rw-r--r--src/compiler/nir/nir_lower_bool_to_int32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/nir/nir_lower_bool_to_int32.c b/src/compiler/nir/nir_lower_bool_to_int32.c
index e331de488a3..0978207e72d 100644
--- a/src/compiler/nir/nir_lower_bool_to_int32.c
+++ b/src/compiler/nir/nir_lower_bool_to_int32.c
@@ -53,6 +53,8 @@ lower_alu_instr(nir_alu_instr *alu)
case nir_op_vec2:
case nir_op_vec3:
case nir_op_vec4:
+ case nir_op_vec8:
+ case nir_op_vec16:
case nir_op_inot:
case nir_op_iand:
case nir_op_ior: