Searched refs:pGatherLo2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1412 … Value* pGatherLo2 = GATHERPD(vZeroDouble, pStreamBase, vOffsetsLo2, vMaskLo2); in JitGatherVertices() local 1417 pGatherLo2 = VCVTPD2PS(pGatherLo2); in JitGatherVertices() 1422 … Value *pGather2 = VSHUFFLE(pGatherLo2, pGatherHi2, C({ 0, 1, 2, 3, 4, 5, 6, 7 })); in JitGatherVertices()
|