Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5815 struct VmaBlockVector struct
5834 uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; } in GetMemoryTypeIndex()
5835 VkDeviceSize GetPreferredBlockSize() const { return m_PreferredBlockSize; } in GetPreferredBlockSize()
5836 VkDeviceSize GetBufferImageGranularity() const { return m_BufferImageGranularity; } in GetBufferImageGranularity()
5837 uint32_t GetFrameInUseCount() const { return m_FrameInUseCount; } in GetFrameInUseCount()
5838 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
5842 bool IsEmpty() const { return m_Blocks.empty(); } in IsEmpty()
5884 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount()
5885 VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[index]; } in GetBlock()
5892 const VmaAllocator m_hAllocator;
[all …]
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h5738 struct VmaBlockVector struct
5760 VmaAllocator GetAllocator() const { return m_hAllocator; } in GetAllocator()
5761 VmaPool GetParentPool() const { return m_hParentPool; } in GetParentPool()
5762 bool IsCustomPool() const { return m_hParentPool != VMA_NULL; } in IsCustomPool()
5763 uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; } in GetMemoryTypeIndex()
5764 VkDeviceSize GetPreferredBlockSize() const { return m_PreferredBlockSize; } in GetPreferredBlockSize()
5765 VkDeviceSize GetBufferImageGranularity() const { return m_BufferImageGranularity; } in GetBufferImageGranularity()
5766 uint32_t GetFrameInUseCount() const { return m_FrameInUseCount; } in GetFrameInUseCount()
5767 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
5820 size_t GetBlockCount() const { return m_Blocks.size(); } in GetBlockCount()
[all …]
/external/skia/vma_android/include/
Dvk_mem_alloc.h3154 class VmaBlockVector; variable
12305 VmaBlockVector::VmaBlockVector( in VmaBlockVector() function