Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5373 VmaSuballocationList::const_iterator suballocItem,
5384 VmaSuballocationList::iterator FreeSuballocation(VmaSuballocationList::iterator suballocItem);
7661 VmaSuballocationList::iterator suballocItem = m_Suballocations.end(); in Init() local
7662 --suballocItem; in Init()
7663 m_FreeSuballocationsBySize.push_back(suballocItem); in Init()
7682 for(VmaSuballocationList::const_iterator suballocItem = m_Suballocations.cbegin(); in Validate() local
7683 suballocItem != m_Suballocations.cend(); in Validate()
7684 ++suballocItem) in Validate()
7686 const VmaSuballocation& subAlloc = *suballocItem; in Validate()
7729 VmaSuballocationList::iterator suballocItem = m_FreeSuballocationsBySize[i]; in Validate() local
[all …]
/external/skia/vma_android/include/
Dvk_mem_alloc.h6795 VmaSuballocationList::const_iterator suballocItem,
6803 VmaSuballocationList::iterator FreeSuballocation(VmaSuballocationList::iterator suballocItem);
6902 VmaSuballocationList::iterator suballocItem = m_FreeSuballocationsBySize[i];
6905 VMA_VALIDATE(suballocItem->type == VMA_SUBALLOCATION_TYPE_FREE);
6907 VMA_VALIDATE(suballocItem->size >= lastSize);
6909 lastSize = suballocItem->size;
7234 for (auto suballocItem = begin;
7235 suballocItem != end;
7236 ++suballocItem)
7238 if (suballocItem->offset == offset)
[all …]
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h6858 VmaSuballocationList::const_iterator suballocItem,
6866 VmaSuballocationList::iterator FreeSuballocation(VmaSuballocationList::iterator suballocItem);
6965 VmaSuballocationList::iterator suballocItem = m_FreeSuballocationsBySize[i];
6968 VMA_VALIDATE(suballocItem->type == VMA_SUBALLOCATION_TYPE_FREE);
6970 VMA_VALIDATE(suballocItem->size >= lastSize);
6972 lastSize = suballocItem->size;
7297 for (auto suballocItem = begin;
7298 suballocItem != end;
7299 ++suballocItem)
7301 if (suballocItem->offset == offset)
[all …]