Searched refs:gatherResult (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1228 Value *gatherResult[2]; in JitGatherVertices() local 1233 … gatherResult[0] = GATHERPS_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices() 1242 gatherResult[0] = VUNDEF_I_16(); in JitGatherVertices() 1251 … gatherResult[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 1588 … gatherResult[0] = GATHERDD_16(gatherSrc16, pStreamBase, vOffsets16, vGatherMask16); in JitGatherVertices() [all …]
|