Home
last modified time | relevance | path

Searched refs:getGmmClientContext (Results 1 – 25 of 85) sorted by relevance

1234

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gmm_helper/
H A Dgmm_helper_tests.cpp120 auto gmmRes = new Gmm(getGmmClientContext(), pSysMem, maxSize, 0, false); in TEST_F()
212 Gmm gmm(getGmmClientContext(), dummyPtr, allocationSize, 0, false); in TEST_F()
283 MockGmm::queryImgParams(getGmmClientContext(), imgInfo, false); in TEST_F()
290 MockGmm::queryImgParams(getGmmClientContext(), imgInfo, false); in TEST_F()
704 Gmm gmm{getGmmClientContext(), nullptr, 1, alignment, false}; in TEST_F()
728 Gmm gmm(getGmmClientContext(), nullptr, allocationSize, 0, false); in TEST_F()
818 EXPECT_NE(nullptr, getGmmClientContext()->getHandle()); in TEST_F()
1105 Gmm gmm1(getGmmClientContext(), nullptr, 1, 0, false); in HWTEST_F()
1116 MockGmm gmm(getGmmClientContext(), nullptr, 1, 0, false); in TEST_F()
1125 MockGmm gmm(getGmmClientContext(), nullptr, 1, 0, false); in TEST_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_residency_controller_tests.cpp274 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
287 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
293 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
306 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
327 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
336 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
349 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
361 MockWddmAllocation allocation1(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
362 MockWddmAllocation allocation2(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
382 MockWddmAllocation allocation1(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
[all …]
H A Dwddm_kmdaf_listener_tests.cpp87 …auto gmm = std::make_unique<Gmm>(rootDeviceEnvironment->getGmmClientContext(), nullptr, 1, 0, fals… in TEST_F()
113 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
126 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
140 …auto gmm = std::make_unique<Gmm>(rootDeviceEnvironment->getGmmClientContext(), nullptr, 1, 0, fals… in TEST_F()
155 …auto gmm = std::make_unique<Gmm>(rootDeviceEnvironment->getGmmClientContext(), nullptr, 1, 0, fals… in TEST_F()
170 …auto gmm = std::unique_ptr<Gmm>(new Gmm(rootDeviceEnvironment->getGmmClientContext(), nullptr, 1, … in TEST_F()
H A Dwddm20_tests.cpp710 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
736 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
759 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
843 handle.gmm = GmmHelperFunctions::getGmm(nullptr, 0, getGmmClientContext()); in TEST_F()
929 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
939 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
951 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
964 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
978 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
1001 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
[all …]
H A Dwddm_memory_manager_tests.cpp98 …kWddmAllocation allocation(executionEnvironment->rootDeviceEnvironments[0]->getGmmClientContext()); in TEST()
529 MockWddmAllocation gfxAllocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
961 …cation alloc(rootDeviceEnvironment->getGmmClientContext()), allocOffseted(rootDeviceEnvironment->g… in TEST_F()
1017 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
1035 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
1045 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext()); in TEST_F()
1402 osHandle->gmm = new Gmm(rootDeviceEnvironment->getGmmClientContext(), ptr, size, 0, false); in TEST_F()
1440 osHandle->gmm = new Gmm(rootDeviceEnvironment->getGmmClientContext(), ptr, size, 0, false); in TEST_F()
2205 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext(), 1); in TEST_F()
2227 MockWddmAllocation allocation(rootDeviceEnvironment->getGmmClientContext(), numGmms); in TEST_F()
[all …]
H A Dfile_logger_win_tests.cpp31 MockWddmAllocation allocation(getGmmClientContext()); in TEST_F()
77 …kWddmAllocation allocation(executionEnvironment->rootDeviceEnvironments[0]->getGmmClientContext()); in TEST_F()
H A Dwddm_residency_handler_tests.cpp31 …ddmAllocation = std::make_unique<MockWddmAllocation>(rootDeviceEnvironment->getGmmClientContext()); in SetUp()
32 …tedAllocation = std::make_unique<MockWddmAllocation>(rootDeviceEnvironment->getGmmClientContext()); in SetUp()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/fixtures/
H A Dmock_execution_environment_gmm_fixture.cpp24 GmmClientContext *MockExecutionEnvironmentGmmFixture::getGmmClientContext() { in getGmmClientContext() function in NEO::MockExecutionEnvironmentGmmFixture
25 return executionEnvironment->rootDeviceEnvironments[0]->getGmmClientContext(); in getGmmClientContext()
H A Dmock_execution_environment_gmm_fixture.h27 GmmClientContext *getGmmClientContext();
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/helpers/
H A Dtest_blit_commands_helper_xehp_and_later.cpp49 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
63 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
78 auto gmmContext = pDevice->getGmmClientContext(); in HWTEST2_F()
99 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
420 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
446 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
472 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
531 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
697 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
726 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
[all …]
H A Dblit_commands_helper_tests_gen12lp.cpp79 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
176 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
178 …ake_unique<MyMockResourecInfo>(pDevice->getRootDeviceEnvironment().getGmmClientContext(), &gmmPara… in HWTEST2_F()
207 auto gmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in HWTEST2_F()
209 …ake_unique<MyMockResourecInfo>(pDevice->getRootDeviceEnvironment().getGmmClientContext(), &gmmPara… in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/os_interface/windows/
H A Dwddm_tests.cpp20 …Gmm gmm(executionEnvironment->rootDeviceEnvironments[0]->getGmmClientContext(), nullptr, 20, 0, fa… in TEST_F()
29 auto gmmMemory = new MockGmmMemoryBase(wddm->rootDeviceEnvironment.getGmmClientContext()); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/
H A Dkernel_tests_gen12lp.inl40 auto gmm1 = new MockGmm(pDevice->getGmmClientContext());
52 auto gmm2 = new MockGmm(pDevice->getGmmClientContext());
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dimage_tiled_tests.cpp102 auto gmm = MockGmm::queryImgParams(context.getDevice(0)->getGmmClientContext(), info, false); in TEST_P()
142 auto gmm = MockGmm::queryImgParams(context.getDevice(0)->getGmmClientContext(), info, false); in TEST_P()
H A Dimage3d_tests.cpp96 MockGmm::queryImgParams(context->getDevice(0)->getGmmClientContext(), imgInfo, false); in HWTEST_F()
121 MockGmm::queryImgParams(context->getDevice(0)->getGmmClientContext(), imgInfo, false); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dos_agnostic_memory_manager.cpp109 …executionEnvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), in allocateGraphicsMemoryWithAlignment()
160 …executionEnvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), in allocateGraphicsMemory64kb()
232 …ionEnvironment.rootDeviceEnvironments[properties.rootDeviceIndex]->getGmmClientContext(), *propert… in createGraphicsAllocationFromSharedHandle()
351 …nvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), allocati… in allocateMemoryByKMD()
473 …nvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), *allocat… in allocateGraphicsMemoryInDevicePool()
480 …executionEnvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), in allocateGraphicsMemoryInDevicePool()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/image/
H A Dimage_surface_state_fixture.h29 mockGmm = std::make_unique<MockGmm>(pDevice->getGmmClientContext()); in SetUp()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/context/
H A Ddriver_diagnostics_tests.cpp441 …(buffer.getGraphicsAllocation(0), pDevice->getRootDeviceEnvironment().getGmmClientContext(), true); in TEST_F()
472 …setAllocationType(&gfxAllocation, pDevice->getRootDeviceEnvironment().getGmmClientContext(), true); in TEST_F()
506 …setAllocationType(&gfxAllocation, pDevice->getRootDeviceEnvironment().getGmmClientContext(), true); in TEST_F()
540 …setAllocationType(&gfxAllocation, pDevice->getRootDeviceEnvironment().getGmmClientContext(), true); in TEST_F()
574 …setAllocationType(&gfxAllocation, pDevice->getRootDeviceEnvironment().getGmmClientContext(), true); in TEST_F()
602 …setAllocationType(&gfxAllocation, pDevice->getRootDeviceEnvironment().getGmmClientContext(), true); in TEST_F()
651 …setAllocationType(&gfxAllocation, pDevice->getRootDeviceEnvironment().getGmmClientContext(), true); in TEST_F()
748 …auto gmm = new Gmm(device->getGmmClientContext(), static_cast<const void *>(nullptr), t, 0, false,… in HWTEST_F()
818 …auto gmm = new Gmm(device->getGmmClientContext(), (const void *)nullptr, t, 0, false, true, true, … in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hpc_core/
H A Dcommand_stream_receiver_hw_xe_hpc_core.cpp80 …auto compressionFormat = rootDeviceEnvironment.getGmmClientContext()->getSurfaceStateCompressionFo… in appendBlitCommandsForBuffer()
86 …auto compressionFormat = rootDeviceEnvironment.getGmmClientContext()->getSurfaceStateCompressionFo… in appendBlitCommandsForBuffer()
127 …auto compressionFormat = rootDeviceEnvironment.getGmmClientContext()->getSurfaceStateCompressionFo… in dispatchBlitMemoryFill()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dwddm_memory_manager.cpp72 …nvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), allocati… in allocateMemoryByKMD()
121 …Environment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), nullptr, in allocateGraphicsMemoryUsingKmdAndMapItToCpuVA()
188 …executionEnvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), in allocateHugeGraphicsMemory()
242 …nvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), pSysMem,… in allocateSystemMemoryAndCreateGraphicsAllocationFromIt()
287 …nvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), alignedP… in allocateGraphicsMemoryForNonSvmHostPtr()
323 …nvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), ptrAlign… in allocateGraphicsMemoryWithHostPtr()
367 …nvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(), ptrAlign… in allocate32BitGraphicsMemoryImpl()
591 … Gmm(executionEnvironment.rootDeviceEnvironments[rootDeviceIndex]->getGmmClientContext(), handleSt… in populateOsHandles()
963 …executionEnvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->getGmmClientContext(); in allocateGraphicsMemoryInDevicePool()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/fixtures/windows/
H A Dmemory_allocator_multi_device_fixture_windows.cpp28 …::make_unique<Gmm>(executionEnvironment.rootDeviceEnvironments[i]->getGmmClientContext(), nullptr,… in SetUp()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_tests/mem_obj/
H A Dcreate_image_aub_tests.cpp92 auto queryGmm = MockGmm::queryImgParams(pDevice->getGmmClientContext(), imgInfo, false); in HWTEST_F()
171 auto queryGmm = MockGmm::queryImgParams(pDevice->getGmmClientContext(), imgInfo, false); in HWTEST_F()
293 MockGmm::queryImgParams(pDevice->getGmmClientContext(), imgInfo, false); in HWTEST_P()
363 MockGmm::queryImgParams(pDevice->getGmmClientContext(), imgInfo, false); in HWTEST_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/gl/windows/
H A Denqueue_kernel_gl_tests_windows.cpp33 MockGmm mockGmm(pDevice->getGmmClientContext()); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dmigraton_controller_tests.cpp101 auto gmm0 = new Gmm(context.getDevice(0)->getGmmClientContext(), nullptr, 1, 0, false); in TEST_F()
102 auto gmm1 = new Gmm(context.getDevice(1)->getGmmClientContext(), nullptr, 1, 0, false); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/cl_device/
H A Dcl_device.cpp154 GmmClientContext *ClDevice::getGmmClientContext() const { return device.getGmmClientContext(); } in getGmmClientContext() function in NEO::ClDevice

1234