Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp383 Value* pGather; in CreateGatherOddFormats() local
386 pGather = in CreateGatherOddFormats()
457 pGather = LOAD(pMem); in CreateGatherOddFormats()
465 UnpackComponents(format, pGather, pResult); in CreateGatherOddFormats()
879 Value* pGather = VSHUFFLE(pGatherLo, pGatherHi, vShufAll); in JitGatherVertices() local
880 pGather = FP_TRUNC(pGather, mSimdFP32Ty); in JitGatherVertices()
882 vVertexElements[currentVertexElement++] = pGather; in JitGatherVertices()
1048 Value* pGather = GATHERDD(gatherSrc, in JitGatherVertices() local
1057 pGather = UI_TO_FP(pGather, mSimdFP32Ty); in JitGatherVertices()
1061 pGather = SI_TO_FP(pGather, mSimdFP32Ty); in JitGatherVertices()
[all …]