Home
last modified time | relevance | path

Searched refs:m_Allocations (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1632 std::unordered_map<uint64_t, Allocation> m_Allocations; member in Player
1951 const auto existingIt = m_Allocations.find(origPtr); in AddAllocation()
1952 if(existingIt != m_Allocations.end()) in AddAllocation()
1959 m_Allocations[origPtr] = std::move(allocDesc); in AddAllocation()
2335 if(!m_Allocations.empty()) in FinalizeVulkan()
2337 printf("WARNING: Allocations not destroyed: %zu.\n", m_Allocations.size()); in FinalizeVulkan()
2341 for(const auto it : m_Allocations) in FinalizeVulkan()
2347 m_Allocations.clear(); in FinalizeVulkan()
2437 const size_t allocCount = m_Allocations.size(); in Defragment()
2440 for(const auto& it : m_Allocations) in Defragment()
[all …]
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp96 std::vector<VmaAllocation> m_Allocations; member in SparseBindingImage
493 m_Allocations.resize(pageCount); in Init()
494 std::fill(m_Allocations.begin(), m_Allocations.end(), nullptr); in Init()
497 …teMemoryPages(g_hAllocator, &pageMemReq, &allocCreateInfo, pageCount, m_Allocations.data(), allocI… in Init()
524 vmaFreeMemoryPages(g_hAllocator, m_Allocations.size(), m_Allocations.data()); in ~SparseBindingImage()
Dvk_mem_alloc.h7144 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; member
7150 m_Allocations(pAllocationCallbacks) in BlockInfo()
7157 const size_t defragmentAllocCount = m_Allocations.size(); in CalcHasNonMovableAllocations()
7163 VMA_SORT(m_Allocations.begin(), m_Allocations.end(), AllocationInfoSizeGreater()); in SortAllocationsBySizeDescending()
7168 VMA_SORT(m_Allocations.begin(), m_Allocations.end(), AllocationInfoOffsetGreater()); in SortAllocationsByOffsetDescending()
7425 VmaVector< AllocInfo, VmaStlAllocator<AllocInfo> > m_Allocations; variable
13811 (*it)->m_Allocations.push_back(allocInfo); in AddAllocation()
13861 while(srcAllocIndex >= m_Blocks[srcBlockIndex]->m_Allocations.size()) in DefragmentRound()
13863 if(m_Blocks[srcBlockIndex]->m_Allocations.empty()) in DefragmentRound()
13878 srcAllocIndex = m_Blocks[srcBlockIndex]->m_Allocations.size() - 1; in DefragmentRound()
[all …]
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4280 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; variable
4286 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; member
4291 m_Allocations(pAllocationCallbacks), in BlockInfo()
4299 const size_t defragmentAllocCount = m_Allocations.size(); in CalcHasNonMovableAllocations()
4305 VMA_SORT(m_Allocations.begin(), m_Allocations.end(), AllocationInfoSizeGreater()); in SortAllocationsBySizeDescecnding()
7104 m_Allocations(VmaStlAllocator<AllocationInfo>(hAllocator->GetAllocationCallbacks())), in VmaDefragmentator()
7122 m_Allocations.push_back(allocInfo); in AddAllocation()
7171 while(srcAllocIndex >= m_Blocks[srcBlockIndex]->m_Allocations.size()) in DefragmentRound()
7173 if(m_Blocks[srcBlockIndex]->m_Allocations.empty()) in DefragmentRound()
7188 srcAllocIndex = m_Blocks[srcBlockIndex]->m_Allocations.size() - 1; in DefragmentRound()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6092 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; member
6098 m_Allocations(pAllocationCallbacks) in BlockInfo()
6105 const size_t defragmentAllocCount = m_Allocations.size(); in CalcHasNonMovableAllocations()
6111 VMA_SORT(m_Allocations.begin(), m_Allocations.end(), AllocationInfoSizeGreater()); in SortAllocationsBySizeDescending()
6116 VMA_SORT(m_Allocations.begin(), m_Allocations.end(), AllocationInfoOffsetGreater()); in SortAllocationsByOffsetDescending()
6375 VmaVector< AllocInfo, VmaStlAllocator<AllocInfo> > m_Allocations; variable
12522 (*it)->m_Allocations.push_back(allocInfo); in AddAllocation()
12571 while(srcAllocIndex >= m_Blocks[srcBlockIndex]->m_Allocations.size()) in DefragmentRound()
12573 if(m_Blocks[srcBlockIndex]->m_Allocations.empty()) in DefragmentRound()
12588 srcAllocIndex = m_Blocks[srcBlockIndex]->m_Allocations.size() - 1; in DefragmentRound()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7125 VmaVector< AllocationInfo, VmaStlAllocator<AllocationInfo> > m_Allocations; member
7131 m_Allocations(pAllocationCallbacks) in BlockInfo()
7138 const size_t defragmentAllocCount = m_Allocations.size(); in CalcHasNonMovableAllocations()
7144 VMA_SORT(m_Allocations.begin(), m_Allocations.end(), AllocationInfoSizeGreater()); in SortAllocationsBySizeDescending()
7149 VMA_SORT(m_Allocations.begin(), m_Allocations.end(), AllocationInfoOffsetGreater()); in SortAllocationsByOffsetDescending()
7406 VmaVector< AllocInfo, VmaStlAllocator<AllocInfo> > m_Allocations; variable
13793 (*it)->m_Allocations.push_back(allocInfo); in AddAllocation()
13843 while(srcAllocIndex >= m_Blocks[srcBlockIndex]->m_Allocations.size()) in DefragmentRound()
13845 if(m_Blocks[srcBlockIndex]->m_Allocations.empty()) in DefragmentRound()
13860 srcAllocIndex = m_Blocks[srcBlockIndex]->m_Allocations.size() - 1; in DefragmentRound()
[all …]