Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h8927 const VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in GetUnusedRangeSizeMax() local
8930 firstSuballoc.offset, in GetUnusedRangeSizeMax()
10234 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in FreeAtOffset() local
10235 if(firstSuballoc.offset == offset) in FreeAtOffset()
10237 firstSuballoc.type = VMA_SUBALLOCATION_TYPE_FREE; in FreeAtOffset()
10238 firstSuballoc.hAllocation = VK_NULL_HANDLE; in FreeAtOffset()
10239 m_SumFreeSize += firstSuballoc.size; in FreeAtOffset()
/external/skia/vma_android/include/
Dvk_mem_alloc.h8623 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in Free() local
8624 if (firstSuballoc.offset == offset) in Free()
8626 firstSuballoc.type = VMA_SUBALLOCATION_TYPE_FREE; in Free()
8627 firstSuballoc.userData = VMA_NULL; in Free()
8628 m_SumFreeSize += firstSuballoc.size; in Free()
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h8647 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in Free() local
8648 if (firstSuballoc.offset == offset) in Free()
8650 firstSuballoc.type = VMA_SUBALLOCATION_TYPE_FREE; in Free()
8651 firstSuballoc.userData = VMA_NULL; in Free()
8652 m_SumFreeSize += firstSuballoc.size; in Free()