Searched refs:StoreVertexElements16 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 97 …void StoreVertexElements16(Value* pVtxOut, const uint32_t outputElt, const uint32_t numEltsToStore… 1185 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1344 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1437 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1744 StoreVertexElements16(pVtxOut2, outputElt++, 4, pVtxSrc2); in JitGatherVertices() 1771 StoreVertexElements16(pVtxOut2, outputElt++, currentVertexElement, pVtxSrc2); in JitGatherVertices() 2028 StoreVertexElements16(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle8bpcGatherd16() 2126 StoreVertexElements16(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle8bpcGatherd16() 2396 StoreVertexElements16(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle16bpcGather16() 2489 StoreVertexElements16(pVtxOut, outputElt++, 4, vVertexElements); in Shuffle16bpcGather16() [all …]
|