Lines Matching refs:VmaBlockVectorDefragmentationContext

5872         class VmaBlockVectorDefragmentationContext* pCtx,
5878 class VmaBlockVectorDefragmentationContext* pCtx,
5946 class VmaBlockVectorDefragmentationContext* pDefragCtx,
5950 class VmaBlockVectorDefragmentationContext* pDefragCtx,
6333 class VmaBlockVectorDefragmentationContext
6335 VMA_CLASS_NO_COPY(VmaBlockVectorDefragmentationContext)
6341 VmaBlockVectorDefragmentationContext(
6347 ~VmaBlockVectorDefragmentationContext();
6414 VmaBlockVectorDefragmentationContext* m_DefaultPoolContexts[VK_MAX_MEMORY_TYPES];
6416 …VmaVector< VmaBlockVectorDefragmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationCon…
11982 class VmaBlockVectorDefragmentationContext* pDefragCtx, in ApplyDefragmentationMovesCpu()
12101 class VmaBlockVectorDefragmentationContext* pDefragCtx, in ApplyDefragmentationMovesGpu()
12272 class VmaBlockVectorDefragmentationContext* pCtx, in Defragment()
12360 class VmaBlockVectorDefragmentationContext* pCtx, in DefragmentationEnd()
13140 VmaBlockVectorDefragmentationContext::VmaBlockVectorDefragmentationContext( in VmaBlockVectorDefragmentationContext() function
13160 VmaBlockVectorDefragmentationContext::~VmaBlockVectorDefragmentationContext() in ~VmaBlockVectorDefragmentationContext()
13165 void VmaBlockVectorDefragmentationContext::AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) in AddAllocation()
13171 void VmaBlockVectorDefragmentationContext::Begin(bool overlappingMoveSupported) in Begin()
13224 …m_CustomPoolContexts(VmaStlAllocator<VmaBlockVectorDefragmentationContext*>(hAllocator->GetAllocat… in VmaDefragmentationContext_T()
13233 VmaBlockVectorDefragmentationContext* pBlockVectorCtx = m_CustomPoolContexts[i]; in ~VmaDefragmentationContext_T()
13239 VmaBlockVectorDefragmentationContext* pBlockVectorCtx = m_DefaultPoolContexts[i]; in ~VmaDefragmentationContext_T()
13257 VmaBlockVectorDefragmentationContext* pBlockVectorDefragCtx = VMA_NULL; in AddPools()
13270 pBlockVectorDefragCtx = vma_new(m_hAllocator, VmaBlockVectorDefragmentationContext)( in AddPools()
13299 VmaBlockVectorDefragmentationContext* pBlockVectorDefragCtx = VMA_NULL; in AddAllocations()
13318 … pBlockVectorDefragCtx = vma_new(m_hAllocator, VmaBlockVectorDefragmentationContext)( in AddAllocations()
13335 … pBlockVectorDefragCtx = vma_new(m_hAllocator, VmaBlockVectorDefragmentationContext)( in AddAllocations()
13378 VmaBlockVectorDefragmentationContext* pBlockVectorCtx = m_DefaultPoolContexts[memTypeIndex]; in Defragment()
13400VmaBlockVectorDefragmentationContext* pBlockVectorCtx = m_CustomPoolContexts[customCtxIndex]; in Defragment()