Searched refs:topWordBits (Results 1 – 2 of 2) sorted by relevance
99 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genAllSetToNthBitSampleMask() local105 mask[numWords - 1] = (deUint32)((1ULL << topWordBits) - (deUint32)1); in genAllSetToNthBitSampleMask()116 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genSetNthBitSampleMask() local122 mask[numWords - 1] = (deUint32)(1ULL << topWordBits); in genSetNthBitSampleMask()
102 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genAllSetToNthBitSampleMask() local108 mask[numWords - 1] = deBitMask32(0, (int)topWordBits); in genAllSetToNthBitSampleMask()