Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp99 …void StoreVertexElements(Value* pVtxOut, const uint32_t outputElt, const uint32_t numEltsToStore, …
1203 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices()
1377 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices()
1480 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices()
1746 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in JitGatherVertices()
1773 StoreVertexElements(pVtxOut, outputElt++, currentVertexElement, vVertexElements); in JitGatherVertices()
2235 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle8bpcGatherd()
2619 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle16bpcGather()
2702 StoreVertexElements(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle16bpcGather()
2751 void FetchJit::StoreVertexElements(Value* pVtxOut, const uint32_t outputElt, const uint32_t numElts… in StoreVertexElements() function in FetchJit