Searched refs:hostPtr (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 59 void* hostPtr = DE_NULL; in mapMemory() local 60 VK_CHECK(vkd.mapMemory(device, mem, offset, size, flags, &hostPtr)); in mapMemory() 61 TCU_CHECK(hostPtr); in mapMemory() 62 return hostPtr; in mapMemory() 100 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() argument 103 , m_hostPtr (hostPtr) in Allocation() 151 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr); 159 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation() argument 160 : Allocation (*mem, (VkDeviceSize)0, hostPtr ? hostPtr->get() : DE_NULL) in SimpleAllocation() 162 , m_hostPtr (hostPtr) in SimpleAllocation() [all …]
|
D | vkMemUtil.hpp | 66 Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr);
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 78 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() local 80 deMemcpy((deUint8*)hostPtr, data, numBytes); in setMemory() 86 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() local 88 deMemset((deUint8*)hostPtr, value, numBytes); in fillMemoryWithValue()
|
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 1032 *hostPtr, in ComputeContrastStretchImage() local 1119 hostPtr = histogram; in ComputeContrastStretchImage() 1124 hostPtr = histogram; in ComputeContrastStretchImage() 1128 …library->clCreateBuffer(device->context, mem_flags, length * sizeof(cl_uint4), hostPtr, &clStatus); in ComputeContrastStretchImage() 1440 hostPtr = stretch_map; in ComputeContrastStretchImage() 1445 hostPtr = stretch_map; in ComputeContrastStretchImage() 1449 …rary->clCreateBuffer(device->context, mem_flags, length * sizeof(PixelPacket), hostPtr, &clStatus); in ComputeContrastStretchImage() 1637 *hostPtr; in ComputeConvolveImage() local 1700 hostPtr = filteredPixels; in ComputeConvolveImage() 1705 hostPtr = NULL; in ComputeConvolveImage() [all …]
|