summaryrefslogtreecommitdiff
path: root/src/glsl/ir_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/ir_builder.h')
-rw-r--r--src/glsl/ir_builder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glsl/ir_builder.h b/src/glsl/ir_builder.h
index 4b85ea1395..f00e6f3b38 100644
--- a/src/glsl/ir_builder.h
+++ b/src/glsl/ir_builder.h
@@ -184,8 +184,8 @@ ir_expression *i2b(operand a);
ir_expression *f2b(operand a);
ir_expression *b2f(operand a);
-ir_expression *min(operand a, operand b);
-ir_expression *max(operand a, operand b);
+ir_expression *min2(operand a, operand b);
+ir_expression *max2(operand a, operand b);
ir_expression *fma(operand a, operand b, operand c);
ir_expression *lrp(operand x, operand y, operand a);