Searched refs:StoreVertexElements (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 97 void StoreVertexElements(Value* pVtxOut, 730 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices() 826 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices() 892 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices() 1083 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices() 1102 StoreVertexElements(pVtxOut, outputElt++, currentVertexElement, vVertexElements); in JitGatherVertices() 1443 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle8bpcGatherd16() 1550 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle8bpcGatherd16() 1657 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle8bpcGatherd() 1832 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle16bpcGather16() [all …]
|