Lines Matching full:do_atan
624 void do_atan(ir_factory &body, const glsl_type *type, ir_variable *res, operand y_over_x);
3447 do_atan(outer_then, glsl_type::float_type, r, div(y, x));
3471 builtin_builder::do_atan(ir_factory &body, const glsl_type *type, ir_variable *res, operand y_over_x)
3527 do_atan(body, type, tmp, y_over_x);