Searched refs:TGSI_OPCODE_I64NEG (Results 1 – 10 of 10) sorted by relevance
233 case TGSI_OPCODE_I64NEG: in tgsi_opcode_infer_type()
5856 case TGSI_OPCODE_I64NEG: in exec_instruction()
601 TGSI_OPCODE_I64NEG = 238, enumerator
620 case TGSI_OPCODE_I64NEG: in inferSrcType()3979 case TGSI_OPCODE_I64NEG: in handleInstruction()
2615 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = i64neg_emit_cpu; in lp_set_default_actions_cpu()
1966 [TGSI_OPCODE_I64NEG] = nir_op_ineg,
1403 [nir_op_ineg] = { TGSI_OPCODE_INEG, TGSI_OPCODE_I64NEG }, in ntt_emit_alu()
12206 [TGSI_OPCODE_I64NEG] = { ALU_OP0_NOP, egcm_i64neg },12433 [TGSI_OPCODE_I64NEG] = { ALU_OP0_NOP, egcm_i64neg },
1418 - r600: Support TGSI_OPCODE_I64NEG
1709 - gallium/ttn: Add support for TGSI_OPCODE_I64NEG/ABS.