Searched refs:TGSI_OPCODE_INEG (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 163 { 1, 1, 0, 0, 0, 0, COMP, "INEG", TGSI_OPCODE_INEG }, 299 case TGSI_OPCODE_INEG: in tgsi_opcode_infer_src_type() 347 case TGSI_OPCODE_INEG: in tgsi_opcode_infer_dst_type()
|
D | tgsi_exec.c | 4069 case TGSI_OPCODE_INEG: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 373 #define TGSI_OPCODE_INEG 123 macro
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 388 case TGSI_OPCODE_INEG: in inferSrcType() 1798 case TGSI_OPCODE_INEG: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1582 bld_base->op_actions[TGSI_OPCODE_INEG].emit = ineg_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 1066 bld_base->op_actions[TGSI_OPCODE_INEG].emit = emit_ineg; in radeon_llvm_context_init()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5372 {TGSI_OPCODE_INEG, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_SUB_INT, tgsi_ineg}, 5546 {TGSI_OPCODE_INEG, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_SUB_INT, tgsi_ineg}, 5720 {TGSI_OPCODE_INEG, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_SUB_INT, tgsi_ineg},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1417 emit(ir, TGSI_OPCODE_INEG, result_dst, op[0]); in visit() 1810 emit(ir, TGSI_OPCODE_INEG, result_dst, op[0]); in visit()
|