nir/spirv: Add a missing break statement
[mesa.git] / src / glsl / ir_builder.h
index f76453ffcf00166db5e4d4264a4ee11f4a6a4262..b483ebf6269968921626e28ac0508c76df020e91 100644 (file)
@@ -200,6 +200,7 @@ ir_expression *interpolate_at_sample(operand a, operand b);
 ir_expression *fma(operand a, operand b, operand c);
 ir_expression *lrp(operand x, operand y, operand a);
 ir_expression *csel(operand a, operand b, operand c);
+ir_expression *bitfield_extract(operand a, operand b, operand c);
 ir_expression *bitfield_insert(operand a, operand b, operand c, operand d);
 
 ir_swizzle *swizzle(operand a, int swizzle, int components);