Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp48 class HostPtr class
51HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize offset,…
52 ~HostPtr (void);
63 HostPtr::HostPtr (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memory, VkDeviceSize … in HostPtr() function in vk::__anon88e9b5300111::HostPtr
71 HostPtr::~HostPtr (void) in ~HostPtr()
171 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr, size_t offset);
176 const UniquePtr<HostPtr> m_hostPtr;
179 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr, size_t offs… in SimpleAllocation()
205 MovePtr<HostPtr> hostPtr; in allocate()
208 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, offset, info.allocationSize, 0u)); in allocate()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLMemory.cpp78 case MemInfo::HostPtr: in getInfo()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedCLEnums_autogen.cpp1571 return MemInfo::HostPtr; in FromCLenum()
1601 case MemInfo::HostPtr: in ToCLenum()
1636 case MemInfo::HostPtr: in operator <<()
DPackedCLEnums_autogen.h343 HostPtr = 3, enumerator