anv: set maxFragmentDualSrcAttachments to 1
[mesa.git] / src / compiler / glsl / ir_builder.h
index b483ebf6269968921626e28ac0508c76df020e91..231fbfcdb3eb6ed8c0416ac74e0cff7226e05486 100644 (file)
@@ -168,6 +168,7 @@ ir_expression *logic_or(operand a, operand b);
 ir_expression *bit_not(operand a);
 ir_expression *bit_or(operand a, operand b);
 ir_expression *bit_and(operand a, operand b);
+ir_expression *bit_xor(operand a, operand b);
 ir_expression *lshift(operand a, operand b);
 ir_expression *rshift(operand a, operand b);