Home
last modified time | relevance | path

Searched refs:isL3Programmable (Results 1 – 5 of 5) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen8/
H A Dtest_preamble_gen8.cpp61 bool isL3Programmable; in BDWTEST_F() local
66 isL3Programmable = in BDWTEST_F()
69 EXPECT_EQ(l3ConfigDifference, isL3Programmable); in BDWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen9/
H A Dpreamble_tests_gen9.cpp55 bool isL3Programmable; in GEN9TEST_F() local
60 isL3Programmable = in GEN9TEST_F()
63 EXPECT_EQ(l3ConfigDifference, isL3Programmable); in GEN9TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen11/
H A Dtest_preamble_gen11.cpp45 bool isL3Programmable = in GEN11TEST_F() local
48 EXPECT_FALSE(isL3Programmable); in GEN11TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen12lp/
H A Dtest_preamble_gen12lp.cpp37 bool isL3Programmable = in HWTEST2_F() local
40 EXPECT_FALSE(isL3Programmable); in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dhw_helper_tests.cpp721 bool isL3Programmable; in HWTEST_F() local
726 isL3Programmable = in HWTEST_F()
729 EXPECT_EQ(PreambleHelperL3Config, isL3Programmable); in HWTEST_F()