HomeSort by relevance Sort by last modified time
    Searched defs:hostPtr (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 42 class HostPtr
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)
65 HostPtr::~HostPtr (void)
91 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr)
94 , m_hostPtr (hostPtr)
149 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 89 void* const hostPtr = destAlloc->getHostPtr();
91 deMemcpy((deUint8*)hostPtr, data, numBytes);
97 void* const hostPtr = destAlloc->getHostPtr();
99 deMemset((deUint8*)hostPtr, value, numBytes);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryBindingTests.cpp 72 , hostPtr (DE_NULL)
75 vk.mapMemory(dev, memory, offset, size, flags, &hostPtr);
81 hostPtr = DE_NULL;
86 return hostPtr;
100 void* hostPtr;
    [all...]
  /external/ImageMagick/MagickCore/
accelerate.c     [all...]

Completed in 265 milliseconds