HomeSort by relevance Sort by last modified time
    Searched refs:hostPtr (Results 1 - 7 of 7) 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)
174 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr)
    [all...]
vkMemUtil.hpp 66 Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr);
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
RequestCallContextSafeHandle.cs 72 IntPtr hostPtr = Native.grpcsharp_request_call_context_host(this, out hostLen);
73 var host = Marshal.PtrToStringAnsi(hostPtr, (int) hostLen.ToUInt32());
  /external/ImageMagick/MagickCore/
accelerate.c 988 *hostPtr,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 153 void* const hostPtr = destAlloc->getHostPtr();
155 deMemcpy((deUint8*)hostPtr, data, numBytes);
163 void* const hostPtr = destAlloc->getHostPtr();
165 deMemset((deUint8*)hostPtr, value, numBytes);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryBindingTests.cpp 74 , hostPtr (DE_NULL)
77 vk.mapMemory(dev, memory, offset, size, flags, &hostPtr);
83 hostPtr = DE_NULL;
88 return hostPtr;
108 void* hostPtr;
    [all...]
  /device/generic/goldfish-opengl/system/vulkan_enc/
VkEncoder.cpp     [all...]

Completed in 1281 milliseconds