Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkTLList.h301 Node* freeNode = iter.init(fFreeList, Iter::kHead_IterStart); in validate() local
302 while (freeNode) { in validate()
303 SkASSERT(fFreeList.isInList(freeNode)); in validate()
304 Block* block = freeNode->fBlock; in validate()
318 freeNode = iter.next(); in validate()
/external/skia/src/core/
DSkTLList.h301 Node* freeNode = iter.init(fFreeList, Iter::kHead_IterStart); in validate() local
302 while (freeNode) { in validate()
303 SkASSERT(fFreeList.isInList(freeNode)); in validate()
304 Block* block = freeNode->fBlock; in validate()
318 freeNode = iter.next(); in validate()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h10620 for(Node* freeNode = m_FreeList[level].front; in CreateAllocationRequest() local
10621 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()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h11762 for(Node* freeNode = m_FreeList[level].front; in CreateAllocationRequest() local
11763 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()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h11743 for(Node* freeNode = m_FreeList[level].front; in CreateAllocationRequest() local
11744 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()