Searched refs:pBlockVectorDefragCtx (Results 1 – 1 of 1) sorted by relevance
14775 VmaBlockVectorDefragmentationContext* pBlockVectorDefragCtx = VMA_NULL; in AddPools() local14781 pBlockVectorDefragCtx = m_CustomPoolContexts[i]; in AddPools()14786 if(!pBlockVectorDefragCtx) in AddPools()14788 pBlockVectorDefragCtx = vma_new(m_hAllocator, VmaBlockVectorDefragmentationContext)( in AddPools()14793 m_CustomPoolContexts.push_back(pBlockVectorDefragCtx); in AddPools()14796 pBlockVectorDefragCtx->AddAll(); in AddPools()14816 VmaBlockVectorDefragmentationContext* pBlockVectorDefragCtx = VMA_NULL; in AddAllocations() local14829 pBlockVectorDefragCtx = m_CustomPoolContexts[i]; in AddAllocations()14833 if(!pBlockVectorDefragCtx) in AddAllocations()14835 … pBlockVectorDefragCtx = vma_new(m_hAllocator, VmaBlockVectorDefragmentationContext)( in AddAllocations()[all …]