/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 96 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() argument 99 , m_hostPtr (hostPtr) in Allocation() 180 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr); 188 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation() argument 189 : Allocation (*mem, (VkDeviceSize)0, hostPtr ? hostPtr->get() : DE_NULL) in SimpleAllocation() 191 , m_hostPtr (hostPtr) in SimpleAllocation() 211 MovePtr<HostPtr> hostPtr; in allocate() local 214 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocate() 216 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr)); in allocate() 245 MovePtr<HostPtr> hostPtr; in allocate() local [all …]
|
D | vkMemUtil.hpp | 69 Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr);
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_enqueue_map.cpp | 61 void *hostPtr = nullptr; in test_enqueue_map_buffer() local 64 if (hasHostPtr) hostPtr = hostPtrData; in test_enqueue_map_buffer() 65 memObject = clCreateBuffer(context, flags, bufferSize, hostPtr, &error); in test_enqueue_map_buffer() 155 void *hostPtr = nullptr; in test_enqueue_map_image() local 156 if (hasHostPtr) hostPtr = hostPtrData; in test_enqueue_map_image() 158 imageSize, imageSize, 0, hostPtr, &error ); in test_enqueue_map_image()
|
/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 | 1002 *hostPtr, in ComputeContrastStretchImage() local 1088 hostPtr = histogram; in ComputeContrastStretchImage() 1093 hostPtr = histogram; in ComputeContrastStretchImage() 1097 …library->clCreateBuffer(device->context, mem_flags, length * sizeof(cl_uint4), hostPtr, &clStatus); in ComputeContrastStretchImage() 1370 hostPtr = stretch_map; in ComputeContrastStretchImage() 1375 hostPtr = stretch_map; in ComputeContrastStretchImage() 1379 …rary->clCreateBuffer(device->context, mem_flags, length * sizeof(PixelPacket), hostPtr, &clStatus); in ComputeContrastStretchImage() 1569 *hostPtr; in ComputeConvolveImage() local 1632 hostPtr = filteredPixels; in ComputeConvolveImage() 1637 hostPtr = NULL; in ComputeConvolveImage() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 161 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() local 163 deMemcpy((deUint8*)hostPtr, data, numBytes); in setMemory() 171 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() local 173 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::__anon31ad4f6e0111::MemoryMappingRAII
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 103 …eDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, bool hostPtr) in createDeviceWithExtension() argument 140 if (hostPtr) in createDeviceWithExtension() 221 …nalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr) : Allocation(*mem, (VkDeviceSize)0, hos… in ExternalHostAllocation() argument
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 963 void initializeMemory(deqp::Context& context, glw::GLvoid *hostPtr, subgroups::SSBOData& data) in initializeMemory() argument 982 deUint32* ptr = reinterpret_cast<deUint32*>(hostPtr); in initializeMemory() 1000 deUint32* ptr = reinterpret_cast<deUint32*>(hostPtr); in initializeMemory() 1013 float* ptr = reinterpret_cast<float*>(hostPtr); in initializeMemory() 1026 double* ptr = reinterpret_cast<double*>(hostPtr); in initializeMemory() 1038 deUint32* ptr = reinterpret_cast<deUint32*>(hostPtr); in initializeMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.hpp | 60 void setHostPtr (void* hostPtr);
|
D | vktExternalMemoryUtil.cpp | 245 void NativeHandle::setHostPtr(void* hostPtr) in setHostPtr() argument 249 m_hostPtr = hostPtr; in setHostPtr()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 599 deUint32* hostPtr = (deUint32*)m_buffer->getAllocation().getHostPtr(); in init() local 616 hostPtr[(256 / 4) * (m_numDynamicAreas * arrayIdx + dynamicAreaIdx)] = bufferValue.uintValue; in init() 658 deInt32* hostPtr = (deInt32*)m_buffer->getAllocation().getHostPtr(); in getData() local 661 data.push_back(hostPtr[i]); in getData()
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 1102 unsigned char* hostPtr = static_cast<unsigned char*>(buffer->alloc->getHostPtr()); in getPixelAccess() local 1103 unsigned char* data = hostPtr + bufferInfos[imageIndex].offset + mipOffset; in getPixelAccess()
|
/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_1.inc | 177 const void *hostPtr, int incx, 184 return func_ptr(n, elemSize, hostPtr, incx, devicePtr, incy, stream); 189 int incx, void *hostPtr, 196 return func_ptr(n, elemSize, devicePtr, incx, hostPtr, incy, stream);
|
D | cublas_10_0.inc | 170 const void *hostPtr, int incx, 177 return func_ptr(n, elemSize, hostPtr, incx, devicePtr, incy, stream); 182 int incx, void *hostPtr, 189 return func_ptr(n, elemSize, devicePtr, incx, hostPtr, incy, stream);
|