/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 91 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() argument 94 , m_hostPtr (hostPtr) in Allocation() 174 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr); 182 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation() argument 183 : Allocation (*mem, (VkDeviceSize)0, hostPtr ? hostPtr->get() : DE_NULL) in SimpleAllocation() 185 , m_hostPtr (hostPtr) in SimpleAllocation() 205 MovePtr<HostPtr> hostPtr; in allocate() local 208 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocate() 210 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr)); in allocate() 225 MovePtr<HostPtr> hostPtr; in allocate() local [all …]
|
D | vkMemUtil.hpp | 66 Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr);
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | RequestCallContextSafeHandle.cs | 72 IntPtr hostPtr = Native.grpcsharp_request_call_context_host(this, out hostLen); in GetServerRpcNew() 73 var host = Marshal.PtrToStringAnsi(hostPtr, (int) hostLen.ToUInt32()); in GetServerRpcNew()
|
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 988 *hostPtr, in ComputeContrastStretchImage() local 1075 hostPtr = histogram; in ComputeContrastStretchImage() 1080 hostPtr = histogram; in ComputeContrastStretchImage() 1084 …library->clCreateBuffer(device->context, mem_flags, length * sizeof(cl_uint4), hostPtr, &clStatus); in ComputeContrastStretchImage() 1357 hostPtr = stretch_map; in ComputeContrastStretchImage() 1362 hostPtr = stretch_map; in ComputeContrastStretchImage() 1366 …rary->clCreateBuffer(device->context, mem_flags, length * sizeof(PixelPacket), hostPtr, &clStatus); in ComputeContrastStretchImage() 1554 *hostPtr; in ComputeConvolveImage() local 1617 hostPtr = filteredPixels; in ComputeConvolveImage() 1622 hostPtr = NULL; in ComputeConvolveImage() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 153 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() local 155 deMemcpy((deUint8*)hostPtr, data, numBytes); in setMemory() 163 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() local 165 deMemset((deUint8*)hostPtr, value, numBytes); in fillMemoryWithValue()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 74 , hostPtr (DE_NULL) in MemoryMappingRAII() 77 vk.mapMemory(dev, memory, offset, size, flags, &hostPtr); in MemoryMappingRAII() 83 hostPtr = DE_NULL; in ~MemoryMappingRAII() 88 return hostPtr; in ptr() 108 void* hostPtr; member in vkt::memory::__anon376b6a2c0111::MemoryMappingRAII
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cublas_9_0.inc | 124 const void *hostPtr, int incx, 130 return func_ptr(n, elemSize, hostPtr, incx, devicePtr, incy, stream); 135 void *hostPtr, int incy, 140 return func_ptr(n, elemSize, devicePtr, incx, hostPtr, incy, stream);
|
D | cublas_10_0.inc | 145 const void *hostPtr, int incx, 151 return func_ptr(n, elemSize, hostPtr, incx, devicePtr, incy, stream); 156 void *hostPtr, int incy, 161 return func_ptr(n, elemSize, devicePtr, incx, hostPtr, incy, stream);
|