Searched refs:alignPadding (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/delibs/depool/
H A DdeMemPool.c464 int alignPadding = (int)((deUintptr)alignedPtr - (deUintptr)curPagePtr); local
466 if (numBytes + alignPadding > curPage->capacity - curPage->bytesAllocated)
483 alignPadding = (int)((deUintptr)alignedPtr - (deUintptr)curPagePtr);
485 DE_ASSERT(numBytes + alignPadding <= curPage->capacity);
488 curPage->bytesAllocated += numBytes+alignPadding;
/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp323 deUintptr alignPadding = (deUintptr)newPage - (deUintptr)oldPageTable; local
325 if (oldPageTableSize < pageAllocSize+alignPadding)
333 oldPageTableSize -= pageAllocSize+alignPadding;

Completed in 456 milliseconds