Searched refs:TGSI_OPCODE_SUB (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 370 TGSI_OPCODE_SUB, emit_data->args[0] /* src0.x */, floor_x); in exp_emit() 396 TGSI_OPCODE_SUB, emit_data->args[0], tmp); in frc_emit() 542 tmp = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_SUB, in lrp_emit() 750 return lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_SUB, tmp0, tmp1); in xpd_helper() 816 bld_base->op_actions[TGSI_OPCODE_SUB].emit = sub_emit; in lp_set_default_actions() 1609 bld_base->op_actions[TGSI_OPCODE_SUB].emit = sub_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 574 case TGSI_OPCODE_SUB: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 194 case TGSI_OPCODE_SUB: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 57 { 1, 2, 0, 0, 0, 0, COMP, "SUB", TGSI_OPCODE_SUB },
|
D | tgsi_ppc.c | 647 case TGSI_OPCODE_SUB: in emit_binop() 1107 case TGSI_OPCODE_SUB: in emit_instruction()
|
D | tgsi_exec.c | 3524 case TGSI_OPCODE_SUB: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 275 #define TGSI_OPCODE_SUB 17 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 52 case TGSI_OPCODE_SUB: return RC_OPCODE_SUB; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 330 newInst.Instruction.Opcode = TGSI_OPCODE_SUB; in aa_transform_inst() 359 newInst.Instruction.Opcode = TGSI_OPCODE_SUB; in aa_transform_inst()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 647 return TGSI_OPCODE_SUB; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1499 emit(ir, TGSI_OPCODE_SUB, result_dst, op[0], op[1]); in visit()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 1049 case TGSI_OPCODE_SUB: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 683 case TGSI_OPCODE_SUB: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 770 case TGSI_OPCODE_SUB: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1804 case TGSI_OPCODE_SUB: in tgsi_op2_s() 5257 {TGSI_OPCODE_SUB, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_ADD, tgsi_op2}, 5431 {TGSI_OPCODE_SUB, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_ADD, tgsi_op2}, 5605 {TGSI_OPCODE_SUB, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_ADD, tgsi_op2},
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1773 case TGSI_OPCODE_SUB: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2619 case TGSI_OPCODE_SUB: in svga_emit_instruction()
|