Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h14751 VmaBlockVectorDefragmentationContext* pBlockVectorCtx = m_CustomPoolContexts[i]; in ~VmaDefragmentationContext_T() local
14752 pBlockVectorCtx->GetBlockVector()->DefragmentationEnd(pBlockVectorCtx, m_Flags, m_pStats); in ~VmaDefragmentationContext_T()
14753 vma_delete(m_hAllocator, pBlockVectorCtx); in ~VmaDefragmentationContext_T()
14757 VmaBlockVectorDefragmentationContext* pBlockVectorCtx = m_DefaultPoolContexts[i]; in ~VmaDefragmentationContext_T() local
14758 if(pBlockVectorCtx) in ~VmaDefragmentationContext_T()
14760pBlockVectorCtx->GetBlockVector()->DefragmentationEnd(pBlockVectorCtx, m_Flags, m_pStats); in ~VmaDefragmentationContext_T()
14761 vma_delete(m_hAllocator, pBlockVectorCtx); in ~VmaDefragmentationContext_T()
14910 VmaBlockVectorDefragmentationContext* pBlockVectorCtx = m_DefaultPoolContexts[memTypeIndex]; in Defragment() local
14911 if(pBlockVectorCtx) in Defragment()
14913 VMA_ASSERT(pBlockVectorCtx->GetBlockVector()); in Defragment()
[all …]