Home
last modified time | relevance | path

Searched refs:hostPointer (Results 1 – 11 of 11) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_enqueue_map_buffer_tests.inl120 …void *hostPointer = clEnqueueMapBuffer(pCommandQueue, buffer, CL_TRUE, CL_MAP_READ, 0, bufferSize,… local
121 EXPECT_NE(nullptr, hostPointer);
124 retVal = clEnqueueUnmapMemObject(pCommandQueue, buffer, hostPointer, 0, NULL, NULL);
127 …auto bufferFromHostPtr = clCreateBuffer(pContext, CL_MEM_USE_HOST_PTR, bufferSize, hostPointer, &r…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp140 void *hostPointer = nullptr; member
159 hostPointer = importInfo->pHostPointer; in AllocateInfo()
188 *pBuffer = allocateInfo.hostPointer; in allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp106 void *hostPointer = nullptr; member
125 hostPointer = importInfo->pHostPointer; in AllocateInfo()
154 *pBuffer = allocateInfo.hostPointer; in allocate()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/fixtures/
H A Dmodule_fixture.h383hostPointer = driverHandle->getMemoryManager()->allocateSystemMemory(MemoryConstants::pageSize, Me… in SetUp()
387 driverHandle->getMemoryManager()->freeSystemMemory(hostPointer); in TearDown()
392 void *hostPointer = nullptr; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/compiler_interface/
H A Dlinker.cpp318 UNRECOVERABLE_IF(nullptr == instSeg.hostPointer); in patchInstructionsSegments()
319 … auto relocAddress = ptrOffset(instSeg.hostPointer, static_cast<uintptr_t>(relocation.offset)); in patchInstructionsSegments()
494 …ptrOffset(instructionsSegments[outUnresolvedExternals[vecIndex].instructionsSegmentId].hostPointer, in resolveBuiltins()
H A Dlinker.h165 void *hostPointer = nullptr; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/compiler_interface/
H A Dlinker_tests.cpp1107 seg0.hostPointer = instructionSegment.data(); in TEST()
1202 seg0.hostPointer = instructionSegment.data(); in TEST()
1263 seg0.hostPointer = instructionSegment.data(); in TEST()
1314 seg0.hostPointer = instructionSegment.data(); in TEST()
1366 seg0.hostPointer = instructionSegment.data(); in TEST()
1397 seg0.hostPointer = instructionSegment; in TEST()
2021 seg0.hostPointer = instructionSegment.data(); in TEST()
2082 seg0.hostPointer = instructionSegment.data(); in TEST()
2138 seg0.hostPointer = instructionSegment.data(); in TEST()
2181 seg0.hostPointer = instructionSegment.data(); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp93 deUint32 getHostPointerMemoryTypeBits (void* hostPointer);
225 deUint32 ExternalMemoryHostBaseTestInstance::getHostPointerMemoryTypeBits (void* hostPointer) in getHostPointerMemoryTypeBits() argument
233 …ryHostPointerPropertiesEXT(m_device, externalMemoryHandleTypeFlagBits, hostPointer, &memoryHostPoi… in getHostPointerMemoryTypeBits()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/
H A Dprocess_device_binary.cpp130 … *pDevice, kernelInfo->getGraphicsAllocation(), 0, isaSegmentsForPatching[segmentId].hostPointer, in linkBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/module/
H A Dmodule_imp.cpp722 … isaSegmentsForPatching[segmentId].hostPointer, in copyPatchedSegments()
958 …ocAddress = ptrOffset(isaSegmentsForPatching[unresolvedExternal.instructionsSegmentId].hostPointer, in performDynamicLink()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/kernel/
H A Dtest_kernel.cpp2044 auto ret = driverHandle->importExternalPointer(hostPointer, MemoryConstants::pageSize); in TEST_F()
2047 ret = kernel->setArgBuffer(0, sizeof(hostPointer), &hostPointer); in TEST_F()
2050 ret = driverHandle->releaseImportedPointer(hostPointer); in TEST_F()