Searched refs:dp3_swiz (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1570 unsigned mul_swiz, dp3_swiz; local in function:trans_trig
1573 dp3_swiz = SWIZZLE(Z, Y, W, W);
1576 dp3_swiz = SWIZZLE(X, Y, W, W);
1586 ins[4].src[0] = swizzle(t0s, dp3_swiz);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1614 unsigned mul_swiz, dp3_swiz; local in function:trans_trig
1617 dp3_swiz = SWIZZLE(Z, Y, W, W);
1620 dp3_swiz = SWIZZLE(X, Y, W, W);
1630 ins[4].src[0] = swizzle(t0s, dp3_swiz);

Completed in 9 milliseconds