Searched refs:TGSI_OPCODE_DP4 (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c173 case TGSI_OPCODE_DP4:
H A Dtgsi_lowering.c855 (opcode == TGSI_OPCODE_DP4)) {
868 if (opcode == TGSI_OPCODE_DP4) {
1375 case TGSI_OPCODE_DP4:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h353 TGSI_OPCODE_DP4 = 10, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c46 case TGSI_OPCODE_DP4: return RC_OPCODE_DP4;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c234 case TGSI_OPCODE_DP4:
H A Dtgsi_lowering.c854 (opcode == TGSI_OPCODE_DP4)) {
867 if (opcode == TGSI_OPCODE_DP4) {
1375 case TGSI_OPCODE_DP4:
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h355 TGSI_OPCODE_DP4 = 10, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c48 case TGSI_OPCODE_DP4: return RC_OPCODE_DP4;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c504 case TGSI_OPCODE_DP4:
H A Dlp_bld_tgsi_action.c1164 bld_base->op_actions[TGSI_OPCODE_DP4] = dp4_action;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atifs_to_tgsi.c71 {TGSI_OPCODE_DP4, "DOT4", 2},
H A Dst_mesa_to_tgsi.c454 return TGSI_OPCODE_DP4;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c87 [ TGSI_OPCODE_DP4 ] = { false, true, TGSI_SWIZZLE_ONE, 1, 2 },
H A Di915_fpc_translate.c587 case TGSI_OPCODE_DP4:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c92 [TGSI_OPCODE_DP4] = {false, true, TGSI_SWIZZLE_ONE, 1, 2},
H A Di915_fpc_translate.c476 case TGSI_OPCODE_DP4:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c504 case TGSI_OPCODE_DP4:
H A Dlp_bld_tgsi_action.c1164 bld_base->op_actions[TGSI_OPCODE_DP4] = dp4_action;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1534 [TGSI_OPCODE_DP4] = 0,
1765 case TGSI_OPCODE_DP4:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1798 [TGSI_OPCODE_DP4] = 0,
2055 case TGSI_OPCODE_DP4:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c588 case TGSI_OPCODE_DP4:
H A Dnvfx_fragprog.c591 case TGSI_OPCODE_DP4:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c589 case TGSI_OPCODE_DP4:
H A Dnvfx_fragprog.c591 case TGSI_OPCODE_DP4:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c83 {D3D10_SB_OPCODE_DP4, OF_FLOAT, TGSI_OPCODE_DP4},

Completed in 46 milliseconds

12