X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglsl%2Fir_builder.h;h=108b53a5e470e7c6060cf4f3dfbfcebc8482c331;hb=bb0d6db974ea920491aca2eb011064fd3c2fb676;hp=f00e6f3b38c00f37de3a52ae163a0568b2264458;hpb=8d1400fe123dc229e87a3a6316b0697f864695a3;p=mesa.git diff --git a/src/glsl/ir_builder.h b/src/glsl/ir_builder.h index f00e6f3b38c..108b53a5e47 100644 --- a/src/glsl/ir_builder.h +++ b/src/glsl/ir_builder.h @@ -139,7 +139,6 @@ ir_expression *carry(operand a, operand b); ir_expression *borrow(operand a, operand b); ir_expression *round_even(operand a); ir_expression *dot(operand a, operand b); -ir_expression *dotlike(operand a, operand b); ir_expression *clamp(operand a, operand b, operand c); ir_expression *saturate(operand a); ir_expression *abs(operand a);