Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/unified/
H A Dunified_image.cpp47 …led = hwInfoConfig.isPageTableManagerSupported(hwInfo) ? memoryManager.mapAuxGpuVA(graphicsAllocat… in createSharedUnifiedImage()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/d3d/
H A Dd3d_texture.cpp122 …sionEnabled = hwInfoConfig.isPageTableManagerSupported(*hwInfo) ? memoryManager->mapAuxGpuVA(alloc) in create2d()
209 …sionEnabled = hwInfoConfig.isPageTableManagerSupported(*hwInfo) ? memoryManager->mapAuxGpuVA(alloc) in create3d()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/unified/
H A Dunified_sharing_image_tests.cpp119 bool mapAuxGpuVA(GraphicsAllocation *graphicsAllocation) override { in mapAuxGpuVA() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/gl/windows/
H A Dgl_texture_windows.cpp153 …ssionEnabled = hwInfoConfig.isPageTableManagerSupported(hwInfo) ? memoryManager->mapAuxGpuVA(alloc) in createSharedGlTexture()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/fixtures/
H A Dd3d_test_fixture.h72 bool mapAuxGpuVA(GraphicsAllocation *graphicsAllocation) override { in mapAuxGpuVA() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dmemory_manager.h98 virtual bool mapAuxGpuVA(GraphicsAllocation *graphicsAllocation);
H A Dmemory_manager.cpp508 bool MemoryManager::mapAuxGpuVA(GraphicsAllocation *graphicsAllocation) { in mapAuxGpuVA() function in NEO::MemoryManager
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dmemory_manager_tests.cpp984 EXPECT_FALSE(memoryManager.mapAuxGpuVA(allocation)); in TEST()
2888 bool result = memoryManager->mapAuxGpuVA(&allocation); in HWTEST_F()
2924 bool result = memoryManager->mapAuxGpuVA(&allocation); in HWTEST_F()
2955 EXPECT_NO_THROW(memoryManager->mapAuxGpuVA(&allocation)); in HWTEST_F()
2980 bool result = memoryManager->mapAuxGpuVA(&allocation); in HWTEST_F()
2996 bool mapped = memoryManager->mapAuxGpuVA(&allocation); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/gl/windows/
H A Dgl_texture_tests.cpp45 bool mapAuxGpuVA(GraphicsAllocation *graphicsAllocation) override { in mapAuxGpuVA() function in GlSharingTextureTests::TempMM
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_memory_manager_tests.cpp1843 auto result = memoryManager.mapAuxGpuVA(allocation); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Ddrm_memory_manager_tests.cpp2784 EXPECT_FALSE(memoryManager->mapAuxGpuVA(allocation)); in TEST_F()