Searched refs:VmaSuballocation (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5138 struct VmaSuballocation struct 5149 bool operator()(const VmaSuballocation& lhs, const VmaSuballocation& rhs) const in operator() argument 5156 bool operator()(const VmaSuballocation& lhs, const VmaSuballocation& rhs) const in operator() 5162 typedef VmaList< VmaSuballocation, VmaStlAllocator<VmaSuballocation> > VmaSuballocationList; 5531 … typedef VmaVector< VmaSuballocation, VmaStlAllocator<VmaSuballocation> > SuballocationVectorType; 6314 void InsertSuballoc(VmaBlockMetadata_Generic* pMetadata, const VmaSuballocation& suballoc); 7637 m_Suballocations(VmaStlAllocator<VmaSuballocation>(hAllocator->GetAllocationCallbacks())), in VmaBlockMetadata_Generic() 7653 VmaSuballocation suballoc = {}; in Init() 7686 const VmaSuballocation& subAlloc = *suballocItem; in Validate() 7785 const VmaSuballocation& suballoc = *suballocItem; in CalcAllocationStatInfo() [all …]
|
/external/skia/vma_android/include/ |
D | vk_mem_alloc.h | 3141 struct VmaSuballocation; 3146 typedef VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation>> VmaSuballocationList; 6228 struct VmaSuballocation struct 6239 bool operator()(const VmaSuballocation& lhs, const VmaSuballocation& rhs) const in operator() argument 6247 bool operator()(const VmaSuballocation& lhs, const VmaSuballocation& rhs) const in operator() 6818 m_Suballocations(VmaStlAllocator<VmaSuballocation>(pAllocationCallbacks)), 6828 VmaSuballocation suballoc = {}; 7089 VmaSuballocation& suballoc = *request.item; 7111 VmaSuballocation paddingSuballoc = {}; 7125 VmaSuballocation paddingSuballoc = {}; [all …]
|
/external/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 3228 struct VmaSuballocation; 3233 typedef VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation>> VmaSuballocationList; 6290 struct VmaSuballocation struct 6301 bool operator()(const VmaSuballocation& lhs, const VmaSuballocation& rhs) const in operator() argument 6309 bool operator()(const VmaSuballocation& lhs, const VmaSuballocation& rhs) const in operator() 6881 m_Suballocations(VmaStlAllocator<VmaSuballocation>(pAllocationCallbacks)), 6891 VmaSuballocation suballoc = {}; 7152 VmaSuballocation& suballoc = *request.item; 7174 VmaSuballocation paddingSuballoc = {}; 7188 VmaSuballocation paddingSuballoc = {}; [all …]
|