Searched refs:TGSI_OPCODE_DP3 (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c247 case TGSI_OPCODE_DP3:
H A Dtgsi_info.c49 { 1, 2, 0, 0, 0, 0, REPL, "DP3", TGSI_OPCODE_DP3 },
H A Dtgsi_ppc.c1125 case TGSI_OPCODE_DP3:
H A Dtgsi_exec.c3492 case TGSI_OPCODE_DP3:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.c177 (opcode == TGSI_OPCODE_DP3 ? 3 : 4));
232 bld_base->op_actions[TGSI_OPCODE_DP3] = dot_action;
H A Dr600_shader.c3711 case TGSI_OPCODE_DP3:
5249 {TGSI_OPCODE_DP3, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
5423 {TGSI_OPCODE_DP3, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
5597 {TGSI_OPCODE_DP3, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c95 case TGSI_OPCODE_DP3:
110 case TGSI_OPCODE_DP3:
H A Di915_fpc_translate.c607 case TGSI_OPCODE_DP3:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h267 #define TGSI_OPCODE_DP3 9 macro
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c44 case TGSI_OPCODE_DP3: return RC_OPCODE_DP3;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c526 case TGSI_OPCODE_DP3:
H A Dlp_bld_tgsi_action.c203 /* TGSI_OPCODE_DP3 */
783 bld_base->op_actions[TGSI_OPCODE_DP3] = dp3_action;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c561 return TGSI_OPCODE_DP3;
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.cpp219 case TGSI_OPCODE_DP3:
1888 case TGSI_OPCODE_DP3:
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c585 case TGSI_OPCODE_DP3:
H A Dnvfx_vertprog.c586 case TGSI_OPCODE_DP3:
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c50 case TGSI_OPCODE_DP3: return SVGA3DOP_DP3;

Completed in 381 milliseconds