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

  /external/deqp/framework/delibs/depool/
dePoolArray.c 75 if (arr->pageTableCapacity < reqPageTableCapacity)
77 int newPageTableCapacity = deMax32(2*arr->pageTableCapacity, reqPageTableCapacity);
84 for (i = 0; i < arr->pageTableCapacity; i++)
92 oldPageTableSize = arr->pageTableCapacity * (int)sizeof(void*);
95 arr->pageTableCapacity = newPageTableCapacity;
107 DE_ASSERT(arr->pageTableCapacity > pageTableNdx); /* \todo [petri] is this always true? */
dePoolArray.h 46 int pageTableCapacity; /*!< Size of the page table. */
102 int pageTableCapacity; \

Completed in 402 milliseconds