/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gmm_helper/ |
H A D | gmm_helper_tests.cpp | 120 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 D | wddm_residency_controller_tests.cpp | 274 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 D | wddm_kmdaf_listener_tests.cpp | 87 …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 D | wddm20_tests.cpp | 710 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 D | wddm_memory_manager_tests.cpp | 98 …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 D | file_logger_win_tests.cpp | 31 MockWddmAllocation allocation(getGmmClientContext()); in TEST_F() 77 …kWddmAllocation allocation(executionEnvironment->rootDeviceEnvironments[0]->getGmmClientContext()); in TEST_F()
|
H A D | wddm_residency_handler_tests.cpp | 31 …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 D | mock_execution_environment_gmm_fixture.cpp | 24 GmmClientContext *MockExecutionEnvironmentGmmFixture::getGmmClientContext() { in getGmmClientContext() function in NEO::MockExecutionEnvironmentGmmFixture 25 return executionEnvironment->rootDeviceEnvironments[0]->getGmmClientContext(); in getGmmClientContext()
|
H A D | mock_execution_environment_gmm_fixture.h | 27 GmmClientContext *getGmmClientContext();
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/helpers/ |
H A D | test_blit_commands_helper_xehp_and_later.cpp | 49 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 D | blit_commands_helper_tests_gen12lp.cpp | 79 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 D | wddm_tests.cpp | 20 …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 D | kernel_tests_gen12lp.inl | 40 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 D | image_tiled_tests.cpp | 102 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 D | image3d_tests.cpp | 96 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 D | os_agnostic_memory_manager.cpp | 109 …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 D | image_surface_state_fixture.h | 29 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 D | driver_diagnostics_tests.cpp | 441 …(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 D | command_stream_receiver_hw_xe_hpc_core.cpp | 80 …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 D | wddm_memory_manager.cpp | 72 …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 D | memory_allocator_multi_device_fixture_windows.cpp | 28 …::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 D | create_image_aub_tests.cpp | 92 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 D | enqueue_kernel_gl_tests_windows.cpp | 33 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 D | migraton_controller_tests.cpp | 101 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 D | cl_device.cpp | 154 GmmClientContext *ClDevice::getGmmClientContext() const { return device.getGmmClientContext(); } in getGmmClientContext() function in NEO::ClDevice
|