Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1228 Value *gatherResult[2]; in JitGatherVertices() local
1233gatherResult[0] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1242 gatherResult[0] = VUNDEF_I_16(); in JitGatherVertices()
1251gatherResult[1] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
1260 gatherResult[1] = VUNDEF_I_16(); in JitGatherVertices()
1268 …Shuffle16bpcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, Instruction::CastOps::FPExt,… in JitGatherVertices()
1548 … Value *gatherResult = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices() local
1556 …Shuffle8bpcArgs args = std::forward_as_tuple(gatherResult, pVtxOut2, extendCastType, conversionTyp… in JitGatherVertices()
1583 Value *gatherResult[2]; in JitGatherVertices() local
1588gatherResult[0] = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices()
[all …]