Lines Matching defs:UNOP
4509 #define UNOP(NAME, OPCODE, AVAIL) \
4574 UNOP(sin, ir_unop_sin, always_available)
4575 UNOP(cos, ir_unop_cos, always_available)
4900 UNOP(exp, ir_unop_exp, always_available)
4901 UNOP(log, ir_unop_log, always_available)
4902 UNOP(exp2, ir_unop_exp2, always_available)
4903 UNOP(log2, ir_unop_log2, always_available)
5935 UNOP(not, ir_unop_logic_not, always_available)
6281 UNOP(dFdx, ir_unop_dFdx, derivatives)
6282 UNOP(dFdxCoarse, ir_unop_dFdx_coarse, derivative_control)
6283 UNOP(dFdxFine, ir_unop_dFdx_fine, derivative_control)
6284 UNOP(dFdy, ir_unop_dFdy, derivatives)
6285 UNOP(dFdyCoarse, ir_unop_dFdy_coarse, derivative_control)
6286 UNOP(dFdyFine, ir_unop_dFdy_fine, derivative_control)
6467 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions)