Searched refs:TGSI_OPCODE_DP3 (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_llvm.c | 177 (opcode == TGSI_OPCODE_DP3 ? 3 : 4)); in dp_fetch_args() 232 bld_base->op_actions[TGSI_OPCODE_DP3] = dot_action; in r600_tgsi_llvm()
|
D | r600_shader.c | 3711 case TGSI_OPCODE_DP3: in tgsi_dp() 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/auxiliary/tgsi/ |
D | tgsi_util.c | 247 case TGSI_OPCODE_DP3: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 49 { 1, 2, 0, 0, 0, 0, REPL, "DP3", TGSI_OPCODE_DP3 },
|
D | tgsi_ppc.c | 1125 case TGSI_OPCODE_DP3: in emit_instruction()
|
D | tgsi_exec.c | 3492 case TGSI_OPCODE_DP3: in exec_instruction()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 95 case TGSI_OPCODE_DP3: in op_commutes() 110 case TGSI_OPCODE_DP3: in op_neutral_element()
|
D | i915_fpc_translate.c | 607 case TGSI_OPCODE_DP3: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 267 #define TGSI_OPCODE_DP3 9 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 44 case TGSI_OPCODE_DP3: return RC_OPCODE_DP3; in translate_opcode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 561 return TGSI_OPCODE_DP3; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 688 TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4 in emit_dp()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 526 case TGSI_OPCODE_DP3: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 783 bld_base->op_actions[TGSI_OPCODE_DP3] = dp3_action; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 219 case TGSI_OPCODE_DP3: in srcMask() 1888 case TGSI_OPCODE_DP3: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 586 case TGSI_OPCODE_DP3: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 585 case TGSI_OPCODE_DP3: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 50 case TGSI_OPCODE_DP3: return SVGA3DOP_DP3; in translate_opcode()
|