Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp42 class HostPtr class
45HostPtr (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/
DCGOpenMPRuntime.cpp3506 llvm::Value *HostPtr = new llvm::GlobalVariable( in emitTargetCall() local
3520 DeviceID, HostPtr, PointerNum, BasePointersArray, in emitTargetCall()