Lines Matching refs:HostPtr
47 class HostPtr class
50 …HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset,…
51 ~HostPtr (void);
62 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize … in HostPtr() function in vk::__anondfa10f310111::HostPtr
70 HostPtr::~HostPtr (void) in ~HostPtr()
180 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr);
185 const UniquePtr<HostPtr> m_hostPtr;
188 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation()
211 MovePtr<HostPtr> hostPtr; in allocate()
214 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocate()
245 MovePtr<HostPtr> hostPtr; in allocate()
250 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocate()
274 MovePtr<HostPtr> hostPtr; in allocateExtended()
279 hostPtr = MovePtr<HostPtr>(new HostPtr(vkd, device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocateExtended()