Home
last modified time | relevance | path

Searched refs:getLowBitMask (Results 1 – 2 of 2) 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 …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp129 static inline deUint32 getLowBitMask (int integerLength) in getLowBitMask() function
143 const deUint32 integerMask = getLowBitMask(integerLength); in generateRandomInputData()
268 return value & getLowBitMask(numIntegerBits); in toPrecision()
273 return (deInt32)extendSignTo32((deUint32)value & getLowBitMask(numIntegerBits), numIntegerBits); in toPrecision()
466 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
520 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
576 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
628 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
993 const deUint32 cmpMask = getLowBitMask(integerLength); in compare()
1061 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare()
[all …]