Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A 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 …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h3241 class VmaBlockVector; variable
12306 VmaBlockVector::VmaBlockVector( in VmaBlockVector() function
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h3154 class VmaBlockVector; variable
12267 VmaBlockVector::VmaBlockVector( in VmaBlockVector() function