Searched refs:firstSuballoc (Results 1 – 3 of 3) sorted by relevance
8927 const VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in GetUnusedRangeSizeMax() local8930 firstSuballoc.offset, in GetUnusedRangeSizeMax()10234 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in FreeAtOffset() local10235 if(firstSuballoc.offset == offset) in FreeAtOffset()10237 firstSuballoc.type = VMA_SUBALLOCATION_TYPE_FREE; in FreeAtOffset()10238 firstSuballoc.hAllocation = VK_NULL_HANDLE; in FreeAtOffset()10239 m_SumFreeSize += firstSuballoc.size; in FreeAtOffset()
8623 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in Free() local8624 if (firstSuballoc.offset == offset) in Free()8626 firstSuballoc.type = VMA_SUBALLOCATION_TYPE_FREE; in Free()8627 firstSuballoc.userData = VMA_NULL; in Free()8628 m_SumFreeSize += firstSuballoc.size; in Free()
8647 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in Free() local8648 if (firstSuballoc.offset == offset) in Free()8650 firstSuballoc.type = VMA_SUBALLOCATION_TYPE_FREE; in Free()8651 firstSuballoc.userData = VMA_NULL; in Free()8652 m_SumFreeSize += firstSuballoc.size; in Free()