Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h14775 VmaBlockVectorDefragmentationContext* pBlockVectorDefragCtx = VMA_NULL; in AddPools() local
14781 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() local
14829 pBlockVectorDefragCtx = m_CustomPoolContexts[i]; in AddAllocations()
14833 if(!pBlockVectorDefragCtx) in AddAllocations()
14835pBlockVectorDefragCtx = vma_new(m_hAllocator, VmaBlockVectorDefragmentationContext)( in AddAllocations()
[all …]