/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/dll/linux/ |
H A D | os_interface.cpp | 14 bool OSInterface::osEnableLocalMemory = true; member in NEO::OSInterface
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/dll/windows/ |
H A D | os_interface.cpp | 14 bool OSInterface::osEnableLocalMemory = true; member in NEO::OSInterface
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/libult/ |
H A D | os_interface.cpp | 14 bool OSInterface::osEnableLocalMemory = true; member in NEO::OSInterface
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/fixtures/ |
H A D | implicit_scaling_fixture.cpp | 17 …osLocalMemoryBackup = std::make_unique<VariableBackup<bool>>(&OSInterface::osEnableLocalMemory, tr… in SetUp()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/encoders/ |
H A D | test_implicit_scaling.cpp | 29 OSInterface::osEnableLocalMemory = false; in TEST_F() 46 OSInterface::osEnableLocalMemory = false; in TEST_F()
|
H A D | test_encode_dispatch_kernel_xehp_and_later.cpp | 888 …ocalMemoryBackup = std::make_unique<VariableBackup<bool>>(&OSInterface::osEnableLocalMemory, true); in SetUp()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/windows/ |
H A D | os_interface_tests.cpp | 17 EXPECT_TRUE(OSInterface::osEnableLocalMemory); in TEST()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/ |
H A D | enqueue_with_walker_partition_tests.cpp | 22 if (!OSInterface::osEnableLocalMemory) { in SetUp()
|
H A D | dispatch_walker_tests_xehp_and_later.cpp | 1278 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1296 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1315 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1338 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1356 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1376 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1436 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1481 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1516 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() 1552 if (!OSInterface::osEnableLocalMemory) { in HWCMDTEST_F() [all …]
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_container/ |
H A D | implicit_scaling.cpp | 30 partitionWalker &= OSInterface::osEnableLocalMemory; in isImplicitScalingEnabled()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/ |
H A D | os_interface.h | 107 static bool osEnableLocalMemory; variable
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/fixtures/ |
H A D | cmdlist_fixture.h | 52 …emoryBackup = std::make_unique<VariableBackup<bool>>(&NEO::OSInterface::osEnableLocalMemory, true); in SetUp()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/xe_hp_core/ |
H A D | test_encode_xe_hp_core.cpp | 130 …ocalMemoryBackup = std::make_unique<VariableBackup<bool>>(&OSInterface::osEnableLocalMemory, true); in SetUp()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/ |
H A D | hw_helper_tests.cpp | 783 VariableBackup<bool> orgOsEnableLocalMemory(&OSInterface::osEnableLocalMemory); in TEST_F() 794 OSInterface::osEnableLocalMemory = false; in TEST_F() 797 OSInterface::osEnableLocalMemory = true; in TEST_F()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/linux/ |
H A D | main_linux_dll.cpp | 643 EXPECT_TRUE(OSInterface::osEnableLocalMemory); in TEST()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/ |
H A D | hw_helper_base.inl | 189 return OSInterface::osEnableLocalMemory && isLocalMemoryEnabled(hwInfo);
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/device/ |
H A D | test_device.cpp | 2417 …Backup = std::make_unique<VariableBackup<bool>>(&NEO::OSInterface::osEnableLocalMemory, osLocalMem… in SetUp()
|