Searched refs:max2 (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp78 return max2(src, dst);
180 return max2(max2(swizzle_x(v), swizzle_y(v)), swizzle_z(v));
H A Dir_builder.h205 ir_expression *max2(operand a, operand b);
H A Dir_builder.cpp219 ir_expression *max2(operand a, operand b) function in namespace:ir_builder
H A Dlower_ubo_reference.cpp267 index = max2(index, zero);
H A Dbuiltin_functions.cpp5250 max2(abs(y_over_x),
5336 body.emit(assign(t, min2(max2(x, imm(-10.0f)), imm(10.0f))));
7393 ir_expression *max3 = max2(x, max2(y,z));
7407 ir_expression *mid3 = max2(min2(x, y), max2(min2(x, z), min2(y, z)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp78 return max2(src, dst);
180 return max2(max2(swizzle_x(v), swizzle_y(v)), swizzle_z(v));
H A Dir_builder.h205 ir_expression *max2(operand a, operand b);
H A Dir_builder.cpp219 ir_expression *max2(operand a, operand b) function in namespace:ir_builder
H A Dlower_ubo_reference.cpp265 index = max2(index, zero);
H A Dbuiltin_functions.cpp4760 max2(abs(y_over_x),
6862 ir_expression *max3 = max2(x, max2(y,z));
6876 ir_expression *mid3 = max2(min2(x, y), max2(min2(x, z), min2(y, z)));

Completed in 51 milliseconds