Searched refs:outputElt (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 98 const uint32_t outputElt, 547 uint32_t outputElt = 0; in JitGatherVertices() local 730 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices() 783 outputElt, in JitGatherVertices() 826 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices() 892 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices() 970 outputElt, in JitGatherVertices() 1027 outputElt, in JitGatherVertices() 1083 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices() 1102 StoreVertexElements(pVtxOut, outputElt++, currentVertexElement, vVertexElements); in JitGatherVertices() [all …]
|