Searched refs:gatherSrc (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 740 Value* gatherSrc = VIMMED1(0.0f); in JitGatherVertices() local 755 …vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_M… in JitGatherVertices() 768 …vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_M… in JitGatherVertices() 811 GATHERPS(gatherSrc, in JitGatherVertices() 945 Value* gatherSrc = VIMMED1(0); in JitGatherVertices() local 955 Value* vGatherResult = GATHERDD(gatherSrc, in JitGatherVertices() 989 vGatherResult[0] = GATHERDD(gatherSrc, in JitGatherVertices() 1007 vGatherResult[1] = GATHERDD(gatherSrc, in JitGatherVertices() 1048 Value* pGather = GATHERDD(gatherSrc, in JitGatherVertices()
|