Searched refs:firstSuballoc (Results 1 – 1 of 1) sorted by relevance
10086 const VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in GetUnusedRangeSizeMax() local10089 firstSuballoc.offset, in GetUnusedRangeSizeMax()11453 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in FreeAtOffset() local11454 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()