Home | History | Annotate | Download | only in functional

Lines Matching refs:groupMask

597 			const deUint32	groupMask		= 1<<rnd.getInt(0, numBits-2); // One bit is always set.
600 *(deUint32*)((deUint8*)inputs + stride*(groupOffset+localNdx)) = (rnd.getUint32() & valueMask) | groupMask;