/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 96 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() 188 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation() 211 MovePtr<HostPtr> hostPtr; in allocate() local 245 MovePtr<HostPtr> hostPtr; in allocate() local 274 MovePtr<HostPtr> hostPtr; in allocateExtended() local 325 void* hostPtr = DE_NULL; in mapMemory() local
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_enqueue_map.cpp | 61 void *hostPtr = nullptr; in test_enqueue_map_buffer() local 155 void *hostPtr = nullptr; in test_enqueue_map_image() local
|
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 1002 *hostPtr, in ComputeContrastStretchImage() local 1569 *hostPtr; in ComputeConvolveImage() local 1926 *hostPtr; in ComputeDespeckleImage() local 2323 *hostPtr, in ComputeEqualizeImage() local 3048 *hostPtr; in ComputeLocalContrastImage() local 3633 *hostPtr; in ComputeMotionBlurImage() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 161 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() local 171 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() local
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 103 …eDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, bool hostPtr) in createDeviceWithExtension() 221 …ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr) : Allocation(*mem, (VkDeviceSize)0… in ExternalHostAllocation()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 245 void NativeHandle::setHostPtr(void* hostPtr) in setHostPtr()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 108 void* hostPtr; member in vkt::memory::__anon31ad4f6e0111::MemoryMappingRAII
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 599 deUint32* hostPtr = (deUint32*)m_buffer->getAllocation().getHostPtr(); in init() local 658 deInt32* hostPtr = (deInt32*)m_buffer->getAllocation().getHostPtr(); in getData() local
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 963 void initializeMemory(deqp::Context& context, glw::GLvoid *hostPtr, subgroups::SSBOData& data) in initializeMemory()
|
/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
|