Home | History | Annotate | Download | only in functional

Lines Matching defs:numWords

97 	const int				numWords	= getEffectiveSampleMaskWordCount(nthBit - 1);
98 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize);
99 std::vector<deUint32> mask (numWords);
101 for (int ndx = 0; ndx < numWords - 1; ++ndx)
104 mask[numWords - 1] = (deUint32)((1ULL << topWordBits) - (deUint32)1);