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

/external/deqp/framework/delibs/depool/
H A DdeMemPool.c39 MEM_PAGE_BASE_ALIGN = 4 /*!< Base alignment guarantee for mem page data ptr. */ enumerator in enum:__anon19717
142 DE_ASSERT(deIsAlignedPtr(page+1, MEM_PAGE_BASE_ALIGN));
469 int maxAlignPadding = deMax32(0, alignBytes-MEM_PAGE_BASE_ALIGN);

Completed in 307 milliseconds