Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DP4 (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c251 case TGSI_OPCODE_DP4: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c50 { 1, 2, 0, 0, 0, 0, REPL, "DP4", TGSI_OPCODE_DP4 },
Dtgsi_ppc.c785 if (inst->Instruction.Opcode == TGSI_OPCODE_DP4) { in emit_dotprod()
1126 case TGSI_OPCODE_DP4: in emit_instruction()
Dtgsi_exec.c3496 case TGSI_OPCODE_DP4: in exec_instruction()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c96 case TGSI_OPCODE_DP4: in op_commutes()
111 case TGSI_OPCODE_DP4: in op_neutral_element()
Di915_fpc_translate.c611 case TGSI_OPCODE_DP4: in i915_translate_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h268 #define TGSI_OPCODE_DP4 10 macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.c233 bld_base->op_actions[TGSI_OPCODE_DP4] = dot_action; in r600_tgsi_llvm()
Dr600_shader.c5250 {TGSI_OPCODE_DP4, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
5424 {TGSI_OPCODE_DP4, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
5598 {TGSI_OPCODE_DP4, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c45 case TGSI_OPCODE_DP4: return RC_OPCODE_DP4; in translate_opcode()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c563 return TGSI_OPCODE_DP4; in translate_opcode()
Dst_glsl_to_tgsi.cpp688 TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4 in emit_dp()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c530 case TGSI_OPCODE_DP4: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c784 bld_base->op_actions[TGSI_OPCODE_DP4] = dp4_action; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp221 case TGSI_OPCODE_DP4: in srcMask()
1893 case TGSI_OPCODE_DP4: in handleInstruction()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c589 case TGSI_OPCODE_DP4: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c588 case TGSI_OPCODE_DP4: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c51 case TGSI_OPCODE_DP4: return SVGA3DOP_DP4; in translate_opcode()