Searched refs:pGatherLo (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1411 … Value* pGatherLo = GATHERPD(vZeroDouble, pStreamBase, vOffsetsLo, vMaskLo); in JitGatherVertices() local 1416 pGatherLo = VCVTPD2PS(pGatherLo); in JitGatherVertices() 1421 … Value *pGather = VSHUFFLE(pGatherLo, pGatherHi, C({ 0, 1, 2, 3, 4, 5, 6, 7 })); in JitGatherVertices() 1459 … Value* pGatherLo = GATHERPD(vZeroDouble, pStreamBase, vOffsetsLo, vMaskLo); in JitGatherVertices() 1462 pGatherLo = VCVTPD2PS(pGatherLo); in JitGatherVertices() 1465 … Value *pGather = VSHUFFLE(pGatherLo, pGatherHi, C({0, 1, 2, 3, 4, 5, 6, 7})); in JitGatherVertices()
|