Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1414 … Value* pGatherHi2 = GATHERPD(vZeroDouble, pStreamBase, vOffsetsHi2, vMaskHi2); in JitGatherVertices() local
1419 pGatherHi2 = VCVTPD2PS(pGatherHi2); in JitGatherVertices()
1422 … Value *pGather2 = VSHUFFLE(pGatherLo2, pGatherHi2, C({ 0, 1, 2, 3, 4, 5, 6, 7 })); in JitGatherVertices()