Searched refs:freeNode (Results 1 – 5 of 5) sorted by relevance
301 Node* freeNode = iter.init(fFreeList, Iter::kHead_IterStart); in validate() local302 while (freeNode) { in validate()303 SkASSERT(fFreeList.isInList(freeNode)); in validate()304 Block* block = freeNode->fBlock; in validate()318 freeNode = iter.next(); in validate()
10620 for(Node* freeNode = m_FreeList[level].front; in CreateAllocationRequest() local10621 freeNode != VMA_NULL; in CreateAllocationRequest()10622 freeNode = freeNode->free.next) in CreateAllocationRequest()10624 if(freeNode->offset % allocAlignment == 0) in CreateAllocationRequest()10626 pAllocationRequest->offset = freeNode->offset; in CreateAllocationRequest()
11762 for(Node* freeNode = m_FreeList[level].front; in CreateAllocationRequest() local11763 freeNode != VMA_NULL; in CreateAllocationRequest()11764 freeNode = freeNode->free.next) in CreateAllocationRequest()11766 if(freeNode->offset % allocAlignment == 0) in CreateAllocationRequest()11769 pAllocationRequest->offset = freeNode->offset; in CreateAllocationRequest()
11743 for(Node* freeNode = m_FreeList[level].front; in CreateAllocationRequest() local11744 freeNode != VMA_NULL; in CreateAllocationRequest()11745 freeNode = freeNode->free.next) in CreateAllocationRequest()11747 if(freeNode->offset % allocAlignment == 0) in CreateAllocationRequest()11750 pAllocationRequest->offset = freeNode->offset; in CreateAllocationRequest()