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

/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp624 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) function in class:builtin_builder
3527 do_atan(body, type, tmp, y_over_x);

Completed in 236 milliseconds