Home
last modified time | relevance | path

Searched refs:outputElt (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp97 …void StoreVertexElements16(Value* pVtxOut, const uint32_t outputElt, const uint32_t numEltsToStore…
99 …void StoreVertexElements(Value* pVtxOut, const uint32_t outputElt, const uint32_t numEltsToStore, …
903 uint32_t outputElt = 0; in JitGatherVertices() local
1185 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices()
1203 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices()
1269 currentVertexElement, outputElt, compMask, compCtrl, pVtxSrc2); in JitGatherVertices()
1304 currentVertexElement, outputElt, compMask, compCtrl, vVertexElements); in JitGatherVertices()
1344 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices()
1377 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices()
1437 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices()
[all …]