/external/deqp/framework/delibs/depool/ |
D | deMemPool.c | 310 …root->maxMemoryAllocated = deMax32(root->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(root, … in deMemPool_destroy() 311 root->maxMemoryCapacity = deMax32(root->maxMemoryCapacity, deMemPool_getCapacity(root, DE_TRUE)); in deMemPool_destroy() 469 int maxAlignPadding = deMax32(0, ((int)alignBytes)-MEM_PAGE_BASE_ALIGN); in deMemPool_allocInternal() 470 …int newPageCapacity = deMax32(deMin32(2*curPage->capacity, MAX_PAGE_SIZE), ((int)numBytes)+maxAl… in deMemPool_allocInternal() 568 size_t len = (size_t)deMin32((int)strlen(str), deMax32(0, maxLength)); in deMemPool_strnDup() 586 return deMax32(pool->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(pool, DE_TRUE)); in deMemPool_getMaxNumAllocatedBytes() 592 return deMax32(pool->maxMemoryCapacity, deMemPool_getCapacity(pool, DE_TRUE)); in deMemPool_getMaxCapacity()
|
D | dePoolMultiSet.h | 219 int count = deMax32(aCount, bCount); \ 282 int count = deMax32(0, aCount - bCount); \
|
D | dePoolArray.c | 77 int newPageTableCapacity = deMax32(2*arr->pageTableCapacity, reqPageTableCapacity); in dePoolArray_reserve()
|
D | dePoolHash.h | 328 if (!TYPENAME##_rehash(hash, deMax32(4, 2*hash->slotTableSize))) \
|
D | dePoolSet.h | 337 if (!TYPENAME##_rehash(set, deMax32(4, 2*set->slotTableSize))) \
|
/external/deqp/framework/common/ |
D | tcuRGBA.hpp | 145 return RGBA(deMax32(a.getRed(), b.getRed()), in max() 146 deMax32(a.getGreen(), b.getGreen()), in max() 147 deMax32(a.getBlue(), b.getBlue()), in max() 148 deMax32(a.getAlpha(), b.getAlpha())); in max()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 170 (deUint32)deLog2Floor32(deMax32(m_imageSize.x(), deMax32(m_imageSize.y(), m_imageSize.z()))) + 1, in createInstance()
|
D | vktPipelineImageViewTests.cpp | 322 return deLog2Floor32(deMax32(imageSize.x(), deMax32(imageSize.y(), imageSize.z()))) + 1; in getNumLevels()
|
/external/deqp/framework/delibs/debase/ |
D | deInt32Test.c | 142 int NUM_ITERS = deMax32(16, 1 << (numBits/2)); in deInt32_selfTest()
|
D | deInt32.h | 74 DE_INLINE int deMax32 (int a, int b) in deMax32() function
|
/external/deqp/modules/egl/ |
D | teglQueryConfigTests.cpp | 137 if (numConfigReturned > deMax32(numConfigRequested, 0)) in checkGetConfigsBounds() 143 if (numOverwritten > deMax32(numConfigReturned, 0)) in checkGetConfigsBounds()
|
D | teglMemoryStressTests.cpp | 442 max = deMax32(m_allocationCounts[allocNdx], max); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 483 …int dummySize = deMax32(m_config.maxBufferSize, m_config.maxTextureSize*m_config.maxTextureSize*4); in MemObjectAllocator() 913 max = deMax32(m_allocated[allocNdx], max); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 622 …m_numTextures = rnd.getInt(deMax32(1, m_numUnits - 2), m_numUnits); // Sometimes assign same textu… in init() 713 …int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmap… in init()
|
D | es2fPolygonOffsetTests.cpp | 123 const int kYmin = deMax32(y - radius, 0); in compareImages() 125 const int kXmin = deMax32(x - radius, 0); in compareImages()
|
/external/deqp/modules/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 126 const int kYmin = deMax32(y - radius, 0); in compareImages() 128 const int kXmin = deMax32(x - radius, 0); in compareImages()
|
D | es3fTextureUnitTests.cpp | 793 …m_numTextures = rnd.getInt(deMax32(1, m_numUnits - 2), m_numUnits); // Sometimes assign same textu… in init() 904 …int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmap… in init()
|
D | es3fFragmentOutputTests.cpp | 921 …finalThreshold = select(max(formatThreshold, UVec4(deMax32(interpThreshold, outTypeThreshold))), U… in iterate()
|
D | es3fNegativeTextureApiTests.cpp | 2970 deUint32 log2MaxSize = deLog2Floor32(deMax32(16, 4)) + 1 + 1; in init()
|
/external/deqp/framework/randomshaders/ |
D | rsgExpression.cpp | 1049 int intersectionMin = deMax32(entryMin, readMin); in computeEntryReadWeight() 1282 m_numInputElements = state.getRandom().getInt(deMax32(numOutputElements, 2), 4); in SwizzleOp()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 655 size_t newCapacity = (size_t)deAlign32(deMax32(2*(int)buffer->capacity, (int)newSize), 512); in Buffer_resize()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 3720 deUint32 log2MaxSize = deLog2Floor32(deMax32(16, 16)) + 1 + 1; in texstorage2d_invalid_levels()
|