Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h11074 void* m_AlgorithmState = VMA_NULL; member
13027 m_AlgorithmState = vma_new_array(hAllocator, StateBalanced, m_BlockVectorCount); in VmaDefragmentationContext_T()
13030 m_AlgorithmState = vma_new_array(hAllocator, StateBalanced, m_BlockVectorCount); in VmaDefragmentationContext_T()
13035 m_AlgorithmState = vma_new_array(hAllocator, StateExtensive, m_BlockVectorCount); in VmaDefragmentationContext_T()
13057 if (m_AlgorithmState) in ~VmaDefragmentationContext_T()
13062 …rray(m_MoveAllocator.m_pCallbacks, reinterpret_cast<StateBalanced*>(m_AlgorithmState), m_BlockVect… in ~VmaDefragmentationContext_T()
13065 …ray(m_MoveAllocator.m_pCallbacks, reinterpret_cast<StateExtensive*>(m_AlgorithmState), m_BlockVect… in ~VmaDefragmentationContext_T()
13249 m_AlgorithmState != VMA_NULL) in DefragmentPassEnd()
13252 … StateExtensive& state = reinterpret_cast<StateExtensive*>(m_AlgorithmState)[vectorIndex]; in DefragmentPassEnd()
13285 if (m_AlgorithmState != VMA_NULL) in DefragmentPassEnd()
[all …]
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h11048 void* m_AlgorithmState = VMA_NULL; member
12988 m_AlgorithmState = vma_new_array(hAllocator, StateBalanced, m_BlockVectorCount); in VmaDefragmentationContext_T()
12995 m_AlgorithmState = vma_new_array(hAllocator, StateExtensive, m_BlockVectorCount); in VmaDefragmentationContext_T()
13018 if (m_AlgorithmState) in ~VmaDefragmentationContext_T()
13023 …rray(m_MoveAllocator.m_pCallbacks, reinterpret_cast<StateBalanced*>(m_AlgorithmState), m_BlockVect… in ~VmaDefragmentationContext_T()
13026 …ray(m_MoveAllocator.m_pCallbacks, reinterpret_cast<StateExtensive*>(m_AlgorithmState), m_BlockVect… in ~VmaDefragmentationContext_T()
13213 if (m_AlgorithmState != VMA_NULL) in DefragmentPassEnd()
13216 … StateExtensive& state = reinterpret_cast<StateExtensive*>(m_AlgorithmState)[vectorIndex]; in DefragmentPassEnd()
13251 if (m_AlgorithmState != VMA_NULL) in DefragmentPassEnd()
13257 … StateExtensive& state = reinterpret_cast<StateExtensive*>(m_AlgorithmState)[block.data]; in DefragmentPassEnd()
[all …]