Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_mem.cpp276 Value* vGatherResult[2]; in GATHER4PS() local
283 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS()
295 vGatherResult[1] = in GATHER4PS()
304 vGatherResult[1] = vGatherMaskedVal; in GATHER4PS()
308 Shuffle16bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4PS()
351 Value* vGatherResult = in GATHER4DD() local
357 Shuffle8bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4DD()
362 Value* vGatherResult[2]; in GATHER4DD() local
369 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD()
381 vGatherResult[1] = in GATHER4DD()
[all …]
Dfetch_jit.cpp750 Value* vGatherResult[2]; in JitGatherVertices() local
755vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_M… in JitGatherVertices()
768vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_M… in JitGatherVertices()
778 Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, in JitGatherVertices()
955 Value* vGatherResult = GATHERDD(gatherSrc, in JitGatherVertices() local
965 Shuffle8bpcArgs args = std::forward_as_tuple(vGatherResult, in JitGatherVertices()
984 Value* vGatherResult[2]; in JitGatherVertices() local
989 vGatherResult[0] = GATHERDD(gatherSrc, in JitGatherVertices()
1007 vGatherResult[1] = GATHERDD(gatherSrc, in JitGatherVertices()
1022 Shuffle16bpcArgs args = std::forward_as_tuple(vGatherResult, in JitGatherVertices()
[all …]