Home
last modified time | relevance | path

Searched refs:vma_delete (Results 1 – 4 of 4) sorted by relevance

/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2695 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() function
4562 static void vma_delete(VmaAllocator hAllocator, T* ptr) in vma_delete() function
6488 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaBlockVector()
6842 vma_delete(m_hAllocator, pBlockToDelete); in Free()
7033 vma_delete(m_hAllocator, pBlock); in Defragment()
7049 vma_delete(m_hAllocator, m_pDefragmentator); in DestroyDefragmentator()
7113 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaDefragmentator()
7457 vma_delete(this, m_pDedicatedAllocations[i]); in ~VmaAllocator_T()
7458 vma_delete(this, m_pBlockVectors[i]); in ~VmaAllocator_T()
7937 vma_delete(this, allocation); in FreeMemory()
[all …]
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2695 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() function
4562 static void vma_delete(VmaAllocator hAllocator, T* ptr) in vma_delete() function
6488 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaBlockVector()
6842 vma_delete(m_hAllocator, pBlockToDelete); in Free()
7033 vma_delete(m_hAllocator, pBlock); in Defragment()
7049 vma_delete(m_hAllocator, m_pDefragmentator); in DestroyDefragmentator()
7113 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaDefragmentator()
7457 vma_delete(this, m_pDedicatedAllocations[i]); in ~VmaAllocator_T()
7458 vma_delete(this, m_pBlockVectors[i]); in ~VmaAllocator_T()
7937 vma_delete(this, allocation); in FreeMemory()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h3882 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() function
6796 static void vma_delete(VmaAllocator hAllocator, T* ptr) in vma_delete() function
10743 vma_delete(GetAllocationCallbacks(), node); in DeleteNode()
10843 vma_delete(GetAllocationCallbacks(), node->buddy); in FreeAtOffset()
10844 vma_delete(GetAllocationCallbacks(), node); in FreeAtOffset()
11039 vma_delete(allocator, m_pMetadata); in Destroy()
11295 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaBlockVector()
11826 vma_delete(m_hAllocator, pBlockToDelete); in Free()
12194 vma_delete(m_hAllocator, pBlock); in FreeEmptyBlocks()
12508 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaDefragmentationAlgorithm_Generic()
[all …]
/external/angle/third_party/VulkanMemoryAllocator/src/
Dvk_mem_alloc.h4551 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete() function
7681 static void vma_delete(VmaAllocator hAllocator, T* ptr) in vma_delete() function
11555 vma_delete(GetAllocationCallbacks(), node); in DeleteNode()
11655 vma_delete(GetAllocationCallbacks(), node->buddy); in FreeAtOffset()
11656 vma_delete(GetAllocationCallbacks(), node); in FreeAtOffset()
11852 vma_delete(allocator, m_pMetadata); in Destroy()
12126 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaBlockVector()
12678 vma_delete(m_hAllocator, pBlockToDelete); in Free()
13053 vma_delete(m_hAllocator, pBlock); in FreeEmptyBlocks()
13465 vma_delete(m_hAllocator, m_Blocks[i]); in ~VmaDefragmentationAlgorithm_Generic()
[all …]