Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp127 static inline deUint32 getLowBitMask (int integerLength) in getLowBitMask() function
141 const deUint32 integerMask = getLowBitMask(integerLength); in generateRandomInputData()
375 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
429 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
471 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
523 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
833 const deUint32 cmpMask = getLowBitMask(integerLength); in compare()
893 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare()
942 const deUint32 countMask = getLowBitMask(integerLength); in compare()
1002 const deUint32 mask = getLowBitMask(integerLength); in compare()
[all …]