Home | History | Annotate | Download | only in glsl

Lines Matching refs:min3

863    B1(min3)
2904 add_function("min3",
5465 ir_expression *min3 = min2(x, min2(y,z));
5466 body.emit(ret(min3));