Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeInt32Test.c176 DE_TEST_ASSERT(deIntMaxValue32(1) == 0); in deInt32_selfTest()
177 DE_TEST_ASSERT(deIntMaxValue32(2) == 1); in deInt32_selfTest()
178 DE_TEST_ASSERT(deIntMaxValue32(32) == 0x7FFFFFFF); in deInt32_selfTest()
DdeInt32.h677 DE_INLINE deInt32 deIntMaxValue32 (int numBits) in deIntMaxValue32() function
/external/deqp/framework/common/
DtcuTextureUtil.cpp1583 return tcu::IVec4((numBits[0] > 0) ? (deIntMaxValue32(numBits[0])) : (0), in getNBitSignedIntegerVec4MaxValue()
1584 (numBits[1] > 0) ? (deIntMaxValue32(numBits[1])) : (0), in getNBitSignedIntegerVec4MaxValue()
1585 (numBits[2] > 0) ? (deIntMaxValue32(numBits[2])) : (0), in getNBitSignedIntegerVec4MaxValue()
1586 (numBits[3] > 0) ? (deIntMaxValue32(numBits[3])) : (0)); in getNBitSignedIntegerVec4MaxValue()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2319 input.push_back(static_cast<deInt8>(deIntMaxValue32(8)));// A 8-bit positive number in getDataset()
2370 input.push_back(static_cast<deInt16>(deIntMaxValue32(16)));// A 16-bit positive number in getDataset()
2421 input.push_back(deIntMaxValue32(32)); in getDataset()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp359 return deIntMaxValue32(numBits); in getNBitIntegerMaxValue()