Searched refs:pBlockVectorCtx (Results 1 – 1 of 1) sorted by relevance
14751 VmaBlockVectorDefragmentationContext* pBlockVectorCtx = m_CustomPoolContexts[i]; in ~VmaDefragmentationContext_T() local14752 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() local14758 if(pBlockVectorCtx) in ~VmaDefragmentationContext_T()14760 … pBlockVectorCtx->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() local14911 if(pBlockVectorCtx) in Defragment()14913 VMA_ASSERT(pBlockVectorCtx->GetBlockVector()); in Defragment()[all …]