Searched refs:HostPtr (Results 1 – 2 of 2) 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); 65 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize … in HostPtr() function in vk::__anon37c4d0120111::HostPtr 73 HostPtr::~HostPtr (void) in ~HostPtr() 151 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr); 156 const UniquePtr<HostPtr> m_hostPtr; 159 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation() 182 MovePtr<HostPtr> hostPtr; in allocate() 185 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocate() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3506 llvm::Value *HostPtr = new llvm::GlobalVariable( in emitTargetCall() local 3520 DeviceID, HostPtr, PointerNum, BasePointersArray, in emitTargetCall()
|