Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5209 virtual size_t GetAllocationCount() const = 0;
5299 virtual size_t GetAllocationCount() const { return m_Suballocations.size() - m_FreeCount; } in GetAllocationCount() function
5480 virtual size_t GetAllocationCount() const;
5483 virtual bool IsEmpty() const { return GetAllocationCount() == 0; } in IsEmpty()
5590 virtual size_t GetAllocationCount() const { return m_AllocationCount; } in GetAllocationCount() function
6104 const size_t blockAllocCount = m_pBlock->m_pMetadata->GetAllocationCount(); in CalcHasNonMovableAllocations()
8895 size_t VmaBlockMetadata_Linear::GetAllocationCount() const in GetAllocationCount() function
8974 outInfo.allocationCount = (uint32_t)GetAllocationCount(); in CalcAllocationStatInfo()
12391 result += m_Blocks[i]->m_pMetadata->GetAllocationCount(); in CalcAllocationCount()
/external/skia/vma_android/include/
Dvk_mem_alloc.h6304 virtual size_t GetAllocationCount() const = 0;
6738 size_t GetAllocationCount() const override { return m_Suballocations.size() - m_FreeCount; }
7578 bool IsEmpty() const override { return GetAllocationCount() == 0; } in IsEmpty()
7583 size_t GetAllocationCount() const override;
7846 size_t VmaBlockMetadata_Linear::GetAllocationCount() const in GetAllocationCount() function
9235 size_t GetAllocationCount() const override { return m_AllocationCount; }
9934 size_t GetAllocationCount() const override { return m_AllocCount; } in GetAllocationCount() function
13865 allocCount += metadata->GetAllocationCount(); in UpdateVectorStatistics()
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h6367 virtual size_t GetAllocationCount() const = 0;
6801 size_t GetAllocationCount() const override { return m_Suballocations.size() - m_FreeCount; }
7641 bool IsEmpty() const override { return GetAllocationCount() == 0; } in IsEmpty()
7646 size_t GetAllocationCount() const override;
7909 size_t VmaBlockMetadata_Linear::GetAllocationCount() const in GetAllocationCount() function
9259 size_t GetAllocationCount() const override { return m_AllocationCount; }
9958 size_t GetAllocationCount() const override { return m_AllocCount; } in GetAllocationCount() function
13906 allocCount += metadata->GetAllocationCount(); in UpdateVectorStatistics()