Searched refs:UNOPA (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 5775 #define UNOPA(NAME, OPCODE) \ macro 6010 UNOPA(sqrt, ir_unop_sqrt) in UNOP() 6011 UNOPA(inversesqrt, ir_unop_rsq) in UNOP() 6015 UNOPA(abs, ir_unop_abs) in UNOP() 6016 UNOPA(sign, ir_unop_sign) in UNOP() 6017 UNOPA(floor, ir_unop_floor) in UNOP() 6018 UNOPA(truncate, ir_unop_trunc) in UNOP() 6019 UNOPA(trunc, ir_unop_trunc) in UNOP() 6020 UNOPA(round, ir_unop_round_even) in UNOP() 6021 UNOPA(roundEven, ir_unop_round_even) in UNOP() [all …]
|