Home
last modified time | relevance | path

Searched defs:hostPtr (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp96 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/
Dtest_enqueue_map.cpp61 void *hostPtr = nullptr; in test_enqueue_map_buffer() local
155 void *hostPtr = nullptr; in test_enqueue_map_image() local
/external/ImageMagick/MagickCore/
Daccelerate.c1002 *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/
DvktSpvAsmComputeShaderCase.cpp161 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() local
171 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp103 …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/
DvktExternalMemoryUtil.cpp245 void NativeHandle::setHostPtr(void* hostPtr) in setHostPtr()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp108 void* hostPtr; member in vkt::memory::__anon31ad4f6e0111::MemoryMappingRAII
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp599 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/
DglcSubgroupsTestsUtils.cpp963 void initializeMemory(deqp::Context& context, glw::GLvoid *hostPtr, subgroups::SSBOData& data) in initializeMemory()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp1102 unsigned char* hostPtr = static_cast<unsigned char*>(buffer->alloc->getHostPtr()); in getPixelAccess() local