Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1216 Value *gatherSrc16 = VIMMED1_16(0.0f); in JitGatherVertices() local
1233 … gatherResult[0] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1251 … gatherResult[1] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1332 …pVtxSrc2[currentVertexElement++] = GATHERPS_16(gatherSrc16, pStreamBase, shiftedOffsets16, vGather… in JitGatherVertices()
1536 Value *gatherSrc16 = VIMMED1_16(0); in JitGatherVertices() local
1548 … Value *gatherResult = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1588 … gatherResult[0] = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1606 … gatherResult[1] = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1682 … Value *pGather = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()