Searched refs:pGather (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 749 Value *pGather; in CreateGatherOddFormats() local 752 pGather = GATHERDD(VIMMED1(0), pBase, pOffsets, pMask); in CreateGatherOddFormats() 807 pGather = LOAD(pMem); in CreateGatherOddFormats() 815 UnpackComponents(format, pGather, pResult); in CreateGatherOddFormats() 1421 … Value *pGather = VSHUFFLE(pGatherLo, pGatherHi, C({ 0, 1, 2, 3, 4, 5, 6, 7 })); in JitGatherVertices() local 1425 pVtxSrc2[currentVertexElement++] = JOIN_16(pGather, pGather2); in JitGatherVertices() 1465 … Value *pGather = VSHUFFLE(pGatherLo, pGatherHi, C({0, 1, 2, 3, 4, 5, 6, 7})); in JitGatherVertices() 1467 vVertexElements[currentVertexElement++] = pGather; in JitGatherVertices() 1682 … Value *pGather = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices() local 1686 pGather = UI_TO_FP(pGather, mSimd16FP32Ty); in JitGatherVertices() [all …]
|