Searched refs:pVtxSrc2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 906 Value *pVtxSrc2[4]; in JitGatherVertices() local 1178 pVtxSrc2[currentVertexElement++] = JOIN_16(pResults[c], pResults2[c]); in JitGatherVertices() 1185 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1269 currentVertexElement, outputElt, compMask, compCtrl, pVtxSrc2); in JitGatherVertices() 1332 …pVtxSrc2[currentVertexElement++] = GATHERPS_16(gatherSrc16, pStreamBase, shiftedOffsets16, vGather… in JitGatherVertices() 1336 … pVtxSrc2[currentVertexElement++] = GenerateCompCtrlVector16(compCtrl[i]); in JitGatherVertices() 1344 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1425 pVtxSrc2[currentVertexElement++] = JOIN_16(pGather, pGather2); in JitGatherVertices() 1429 … pVtxSrc2[currentVertexElement++] = GenerateCompCtrlVector16(compCtrl[i]); in JitGatherVertices() 1437 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() [all …]
|