HomeSort by relevance Sort by last modified time
    Searched refs:deMax32 (Results 1 - 20 of 20) sorted by null

  /external/deqp/framework/common/
tcuRGBA.hpp 145 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/
deMemPool.c 310 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));
dePoolArray.c 77 int newPageTableCapacity = deMax32(2*arr->pageTableCapacity, reqPageTableCapacity);
dePoolMultiSet.h 219 int count = deMax32(aCount, bCount); \
282 int count = deMax32(0, aCount - bCount); \
dePoolHash.h 328 if (!TYPENAME##_rehash(hash, deMax32(4, 2*hash->slotTableSize))) \
dePoolSet.h 337 if (!TYPENAME##_rehash(set, deMax32(4, 2*set->slotTableSize))) \
  /external/deqp/framework/delibs/debase/
deInt32Test.c 117 int NUM_ITERS = deMax32(16, 1 << (numBits/2));
deInt32.h 74 DE_INLINE int deMax32 (int a, int b)
  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 137 if (numConfigReturned > deMax32(numConfigRequested, 0))
143 if (numOverwritten > deMax32(numConfigReturned, 0))
teglMemoryStressTests.cpp 442 max = deMax32(m_allocationCounts[allocNdx], max);
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 483 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/
es2fTextureUnitTests.cpp 622 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.
    [all...]
es2fPolygonOffsetTests.cpp 123 const int kYmin = deMax32(y - radius, 0);
125 const int kXmin = deMax32(x - radius, 0);
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 126 const int kYmin = deMax32(y - radius, 0);
128 const int kXmin = deMax32(x - radius, 0);
    [all...]
es3fTextureUnitTests.cpp 793 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.
    [all...]
es3fFragmentOutputTests.cpp 921 finalThreshold = select(max(formatThreshold, UVec4(deMax32(interpThreshold, outTypeThreshold))), UVec4(~0u), cmpMask);
    [all...]
es3fNegativeTextureApiTests.cpp     [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 653 int newCapacity = deAlign32(deMax32(2*buffer->capacity, newSize), 512);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp     [all...]

Completed in 294 milliseconds