Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h4914 struct VmaAllocation_T struct
4933 VmaAllocation_T(uint32_t currentFrameIndex, bool userDataString) : in VmaAllocation_T() function
4949 ~VmaAllocation_T() in ~VmaAllocation_T() argument
4957 void InitBlockAllocation( in InitBlockAllocation()
4980 void InitLost() in InitLost()
5000 void InitDedicatedAllocation( in InitDedicatedAllocation()
5019 ALLOCATION_TYPE GetType() const { return (ALLOCATION_TYPE)m_Type; } in GetType()
5020 VkDeviceSize GetAlignment() const { return m_Alignment; } in GetAlignment()
5021 VkDeviceSize GetSize() const { return m_Size; } in GetSize()
5022 bool IsUserDataString() const { return (m_Flags & FLAG_USER_DATA_STRING) != 0; } in IsUserDataString()
[all …]
/external/skia/vma_android/include/
Dvk_mem_alloc.h5959 struct VmaAllocation_T struct
5978 VmaAllocation_T(bool mappingAllowed); argument
5998 ALLOCATION_TYPE GetType() const { return (ALLOCATION_TYPE)m_Type; } in GetType()
5999 VkDeviceSize GetAlignment() const { return m_Alignment; } in GetAlignment()
6000 VkDeviceSize GetSize() const { return m_Size; } in GetSize()
6001 void* GetUserData() const { return m_pUserData; } in GetUserData()
6002 const char* GetName() const { return m_pName; } in GetName()
6003 …uballocationType GetSuballocationType() const { return (VmaSuballocationType)m_SuballocationType; } in GetSuballocationType()
6005 …GetBlock() const { VMA_ASSERT(m_Type == ALLOCATION_TYPE_BLOCK); return m_BlockAllocation.m_Block; } in GetBlock()
6006 uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; } in GetMemoryTypeIndex()
[all …]
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h6020 struct VmaAllocation_T struct
6039 VmaAllocation_T(bool mappingAllowed); argument
6059 ALLOCATION_TYPE GetType() const { return (ALLOCATION_TYPE)m_Type; } in GetType()
6060 VkDeviceSize GetAlignment() const { return m_Alignment; } in GetAlignment()
6061 VkDeviceSize GetSize() const { return m_Size; } in GetSize()
6062 void* GetUserData() const { return m_pUserData; } in GetUserData()
6063 const char* GetName() const { return m_pName; } in GetName()
6064 …uballocationType GetSuballocationType() const { return (VmaSuballocationType)m_SuballocationType; } in GetSuballocationType()
6066 …GetBlock() const { VMA_ASSERT(m_Type == ALLOCATION_TYPE_BLOCK); return m_BlockAllocation.m_Block; } in GetBlock()
6067 uint32_t GetMemoryTypeIndex() const { return m_MemoryTypeIndex; } in GetMemoryTypeIndex()
[all …]