Searched refs:m_Pools (Results 1 – 5 of 5) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1631 std::unordered_map<uint64_t, Pool> m_Pools; member in Player 1914 const auto poolIt = m_Pools.find(origPool); in FindPool() 1915 if(poolIt != m_Pools.end()) in FindPool() 2350 if(!m_Pools.empty()) in FinalizeVulkan() 2352 printf("WARNING: Custom pools not destroyed: %zu.\n", m_Pools.size()); in FinalizeVulkan() 2356 for(const auto it : m_Pools) in FinalizeVulkan() 2362 m_Pools.clear(); in FinalizeVulkan() 2776 const auto existingIt = m_Pools.find(origPtr); in ExecuteCreatePool() 2777 if(existingIt != m_Pools.end()) in ExecuteCreatePool() 2784 m_Pools[origPtr] = poolDesc; in ExecuteCreatePool() [all …]
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4502 VmaVector<VmaPool, VmaStlAllocator<VmaPool> > m_Pools; member 7386 m_Pools(VmaStlAllocator<VmaPool>(GetAllocationCallbacks())) in VmaAllocator_T() 7453 VMA_ASSERT(m_Pools.empty()); in ~VmaAllocator_T() 7960 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() 7962 m_Pools[poolIndex]->GetBlockVector().AddStats(pStats); in CalculateStats() 8013 const size_t poolCount = m_Pools.size(); in Defragment() 8080 result = m_Pools[poolIndex]->GetBlockVector().Defragment( in Defragment() 8091 m_Pools[poolIndex]->GetBlockVector().DestroyDefragmentator(); in Defragment() 8218 VmaVectorInsertSorted<VmaPointerLess>(m_Pools, *pPool); in CreatePool() 8229 bool success = VmaVectorRemoveSorted<VmaPointerLess>(m_Pools, pool); in DestroyPool() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 6717 VmaVector<VmaPool, VmaStlAllocator<VmaPool> > m_Pools; member 14005 m_Pools(VmaStlAllocator<VmaPool>(GetAllocationCallbacks())), in VmaAllocator_T() 14133 VMA_ASSERT(m_Pools.empty()); in ~VmaAllocator_T() 14809 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() 14811 m_Pools[poolIndex]->m_BlockVector.AddStats(pStats); in CalculateStats() 15035 VmaVectorInsertSorted<VmaPointerLess>(m_Pools, *pPool); in CreatePool() 15046 bool success = VmaVectorRemoveSorted<VmaPointerLess>(m_Pools, pool); in DestroyPool() 15105 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() 15107 … if(((1u << m_Pools[poolIndex]->m_BlockVector.GetMemoryTypeIndex()) & memoryTypeBits) != 0) in CheckCorruption() 15109 VkResult localRes = m_Pools[poolIndex]->m_BlockVector.CheckCorruption(); in CheckCorruption() [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 7900 VmaVector<VmaPool, VmaStlAllocator<VmaPool> > m_Pools; member 15512 m_Pools(VmaStlAllocator<VmaPool>(GetAllocationCallbacks())), in VmaAllocator_T() 15690 VMA_ASSERT(m_Pools.empty()); in ~VmaAllocator_T() 16535 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() 16537 m_Pools[poolIndex]->m_BlockVector.AddStats(pStats); in CalculateStats() 16832 VmaVectorInsertSorted<VmaPointerLess>(m_Pools, *pPool); in CreatePool() 16843 bool success = VmaVectorRemoveSorted<VmaPointerLess>(m_Pools, pool); in DestroyPool() 16909 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() 16911 … if(((1u << m_Pools[poolIndex]->m_BlockVector.GetMemoryTypeIndex()) & memoryTypeBits) != 0) in CheckCorruption() 16913 VkResult localRes = m_Pools[poolIndex]->m_BlockVector.CheckCorruption(); in CheckCorruption() [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7881 VmaVector<VmaPool, VmaStlAllocator<VmaPool> > m_Pools; member 15494 m_Pools(VmaStlAllocator<VmaPool>(GetAllocationCallbacks())), in VmaAllocator_T() 15672 VMA_ASSERT(m_Pools.empty()); in ~VmaAllocator_T() 16506 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() 16508 m_Pools[poolIndex]->m_BlockVector.AddStats(pStats); in CalculateStats() 16803 VmaVectorInsertSorted<VmaPointerLess>(m_Pools, *pPool); in CreatePool() 16814 bool success = VmaVectorRemoveSorted<VmaPointerLess>(m_Pools, pool); in DestroyPool() 16880 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() 16882 … if(((1u << m_Pools[poolIndex]->m_BlockVector.GetMemoryTypeIndex()) & memoryTypeBits) != 0) in CheckCorruption() 16884 VkResult localRes = m_Pools[poolIndex]->m_BlockVector.CheckCorruption(); in CheckCorruption() [all …]
|