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.cpp1132 uint32_t swizzleIndex = info.swizzle[i]; in GATHER4PS() local
1135 …vGatherComponents[swizzleIndex] = GATHERPS(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets,… in GATHER4PS()
1211 uint32_t swizzleIndex = info.swizzle[i]; in GATHER4DD() local
1214 …vGatherComponents[swizzleIndex] = GATHERDD(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets,… in GATHER4DD()
1264 uint32_t swizzleIndex = info.swizzle[i]; in Shuffle16bpcGather4() local
1270 vGatherOutput[swizzleIndex] = vGatherMaskedVal; in Shuffle16bpcGather4()
1280 vGatherOutput[swizzleIndex] = VEXTRACT(selectedPermute, C(lane)); in Shuffle16bpcGather4()
1306 uint32_t swizzleIndex = info.swizzle[i]; in Shuffle16bpcGather4() local
1313 …vGatherOutput[swizzleIndex] = BITCAST(PSHUFB(BITCAST(vGatherInput[selectedGather], v32x8Ty), vCons… in Shuffle16bpcGather4()
1353 uint32_t swizzleIndex = info.swizzle[i]; in Shuffle8bpcGather4() local
[all …]