Searched defs:VmaDefragmentationContext_T (Results 1 – 3 of 3) sorted by relevance
11022 struct VmaDefragmentationContext_T struct11031 void GetStats(VmaDefragmentationStats& outStats) { outStats = m_GlobalStats; } in GetStats()11039 enum class CounterStatus { Pass, Ignore, End };11041 struct FragmentedBlock11046 struct StateBalanced11051 struct StateExtensive11063 struct MoveAllocationData11072 const VkDeviceSize m_MaxPassBytes;11073 const uint32_t m_MaxPassAllocations;11075 VmaStlAllocator<VmaDefragmentationMove> m_MoveAllocator;[all …]
6321 struct VmaDefragmentationContext_T struct6355 const uint32_t m_CurrFrameIndex;6356 const uint32_t m_Flags;6357 VmaDefragmentationStats* const m_pStats;6359 VkDeviceSize m_MaxCpuBytesToMove;6360 uint32_t m_MaxCpuAllocationsToMove;6361 VkDeviceSize m_MaxGpuBytesToMove;6362 uint32_t m_MaxGpuAllocationsToMove;6365 VmaBlockVectorDefragmentationContext* m_DefaultPoolContexts[VK_MAX_MEMORY_TYPES];6367 …agmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationContext*> > m_CustomPoolContexts;[all …]
6379 struct VmaDefragmentationContext_T struct6410 const uint32_t m_CurrFrameIndex;6411 const uint32_t m_Flags;6412 VmaDefragmentationStats* const m_pStats;6414 VmaBlockVectorDefragmentationContext* m_DefaultPoolContexts[VK_MAX_MEMORY_TYPES];6416 …agmentationContext*, VmaStlAllocator<VmaBlockVectorDefragmentationContext*> > m_CustomPoolContexts;13215 VmaDefragmentationContext_T::VmaDefragmentationContext_T( in VmaDefragmentationContext_T() function