Lines Matching refs:UNOP
5768 #define UNOP(NAME, OPCODE, AVAIL) \
5833 UNOP(sin, ir_unop_sin, always_available)
5834 UNOP(cos, ir_unop_cos, always_available)
6005 UNOP(exp, ir_unop_exp, always_available)
6006 UNOP(log, ir_unop_log, always_available)
6007 UNOP(exp2, ir_unop_exp2, always_available)
6008 UNOP(log2, ir_unop_log2, always_available)
6009 UNOP(atan, ir_unop_atan, always_available)
7047 UNOP(not, ir_unop_logic_not, always_available)
7486 UNOP(dFdx, ir_unop_dFdx, derivatives)
7487 UNOP(dFdxCoarse, ir_unop_dFdx_coarse, derivative_control)
7488 UNOP(dFdxFine, ir_unop_dFdx_fine, derivative_control)
7489 UNOP(dFdy, ir_unop_dFdy, derivatives)
7490 UNOP(dFdyCoarse, ir_unop_dFdy_coarse, derivative_control)
7491 UNOP(dFdyFine, ir_unop_dFdy_fine, derivative_control)
7621 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions)