Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1102 Value *vOffsets16 = MUL(vCurIndices16, vStride16); in JitGatherVertices() local
1103 vOffsets16 = ADD(vOffsets16, vAlignmentOffsets); in JitGatherVertices()
1108 vOffsets16 = ADD(vOffsets16, vInstanceStride16); in JitGatherVertices()
1115 Value *vOffsets = EXTRACT_16(vOffsets16, 0); in JitGatherVertices()
1116 Value *vOffsets2 = EXTRACT_16(vOffsets16, 1); in JitGatherVertices()
1233 … gatherResult[0] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1251 … gatherResult[1] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1331 Value *shiftedOffsets16 = LSHR(vOffsets16, 1); in JitGatherVertices()
1548 … Value *gatherResult = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1588 … gatherResult[0] = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
[all …]