Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I64NEG (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c233 case TGSI_OPCODE_I64NEG: in tgsi_opcode_infer_type()
Dtgsi_exec.c5856 case TGSI_OPCODE_I64NEG: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h601 TGSI_OPCODE_I64NEG = 238, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp620 case TGSI_OPCODE_I64NEG: in inferSrcType()
3979 case TGSI_OPCODE_I64NEG: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2615 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = i64neg_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1966 [TGSI_OPCODE_I64NEG] = nir_op_ineg,
Dnir_to_tgsi.c1403 [nir_op_ineg] = { TGSI_OPCODE_INEG, TGSI_OPCODE_I64NEG }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12206 [TGSI_OPCODE_I64NEG] = { ALU_OP0_NOP, egcm_i64neg },
12433 [TGSI_OPCODE_I64NEG] = { ALU_OP0_NOP, egcm_i64neg },
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst1418 - r600: Support TGSI_OPCODE_I64NEG
D21.1.0.rst1709 - gallium/ttn: Add support for TGSI_OPCODE_I64NEG/ABS.