Searched defs:VmaBlockVector (Results 1 – 2 of 2) sorted by relevance
6887 struct VmaBlockVector struct6906 VmaAllocator GetAllocator() const { return m_hAllocator; } in GetAllocator()6907 VmaPool GetParentPool() const { return m_hParentPool; } in GetParentPool()6908 bool IsCustomPool() const { return m_hParentPool != VMA_NULL; } in IsCustomPool()6909 uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; } in GetMemoryTypeIndex()6910 VkDeviceSize GetPreferredBlockSize() const { return m_PreferredBlockSize; } in GetPreferredBlockSize()6911 VkDeviceSize GetBufferImageGranularity() const { return m_BufferImageGranularity; } in GetBufferImageGranularity()6912 uint32_t GetFrameInUseCount() const { return m_FrameInUseCount; } in GetFrameInUseCount()6913 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()6982 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount()[all …]
3160 class VmaBlockVector; variable12281 VmaBlockVector::VmaBlockVector( in VmaBlockVector() function