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

/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c543 #define UNOP(nop, aop) \ macro
555 UNOP(f2f16, fmov);
556 UNOP(f2f32, fmov);
557 UNOP(fround_even, roundeven);
558 UNOP(ftrunc, trunc);
559 UNOP(ffloor, floor);
560 UNOP(fceil, ceil);
561 UNOP(frcp, rcp);
562 UNOP(frsq, rsqrt);
563 UNOP(flog
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1649 #define UNOP(nir_op, spirv_op) \ macro
1655 UNOP(nir_op_ineg, SpvOpSNegate)
1656 UNOP(nir_op_fneg, SpvOpFNegate)
1657 UNOP(nir_op_fddx, SpvOpDPdx)
1658 UNOP(nir_op_fddx_coarse, SpvOpDPdxCoarse)
1659 UNOP(nir_op_fddx_fine, SpvOpDPdxFine)
1660 UNOP(nir_op_fddy, SpvOpDPdy)
1661 UNOP(nir_op_fddy_coarse, SpvOpDPdyCoarse)
1662 UNOP(nir_op_fddy_fine, SpvOpDPdyFine)
1663 UNOP(nir_op_f2i1
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp4999 #define UNOP(NAME, OPCODE, AVAIL) \ macro
5064 UNOP(sin, ir_unop_sin, always_available) function
5065 UNOP(cos, ir_unop_cos, always_available)
5388 UNOP(exp, ir_unop_exp, always_available) function
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) function
6789 UNOP(dFd function
6924 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions) function
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp4509 #define UNOP(NAME, OPCODE, AVAIL) \ macro
4574 UNOP(sin, ir_unop_sin, always_available) function
4575 UNOP(cos, ir_unop_cos, always_available)
4900 UNOP(exp, ir_unop_exp, always_available) function
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) function
6281 UNOP(dFdx, ir_unop_dFdx, derivatives) function
6282 UNOP(dFdxCoars
6467 UNOP(bitfieldReverse, ir_unop_bitfield_reverse, gpu_shader5_or_es31_or_integer_functions) function
[all...]

Completed in 31 milliseconds