Searched defs:VmaBlockVector (Results 1 – 1 of 1) sorted by relevance
6832 struct VmaBlockVector struct6851 VmaAllocator GetAllocator() const { return m_hAllocator; } in GetAllocator()6852 VmaPool GetParentPool() const { return m_hParentPool; } in GetParentPool()6853 bool IsCustomPool() const { return m_hParentPool != VMA_NULL; } in IsCustomPool()6854 uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; } in GetMemoryTypeIndex()6855 VkDeviceSize GetPreferredBlockSize() const { return m_PreferredBlockSize; } in GetPreferredBlockSize()6856 VkDeviceSize GetBufferImageGranularity() const { return m_BufferImageGranularity; } in GetBufferImageGranularity()6857 uint32_t GetFrameInUseCount() const { return m_FrameInUseCount; } in GetFrameInUseCount()6858 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()6911 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount()[all …]