Searched refs:HostPtr (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp42 class HostPtr class in namespace:vk::__anon4227
45 HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags);
46 ~HostPtr (void);
57 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags) function in class:vk::__anon4227::HostPtr
65 HostPtr::~HostPtr (void)
149 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr);
154 const UniquePtr<HostPtr> m_hostPtr;
157 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPt
[all...]

Completed in 134 milliseconds