Searched refs:TGSI_OPCODE_INEG (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 167 case TGSI_OPCODE_INEG: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5507 case TGSI_OPCODE_INEG: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 468 TGSI_OPCODE_INEG = 123, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 564 case TGSI_OPCODE_INEG: in inferSrcType() 3252 case TGSI_OPCODE_INEG: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 106 {D3D10_SB_OPCODE_INEG, OF_INT, TGSI_OPCODE_INEG},
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2554 bld_base->op_actions[TGSI_OPCODE_INEG].emit = ineg_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1897 [TGSI_OPCODE_INEG] = nir_op_ineg,
|
D | nir_to_tgsi.c | 1403 [nir_op_ineg] = { TGSI_OPCODE_INEG, TGSI_OPCODE_I64NEG }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11908 [TGSI_OPCODE_INEG] = { ALU_OP2_SUB_INT, tgsi_ineg}, 12105 [TGSI_OPCODE_INEG] = { ALU_OP2_SUB_INT, tgsi_ineg}, 12332 [TGSI_OPCODE_INEG] = { ALU_OP2_SUB_INT, tgsi_ineg},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 948 case TGSI_OPCODE_INEG: in translate_opcode() 10920 case TGSI_OPCODE_INEG: in emit_instruction()
|