Home
last modified time | relevance | path

Searched refs:osEnableLocalMemory (Results 1 – 17 of 17) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/dll/linux/
H A Dos_interface.cpp14 bool OSInterface::osEnableLocalMemory = true; member in NEO::OSInterface
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/dll/windows/
H A Dos_interface.cpp14 bool OSInterface::osEnableLocalMemory = true; member in NEO::OSInterface
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/libult/
H A Dos_interface.cpp14 bool OSInterface::osEnableLocalMemory = true; member in NEO::OSInterface
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/fixtures/
H A Dimplicit_scaling_fixture.cpp17 …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 Dtest_implicit_scaling.cpp29 OSInterface::osEnableLocalMemory = false; in TEST_F()
46 OSInterface::osEnableLocalMemory = false; in TEST_F()
H A Dtest_encode_dispatch_kernel_xehp_and_later.cpp888 …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 Dos_interface_tests.cpp17 EXPECT_TRUE(OSInterface::osEnableLocalMemory); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Denqueue_with_walker_partition_tests.cpp22 if (!OSInterface::osEnableLocalMemory) { in SetUp()
H A Ddispatch_walker_tests_xehp_and_later.cpp1278 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 Dimplicit_scaling.cpp30 partitionWalker &= OSInterface::osEnableLocalMemory; in isImplicitScalingEnabled()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/
H A Dos_interface.h107 static bool osEnableLocalMemory; variable
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/fixtures/
H A Dcmdlist_fixture.h52 …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 Dtest_encode_xe_hp_core.cpp130 …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 Dhw_helper_tests.cpp783 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 Dmain_linux_dll.cpp643 EXPECT_TRUE(OSInterface::osEnableLocalMemory); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dhw_helper_base.inl189 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 Dtest_device.cpp2417 …Backup = std::make_unique<VariableBackup<bool>>(&NEO::OSInterface::osEnableLocalMemory, osLocalMem… in SetUp()