Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeInt32Test.c147 DE_TEST_ASSERT(deUintMaxValue32(1) == 1); in deInt32_selfTest()
148 DE_TEST_ASSERT(deUintMaxValue32(2) == 3); in deInt32_selfTest()
149 DE_TEST_ASSERT(deUintMaxValue32(32) == 0xFFFFFFFFu); in deInt32_selfTest()
DdeInt32.h502 DE_INLINE deUint32 deUintMaxValue32 (int numBits) in deUintMaxValue32() function
/external/deqp/framework/common/
DtcuTextureUtil.cpp1294 return tcu::UVec4((numBits[0] > 0) ? (deUintMaxValue32(numBits[0])) : (0), in getNBitUnsignedIntegerVec4MaxValue()
1295 (numBits[1] > 0) ? (deUintMaxValue32(numBits[1])) : (0), in getNBitUnsignedIntegerVec4MaxValue()
1296 (numBits[2] > 0) ? (deUintMaxValue32(numBits[2])) : (0), in getNBitUnsignedIntegerVec4MaxValue()
1297 (numBits[3] > 0) ? (deUintMaxValue32(numBits[3])) : (0)); in getNBitUnsignedIntegerVec4MaxValue()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp361 return deUintMaxValue32(numBits); in getNBitIntegerMaxValue()