Home | History | Annotate | Download | only in glsl

Lines Matching refs:mid3

865    B1(mid3)
2938 add_function("mid3",
5493 ir_expression *mid3 = max2(min2(x, y), max2(min2(x, z), min2(y, z)));
5494 body.emit(ret(mid3));