Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h10086 const VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in GetUnusedRangeSizeMax() local
10089 firstSuballoc.offset, in GetUnusedRangeSizeMax()
11453 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in FreeAtOffset() local
11454 if(firstSuballoc.offset == offset) in FreeAtOffset()
11456 firstSuballoc.type = VMA_SUBALLOCATION_TYPE_FREE; in FreeAtOffset()
11457 firstSuballoc.hAllocation = VK_NULL_HANDLE; in FreeAtOffset()
11458 m_SumFreeSize += firstSuballoc.size; in FreeAtOffset()