Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp129 static inline deUint32 getLowBitMask (int integerLength) in getLowBitMask() function
143 const deUint32 integerMask = getLowBitMask(integerLength); in generateRandomInputData()
212 return value & getLowBitMask(numIntegerBits); in toPrecision()
217 return (deInt32)extendSignTo32((deUint32)value & getLowBitMask(numIntegerBits), numIntegerBits); in toPrecision()
417 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
471 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
527 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
579 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
944 const deUint32 cmpMask = getLowBitMask(integerLength); in compare()
1012 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLengt in compare()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp127 static inline deUint32 getLowBitMask (int integerLength) in getLowBitMask() function
141 const deUint32 integerMask = getLowBitMask(integerLength); in generateRandomInputData()
347 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
401 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
443 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
495 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
815 const deUint32 cmpMask = getLowBitMask(integerLength); in compare()
875 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare()
924 const deUint32 countMask = getLowBitMask(integerLength); in compare()
984 const deUint32 mask = getLowBitMask(integerLengt in compare()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp129 static inline deUint32 getLowBitMask (int integerLength) in getLowBitMask() function
143 const deUint32 integerMask = getLowBitMask(integerLength); in generateRandomInputData()
212 return value & getLowBitMask(numIntegerBits); in toPrecision()
217 return (deInt32)extendSignTo32((deUint32)value & getLowBitMask(numIntegerBits), numIntegerBits); in toPrecision()
417 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
471 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
527 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
579 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
944 const deUint32 cmpMask = getLowBitMask(integerLength); in compare()
1012 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLengt in compare()
[all...]

Completed in 8 milliseconds