Home
last modified time | relevance | path

Searched defs:VmaBlockVector (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6887 struct VmaBlockVector struct
6906 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 …]
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3160 class VmaBlockVector; variable
12281 VmaBlockVector::VmaBlockVector( in VmaBlockVector() function