Searched refs:vGatherResult (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1275 Value *vGatherResult[2]; in JitGatherVertices() 1280 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1293 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1303 …Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, Instruction::CastOps::FPExt,… in JitGatherVertices() 1562 … Value *vGatherResult = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1567 …Shuffle8bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, extendCastType, conversionTyp… in JitGatherVertices() 1630 Value *vGatherResult[2]; in JitGatherVertices() 1635 vGatherResult[0] = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1648 vGatherResult[1] = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1658 …Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, pVtxOut, extendCastType, conversionTy… in JitGatherVertices() [all …]
|
D | builder_misc.cpp | 1088 Value* vGatherResult[2]; in GATHER4PS() local 1095 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4PS() 1107 … vGatherResult[1] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4PS() 1115 vGatherResult[1] = vGatherMaskedVal; in GATHER4PS() 1119 Shuffle16bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4PS() 1156 Value* vGatherResult = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD() local 1161 Shuffle8bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4DD() 1166 Value* vGatherResult[2]; in GATHER4DD() local 1173 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD() 1185 vGatherResult[1] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD() [all …]
|