Searched refs:TGSI_OPCODE_DPH (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c255 case TGSI_OPCODE_DPH:
H A Dtgsi_info.c75 { 1, 2, 0, 0, 0, 0, REPL, "DPH", TGSI_OPCODE_DPH },
H A Dtgsi_ppc.c790 else if (inst->Instruction.Opcode == TGSI_OPCODE_DPH) {
1127 case TGSI_OPCODE_DPH:
H A Dtgsi_exec.c3580 case TGSI_OPCODE_DPH:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.c191 if (opcode == TGSI_OPCODE_DPH) {
234 bld_base->op_actions[TGSI_OPCODE_DPH] = dot_action;
H A Dr600_shader.c3717 case TGSI_OPCODE_DPH:
5278 {TGSI_OPCODE_DPH, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
5452 {TGSI_OPCODE_DPH, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
5626 {TGSI_OPCODE_DPH, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h292 #define TGSI_OPCODE_DPH 35 macro
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c68 case TGSI_OPCODE_DPH: return RC_OPCODE_DPH;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c653 case TGSI_OPCODE_DPH:
H A Dlp_bld_tgsi_action.c278 /* TGSI_OPCODE_DPH */
786 bld_base->op_actions[TGSI_OPCODE_DPH] = dph_action;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c565 return TGSI_OPCODE_DPH;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp222 case TGSI_OPCODE_DPH:
1898 case TGSI_OPCODE_DPH:
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c615 case TGSI_OPCODE_DPH:
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c591 case TGSI_OPCODE_DPH:
H A Dnvfx_vertprog.c592 case TGSI_OPCODE_DPH:
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2576 case TGSI_OPCODE_DPH:

Completed in 326 milliseconds