Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h6351 VmaDefragmentationAlgorithm* GetAlgorithm() const { return m_pAlgorithm; } in GetAlgorithm()
6367 VmaDefragmentationAlgorithm* m_pAlgorithm; variable
13154 m_pAlgorithm(VMA_NULL), in VmaBlockVectorDefragmentationContext()
13162 vma_delete(m_hAllocator, m_pAlgorithm); in ~VmaBlockVectorDefragmentationContext()
13190 m_pAlgorithm = vma_new(m_hAllocator, VmaDefragmentationAlgorithm_Fast)( in Begin()
13195 m_pAlgorithm = vma_new(m_hAllocator, VmaDefragmentationAlgorithm_Generic)( in Begin()
13201 m_pAlgorithm->AddAll(); in Begin()
13207 m_pAlgorithm->AddAllocation(m_Allocations[i].hAlloc, m_Allocations[i].pChanged); in Begin()