Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeInt32Test.c172 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()
DdeInt32.h680 DE_INLINE deUint32 deUintMaxValue32 (int numBits) in deUintMaxValue32() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp733 const tcu::UVec4 unsignedMaxValues (bitDepth[0] ? deUintMaxValue32(deMin32(bitDepth[0], 32)) : 1u, in populate()
734 bitDepth[1] ? deUintMaxValue32(deMin32(bitDepth[1], 32)) : 1u, in populate()
735 bitDepth[2] ? deUintMaxValue32(deMin32(bitDepth[2], 32)) : 1u, in populate()
736 bitDepth[3] ? deUintMaxValue32(deMin32(bitDepth[3], 32)) : 1u); in populate()
/external/deqp/framework/common/
DtcuTextureUtil.cpp1693 return tcu::UVec4((numBits[0] > 0) ? (deUintMaxValue32(numBits[0])) : (0), in getNBitUnsignedIntegerVec4MaxValue()
1694 (numBits[1] > 0) ? (deUintMaxValue32(numBits[1])) : (0), in getNBitUnsignedIntegerVec4MaxValue()
1695 (numBits[2] > 0) ? (deUintMaxValue32(numBits[2])) : (0), in getNBitUnsignedIntegerVec4MaxValue()
1696 (numBits[3] > 0) ? (deUintMaxValue32(numBits[3])) : (0)); in getNBitUnsignedIntegerVec4MaxValue()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp361 return deUintMaxValue32(numBits); in getNBitIntegerMaxValue()