Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLMemory.cpp157 void *hostPtr, in Memory()
192 void *hostPtr, in Memory()
DCLContext.cpp121 void *hostPtr, in createBuffer()
131 void *hostPtr, in createImage()
152 void *hostPtr, in createImage2D()
168 void *hostPtr, in createImage3D()
DCLBuffer.cpp28 void *hostPtr, in Buffer()
DCLImage.cpp145 void *hostPtr, in Image()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp111 void *hostPtr, in createBuffer()
134 void *hostPtr, in createImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp163 void* const hostPtr = destAlloc->getHostPtr(); in setMemory() local
173 void* const hostPtr = destAlloc->getHostPtr(); in fillMemoryWithValue() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp105 …eDeviceWithExtension (Context& context, WorkingDevice& wd, VkQueueFlagBits testQueue, bool hostPtr) in createDeviceWithExtension()
224 …ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr) : Allocation(*mem, (VkDeviceSize)0… in ExternalHostAllocation()
DvktApiCommandBuffersTests.cpp4412 void* hostPtr = alloc.getHostPtr(); in copyAndFlush() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp299 void* hostPtr = alloc.getHostPtr(); in zeroOutAndFlush() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp240 void NativeHandle::setHostPtr(void* hostPtr) in setHostPtr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp108 void* hostPtr; member in vkt::memory::__anone518f2240111::MemoryMappingRAII
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp963 void initializeMemory(deqp::Context& context, glw::GLvoid *hostPtr, subgroups::SSBOData& data) in initializeMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp1110 unsigned char* hostPtr = static_cast<unsigned char*>(buffer->alloc->getHostPtr()); in getPixelAccess() local