Searched refs:HostPtr (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 42 class HostPtr class 45 …HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset,… 46 ~HostPtr (void); 57 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize … in HostPtr() function in vk::__anon27d66a3b0111::HostPtr 65 HostPtr::~HostPtr (void) in ~HostPtr() 174 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr); 179 const UniquePtr<HostPtr> m_hostPtr; 182 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation() 205 MovePtr<HostPtr> hostPtr; in allocate() 208 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocate() [all …]
|