Lines Matching refs:m_hAllocation
6026 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()
12644 …allocInfo.m_hAllocation->ChangeBlockAllocation(m_hAllocator, pDstBlockInfo->m_pBlock, dstAllocRequ… in DefragmentRound()