Searched refs:TGSI_OPCODE_DP2 (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c243 case TGSI_OPCODE_DP2:
H A Dtgsi_info.c111 { 1, 2, 0, 0, 0, 0, REPL, "DP2", TGSI_OPCODE_DP2 },
H A Dtgsi_exec.c3829 case TGSI_OPCODE_DP2:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.c176 unsigned dp_components = (opcode == TGSI_OPCODE_DP2 ? 2 :
231 bld_base->op_actions[TGSI_OPCODE_DP2] = dot_action;
H A Dr600_shader.c3705 case TGSI_OPCODE_DP2:
5314 {TGSI_OPCODE_DP2, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
5488 {TGSI_OPCODE_DP2, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
5662 {TGSI_OPCODE_DP2, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c94 case TGSI_OPCODE_DP2:
109 case TGSI_OPCODE_DP2:
H A Di915_fpc_translate.c596 case TGSI_OPCODE_DP2:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h328 #define TGSI_OPCODE_DP2 71 macro
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c104 case TGSI_OPCODE_DP2: return RC_OPCODE_DP2;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c144 /* TGSI_OPCODE_DP2 */
193 tmp = lp_build_emit_llvm(bld_base, TGSI_OPCODE_DP2, emit_data);
782 bld_base->op_actions[TGSI_OPCODE_DP2] = dp2_action;
H A Dlp_bld_tgsi_aos.c833 case TGSI_OPCODE_DP2:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c557 return TGSI_OPCODE_DP2;
H A Dst_glsl_to_tgsi.cpp688 TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp217 case TGSI_OPCODE_DP2:
1883 case TGSI_OPCODE_DP2:
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c580 case TGSI_OPCODE_DP2:
H A Dnvfx_vertprog.c581 case TGSI_OPCODE_DP2:
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2573 case TGSI_OPCODE_DP2:

Completed in 278 milliseconds