Searched refs:gatherSrc (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1214 Value *gatherSrc = VIMMED1(0.0f); in JitGatherVertices() local 1280 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1293 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1364 …vVertexElements[currentVertexElement++] = GATHERPS(gatherSrc, pStreamBase, vShiftedOffsets, vGathe… in JitGatherVertices() 1534 Value* gatherSrc = VIMMED1(0); in JitGatherVertices() local 1562 … Value *vGatherResult = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1635 vGatherResult[0] = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1648 vGatherResult[1] = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1703 … Value* pGather = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices()
|