Home
last modified time | relevance | path

Searched refs:m_hAllocation (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6026 VmaAllocation m_hAllocation; member
6030 m_hAllocation(VK_NULL_HANDLE), in AllocationInfo()
6035 m_hAllocation(hAlloc), in AllocationInfo()
6075 return lhs.m_hAllocation->GetSize() > rhs.m_hAllocation->GetSize(); in operator()
6083 return lhs.m_hAllocation->GetOffset() > rhs.m_hAllocation->GetOffset(); in operator()
12595 const VkDeviceSize size = allocInfo.m_hAllocation->GetSize(); in DefragmentRound()
12596 const VkDeviceSize srcOffset = allocInfo.m_hAllocation->GetOffset(); in DefragmentRound()
12597 const VkDeviceSize alignment = allocInfo.m_hAllocation->GetAlignment(); in DefragmentRound()
12598 const VmaSuballocationType suballocType = allocInfo.m_hAllocation->GetSuballocationType(); in DefragmentRound()
12641 allocInfo.m_hAllocation); in DefragmentRound()
[all …]