Searched refs:deMax32 (Results 1 - 20 of 20) sorted by relevance

/external/deqp/framework/common/
H A DtcuRGBA.hpp145 return RGBA(deMax32(a.getRed(), b.getRed()),
146 deMax32(a.getGreen(), b.getGreen()),
147 deMax32(a.getBlue(), b.getBlue()),
148 deMax32(a.getAlpha(), b.getAlpha()));
/external/deqp/framework/delibs/depool/
H A DdeMemPool.c310 root->maxMemoryAllocated = deMax32(root->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(root, DE_TRUE));
311 root->maxMemoryCapacity = deMax32(root->maxMemoryCapacity, deMemPool_getCapacity(root, DE_TRUE));
469 int maxAlignPadding = deMax32(0, alignBytes-MEM_PAGE_BASE_ALIGN);
470 int newPageCapacity = deMax32(deMin32(2*curPage->capacity, MAX_PAGE_SIZE), numBytes+maxAlignPadding);
583 return deMax32(pool->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(pool, DE_TRUE));
589 return deMax32(pool->maxMemoryCapacity, deMemPool_getCapacity(pool, DE_TRUE));
H A DdePoolArray.c77 int newPageTableCapacity = deMax32(2*arr->pageTableCapacity, reqPageTableCapacity);
H A DdePoolMultiSet.h219 int count = deMax32(aCount, bCount); \
282 int count = deMax32(0, aCount - bCount); \
H A DdePoolHash.h328 if (!TYPENAME##_rehash(hash, deMax32(4, 2*hash->slotTableSize))) \
H A DdePoolSet.h337 if (!TYPENAME##_rehash(set, deMax32(4, 2*set->slotTableSize))) \
/external/deqp/framework/delibs/debase/
H A DdeInt32Test.c117 int NUM_ITERS = deMax32(16, 1 << (numBits/2));
H A DdeInt32.h74 DE_INLINE int deMax32 (int a, int b) function
/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp137 if (numConfigReturned > deMax32(numConfigRequested, 0))
143 if (numOverwritten > deMax32(numConfigReturned, 0))
H A DteglMemoryStressTests.cpp442 max = deMax32(m_allocationCounts[allocNdx], max);
/external/deqp/modules/glshared/
H A DglsMemoryStressCase.cpp483 int dummySize = deMax32(m_config.maxBufferSize, m_config.maxTextureSize*m_config.maxTextureSize*4);
913 max = deMax32(m_allocated[allocNdx], max);
/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp622 m_numTextures = rnd.getInt(deMax32(1, m_numUnits - 2), m_numUnits); // Sometimes assign same texture to multiple units.
713 int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmaps.
H A Des2fPolygonOffsetTests.cpp123 const int kYmin = deMax32(y - radius, 0);
125 const int kXmin = deMax32(x - radius, 0);
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp1049 int intersectionMin = deMax32(entryMin, readMin);
1282 m_numInputElements = state.getRandom().getInt(deMax32(numOutputElements, 2), 4);
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp126 const int kYmin = deMax32(y - radius, 0);
128 const int kXmin = deMax32(x - radius, 0);
H A Des3fTextureUnitTests.cpp793 m_numTextures = rnd.getInt(deMax32(1, m_numUnits - 2), m_numUnits); // Sometimes assign same texture to multiple units.
904 int curCellSize = deMax32(1, GRID_CELL_SIZE >> levelNdx); // \note Scale grid cell size for mipmaps.
H A Des3fFragmentOutputTests.cpp921 finalThreshold = select(max(formatThreshold, UVec4(deMax32(interpThreshold, outTypeThreshold))), UVec4(~0u), cmpMask);
H A Des3fNegativeTextureApiTests.cpp2970 deUint32 log2MaxSize = deLog2Floor32(deMax32(16, 4)) + 1 + 1;
/external/deqp/framework/qphelper/
H A DqpTestLog.c653 int newCapacity = deAlign32(deMax32(2*buffer->capacity, newSize), 512);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp2925 deUint32 log2MaxSize = deLog2Floor32(deMax32(16, 4)) + 1 + 1;

Completed in 323 milliseconds