Searched refs:m_AllocationCount (Results 1 – 3 of 3) sorted by relevance
5590 virtual size_t GetAllocationCount() const { return m_AllocationCount; } in GetAllocationCount()5690 size_t m_AllocationCount; variable6065 uint32_t m_AllocationCount;6180 virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; } in AddAllocation()6304 uint32_t m_AllocationCount; variable10426 m_AllocationCount(0), in VmaBlockMetadata_Buddy()10471 VMA_VALIDATE(m_AllocationCount == ctx.calculatedAllocationCount); in Validate()10548 inoutStats.allocationCount += m_AllocationCount; in AddPoolStats()10730 ++m_AllocationCount; in Alloc()10832 --m_AllocationCount; in FreeAtOffset()[all …]
9235 size_t GetAllocationCount() const override { return m_AllocationCount; }9325 size_t m_AllocationCount;9369 m_AllocationCount(0),9416 VMA_VALIDATE(m_AllocationCount == ctx.calculatedAllocationCount);9466 inoutStats.allocationCount += (uint32_t)m_AllocationCount;9617 ++m_AllocationCount;9666 m_AllocationCount = 0;9771 --m_AllocationCount;11116 VMA_ATOMIC_UINT32 m_AllocationCount[VK_MAX_MEMORY_HEAPS]; member11140 m_AllocationCount[heapIndex] = 0; in VmaCurrentBudgetData()[all …]
9259 size_t GetAllocationCount() const override { return m_AllocationCount; }9349 size_t m_AllocationCount;9393 m_AllocationCount(0),9440 VMA_VALIDATE(m_AllocationCount == ctx.calculatedAllocationCount);9490 inoutStats.allocationCount += (uint32_t)m_AllocationCount;9641 ++m_AllocationCount;9690 m_AllocationCount = 0;9795 --m_AllocationCount;11145 VMA_ATOMIC_UINT32 m_AllocationCount[VK_MAX_MEMORY_HEAPS]; member11169 m_AllocationCount[heapIndex] = 0; in VmaCurrentBudgetData()[all …]