Searched refs:TGSI_OPCODE_I64NEG (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c233 case TGSI_OPCODE_I64NEG:
H A Dtgsi_exec.c6218 case TGSI_OPCODE_I64NEG:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c233 case TGSI_OPCODE_I64NEG:
H A Dtgsi_exec.c5935 case TGSI_OPCODE_I64NEG:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h598 TGSI_OPCODE_I64NEG = 238, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h600 TGSI_OPCODE_I64NEG = 238, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c805 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = emit_ineg;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c2487 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = i64neg_emit_cpu;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c2615 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = i64neg_emit_cpu;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1962 [TGSI_OPCODE_I64NEG] = nir_op_ineg,
H A Dnir_to_tgsi.c918 [nir_op_ineg] = { TGSI_OPCODE_INEG, TGSI_OPCODE_I64NEG },
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp680 case TGSI_OPCODE_I64NEG:
3941 case TGSI_OPCODE_I64NEG:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp620 case TGSI_OPCODE_I64NEG:
3973 case TGSI_OPCODE_I64NEG:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1474 emit_asm(ir, TGSI_OPCODE_I64NEG, result_dst, op[0]);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1553 emit_asm(ir, TGSI_OPCODE_I64NEG, result_dst, op[0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c12178 [TGSI_OPCODE_I64NEG] = { ALU_OP0_NOP, egcm_i64neg },
12405 [TGSI_OPCODE_I64NEG] = { ALU_OP0_NOP, egcm_i64neg },
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst1418 - r600: Support TGSI_OPCODE_I64NEG
H A D21.1.0.rst1709 - gallium/ttn: Add support for TGSI_OPCODE_I64NEG/ABS.

Completed in 87 milliseconds