Lines Matching refs:UNOP
4999 #define UNOP(NAME, OPCODE, AVAIL) \
5064 UNOP(sin, ir_unop_sin, always_available)
5065 UNOP(cos, ir_unop_cos, always_available)
5388 UNOP(exp, ir_unop_exp, always_available)
5389 UNOP(log, ir_unop_log, always_available)
5390 UNOP(exp2, ir_unop_exp2, always_available)
5391 UNOP(log2, ir_unop_log2, always_available)
5392 UNOP(atan_op, ir_unop_atan, is_nir)
6430 UNOP(not, ir_unop_logic_not, always_available)
6789 UNOP(dFdx, ir_unop_dFdx, derivatives)
6790 UNOP(dFdxCoarse, ir_unop_dFdx_coarse, derivative_control)
6791 UNOP(dFdxFine, ir_unop_dFdx_fine, derivative_control)
6792 UNOP(dFdy, ir_unop_dFdy, derivatives)
6793 UNOP(dFdyCoarse, ir_unop_dFdy_coarse, derivative_control)
6794 UNOP(dFdyFine, ir_unop_dFdy_fine, derivative_control)
6924 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions)