Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/depool/
H A DdeMemPool.c462 void* curPagePtr = (void*)((deUint8*)(curPage + 1) + curPage->bytesAllocated); in deMemPool_allocInternal() local
463 void* alignedPtr = deAlignPtr(curPagePtr, alignBytes); in deMemPool_allocInternal()
464 size_t alignPadding = (size_t)((deUintptr)alignedPtr - (deUintptr)curPagePtr); in deMemPool_allocInternal()
481 curPagePtr = (void*)(curPage + 1); in deMemPool_allocInternal()
482 alignedPtr = deAlignPtr(curPagePtr, alignBytes); in deMemPool_allocInternal()
483 alignPadding = (size_t)((deUintptr)alignedPtr - (deUintptr)curPagePtr); in deMemPool_allocInternal()