Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1079 uint32_t swizzleIndex = info.swizzle[i]; in GATHER4PS() local
1085 …vGatherComponents[swizzleIndex] = GATHERPS(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets,… in GATHER4PS()
1166 uint32_t swizzleIndex = info.swizzle[i]; in GATHER4DD() local
1172 …vGatherComponents[swizzleIndex] = GATHERDD(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets,… in GATHER4DD()
1222 uint32_t swizzleIndex = info.swizzle[i]; in Shuffle16bpcGather4() local
1228 vGatherOutput[swizzleIndex] = vGatherMaskedVal; in Shuffle16bpcGather4()
1238 vGatherOutput[swizzleIndex] = VEXTRACT(selectedPermute, C(lane)); in Shuffle16bpcGather4()
1264 uint32_t swizzleIndex = info.swizzle[i]; in Shuffle16bpcGather4() local
1271 …vGatherOutput[swizzleIndex] = BITCAST(PSHUFB(BITCAST(vGatherInput[selectedGather], v32x8Ty), vCons… in Shuffle16bpcGather4()
1311 uint32_t swizzleIndex = info.swizzle[i]; in Shuffle8bpcGather4() local
[all …]