diff options
Diffstat (limited to 'dist/Mesa/src/glsl/ir_builder.h')
-rw-r--r-- | dist/Mesa/src/glsl/ir_builder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/Mesa/src/glsl/ir_builder.h b/dist/Mesa/src/glsl/ir_builder.h index 573596cf1..108b53a5e 100644 --- a/dist/Mesa/src/glsl/ir_builder.h +++ b/dist/Mesa/src/glsl/ir_builder.h @@ -186,10 +186,6 @@ ir_expression *b2f(operand a); ir_expression *min2(operand a, operand b); ir_expression *max2(operand a, operand b); -ir_expression *interpolate_at_centroid(operand a); -ir_expression *interpolate_at_offset(operand a, operand b); -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); |