Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp91 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation()
182 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation()
205 MovePtr<HostPtr> hostPtr; in allocate() local
225 MovePtr<HostPtr> hostPtr; in allocate() local
254 MovePtr<HostPtr> hostPtr; in allocateDedicated() local
305 void* hostPtr = DE_NULL; in mapMemory() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp153 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() local
163 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() local
/external/ImageMagick/MagickCore/
Daccelerate.c988 *hostPtr, in ComputeContrastStretchImage() local
1554 *hostPtr; in ComputeConvolveImage() local
1911 *hostPtr; in ComputeDespeckleImage() local
2308 *hostPtr, in ComputeEqualizeImage() local
3020 *hostPtr; in ComputeLocalContrastImage() local
3603 *hostPtr; in ComputeMotionBlurImage() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp108 void* hostPtr; member in vkt::memory::__anon376b6a2c0111::MemoryMappingRAII