Searched refs:vGatherInput (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 1185 …void Builder::Shuffle16bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput[2], Value* vGat… in Shuffle16bpcGather4() 1192 vGatherInput[0] = BITCAST(vGatherInput[0], mSimdInt32Ty); in Shuffle16bpcGather4() 1193 vGatherInput[1] = BITCAST(vGatherInput[1], mSimdInt32Ty); in Shuffle16bpcGather4() 1202 … Value* vShufResult = BITCAST(PSHUFB(BITCAST(vGatherInput[0], v32x8Ty), vConstMask), vGatherTy); in Shuffle16bpcGather4() 1216 … Value* vShufResult = BITCAST(PSHUFB(BITCAST(vGatherInput[1], v32x8Ty), vConstMask), vGatherTy); in Shuffle16bpcGather4() 1271 …vGatherOutput[swizzleIndex] = BITCAST(PSHUFB(BITCAST(vGatherInput[selectedGather], v32x8Ty), vCons… in Shuffle16bpcGather4() 1279 …void Builder::Shuffle8bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput, Value* vGatherO… in Shuffle8bpcGather4() argument 1291 … Value* vShufResult = BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherTy); in Shuffle8bpcGather4() 1371 …vGatherOutput[swizzleIndex] = BITCAST(PSHUFB(BITCAST(vGatherInput, v32x8Ty), vConstMask), vGatherT… in Shuffle8bpcGather4()
|
D | builder_misc.h | 120 void Shuffle8bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput, Value* vGatherOutput[], b… 121 void Shuffle16bpcGather4(const SWR_FORMAT_INFO &info, Value* vGatherInput[], Value* vGatherOutput[]…
|