Home
last modified time | relevance | path

Searched refs:topWordBits (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp99 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genAllSetToNthBitSampleMask() local
105 mask[numWords - 1] = (deUint32)((1ULL << topWordBits) - (deUint32)1); in genAllSetToNthBitSampleMask()
116 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genSetNthBitSampleMask() local
122 mask[numWords - 1] = (deUint32)(1ULL << topWordBits); in genSetNthBitSampleMask()
Des31fMultisampleTests.cpp102 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genAllSetToNthBitSampleMask() local
108 mask[numWords - 1] = deBitMask32(0, (int)topWordBits); in genAllSetToNthBitSampleMask()