Searched refs:deUintMaxValue32 (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deInt32Test.c | 172 DE_TEST_ASSERT(deUintMaxValue32(1) == 1); in deInt32_selfTest() 173 DE_TEST_ASSERT(deUintMaxValue32(2) == 3); in deInt32_selfTest() 174 DE_TEST_ASSERT(deUintMaxValue32(32) == 0xFFFFFFFFu); in deInt32_selfTest()
|
D | deInt32.h | 681 DE_INLINE deUint32 deUintMaxValue32 (int numBits) in deUintMaxValue32() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedWriteOpTests.cpp | 822 const tcu::UVec4 unsignedMaxValues (bitDepth[0] ? deUintMaxValue32(deMin32(bitDepth[0], 32)) : 1u, in populate() 823 bitDepth[1] ? deUintMaxValue32(deMin32(bitDepth[1], 32)) : 1u, in populate() 824 bitDepth[2] ? deUintMaxValue32(deMin32(bitDepth[2], 32)) : 1u, in populate() 825 bitDepth[3] ? deUintMaxValue32(deMin32(bitDepth[3], 32)) : 1u); in populate()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 1695 return tcu::UVec4((numBits[0] > 0) ? (deUintMaxValue32(numBits[0])) : (0), in getNBitUnsignedIntegerVec4MaxValue() 1696 (numBits[1] > 0) ? (deUintMaxValue32(numBits[1])) : (0), in getNBitUnsignedIntegerVec4MaxValue() 1697 (numBits[2] > 0) ? (deUintMaxValue32(numBits[2])) : (0), in getNBitUnsignedIntegerVec4MaxValue() 1698 (numBits[3] > 0) ? (deUintMaxValue32(numBits[3])) : (0)); in getNBitUnsignedIntegerVec4MaxValue()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 361 return deUintMaxValue32(numBits); in getNBitIntegerMaxValue()
|