Searched refs:VmaSuballocationList (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5162 typedef VmaList< VmaSuballocation, VmaStlAllocator<VmaSuballocation> > VmaSuballocationList; typedef 5185 VmaSuballocationList::iterator item; 5357 VmaSuballocationList m_Suballocations; 5360 …VmaVector< VmaSuballocationList::iterator, VmaStlAllocator< VmaSuballocationList::iterator > > m_F… 5373 VmaSuballocationList::const_iterator suballocItem, 5380 void MergeFreeWithNext(VmaSuballocationList::iterator item); 5384 VmaSuballocationList::iterator FreeSuballocation(VmaSuballocationList::iterator suballocItem); 5387 void RegisterFreeSuballocation(VmaSuballocationList::iterator item); 5390 void UnregisterFreeSuballocation(VmaSuballocationList::iterator item); 7542 const VmaSuballocationList::iterator lhs, in operator() [all …]
|
/external/skia/vma_android/include/ |
D | vk_mem_alloc.h | 3146 typedef VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation>> VmaSuballocationList; typedef 6255 bool operator()(const VmaSuballocationList::iterator lhs, in operator() 6256 const VmaSuballocationList::iterator rhs) const in operator() 6261 bool operator()(const VmaSuballocationList::iterator lhs, in operator() 6278 VmaSuballocationList::iterator item; 6780 VmaSuballocationList m_Suballocations; 6782 …VmaVector<VmaSuballocationList::iterator, VmaStlAllocator<VmaSuballocationList::iterator>> m_FreeS… 6786 VmaSuballocationList::iterator FindAtOffset(VkDeviceSize offset) const; 6795 VmaSuballocationList::const_iterator suballocItem, 6799 void MergeFreeWithNext(VmaSuballocationList::iterator item); [all …]
|
/external/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 3233 typedef VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation>> VmaSuballocationList; typedef 6317 bool operator()(const VmaSuballocationList::iterator lhs, in operator() 6318 const VmaSuballocationList::iterator rhs) const in operator() 6323 bool operator()(const VmaSuballocationList::iterator lhs, in operator() 6340 VmaSuballocationList::iterator item; 6843 VmaSuballocationList m_Suballocations; 6845 …VmaVector<VmaSuballocationList::iterator, VmaStlAllocator<VmaSuballocationList::iterator>> m_FreeS… 6849 VmaSuballocationList::iterator FindAtOffset(VkDeviceSize offset) const; 6858 VmaSuballocationList::const_iterator suballocItem, 6862 void MergeFreeWithNext(VmaSuballocationList::iterator item); [all …]
|