Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5898 struct VmaAllocation_T struct
5920 VmaAllocation_T(uint32_t currentFrameIndex, bool userDataString) : in VmaAllocation_T() function
5937 ~VmaAllocation_T() in ~VmaAllocation_T() argument
5945 void InitBlockAllocation( in InitBlockAllocation()
5968 void InitLost() in InitLost()
5987 void InitDedicatedAllocation( in InitDedicatedAllocation()
6006 ALLOCATION_TYPE GetType() const { return (ALLOCATION_TYPE)m_Type; } in GetType()
6007 VkDeviceSize GetAlignment() const { return m_Alignment; } in GetAlignment()
6008 VkDeviceSize GetSize() const { return m_Size; } in GetSize()
6009 bool IsUserDataString() const { return (m_Flags & FLAG_USER_DATA_STRING) != 0; } in IsUserDataString()
[all …]