Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.c177 (opcode == TGSI_OPCODE_DP3 ? 3 : 4)); in dp_fetch_args()
232 bld_base->op_actions[TGSI_OPCODE_DP3] = dot_action; in r600_tgsi_llvm()
Dr600_shader.c3711 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/
Dtgsi_util.c247 case TGSI_OPCODE_DP3: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c49 { 1, 2, 0, 0, 0, 0, REPL, "DP3", TGSI_OPCODE_DP3 },
Dtgsi_ppc.c1125 case TGSI_OPCODE_DP3: in emit_instruction()
Dtgsi_exec.c3492 case TGSI_OPCODE_DP3: in exec_instruction()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c95 case TGSI_OPCODE_DP3: in op_commutes()
110 case TGSI_OPCODE_DP3: in op_neutral_element()
Di915_fpc_translate.c607 case TGSI_OPCODE_DP3: in i915_translate_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h267 #define TGSI_OPCODE_DP3 9 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c44 case TGSI_OPCODE_DP3: return RC_OPCODE_DP3; in translate_opcode()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c561 return TGSI_OPCODE_DP3; 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.c526 case TGSI_OPCODE_DP3: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c783 bld_base->op_actions[TGSI_OPCODE_DP3] = dp3_action; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp219 case TGSI_OPCODE_DP3: in srcMask()
1888 case TGSI_OPCODE_DP3: in handleInstruction()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c586 case TGSI_OPCODE_DP3: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c585 case TGSI_OPCODE_DP3: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c50 case TGSI_OPCODE_DP3: return SVGA3DOP_DP3; in translate_opcode()