Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen9/kbl/linux/
H A Dhw_info_config_tests_kbl.cpp23 KBLTEST_F(HwInfoConfigTestLinuxKbl, WhenConfiguringHwInfoThenInformationIsCorrect) { in KBLTEST_F() function
144 KBLTEST_F(HwInfoConfigTestLinuxKbl, GivenUnknownDevIdWhenConfiguringHwInfoThenErrorIsReturned) { in KBLTEST_F() function
151 KBLTEST_F(HwInfoConfigTestLinuxKbl, GivenFailedIoctlDevIdWhenConfiguringHwInfoThenErrorIsReturned) { in KBLTEST_F() function
158 KBLTEST_F(HwInfoConfigTestLinuxKbl, GivenFailedIoctlDevRevIdWhenConfiguringHwInfoThenErrorIsReturne… in KBLTEST_F() function
165 KBLTEST_F(HwInfoConfigTestLinuxKbl, GivenFailedIoctlEuCountWhenConfiguringHwInfoThenErrorIsReturned… in KBLTEST_F() function
173 KBLTEST_F(HwInfoConfigTestLinuxKbl, GivenFailedIoctlSsCountWhenConfiguringHwInfoThenErrorIsReturned… in KBLTEST_F() function
181 KBLTEST_F(HwInfoConfigTestLinuxKbl, GivenWaFlagsWhenConfiguringHwInfoThenInformationIsCorrect) { in KBLTEST_F() function
202 KBLTEST_F(HwInfoConfigTestLinuxKbl, WhenConfiguringHwInfoThenEdramInformationIsCorrect) { in KBLTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen9/kbl/
H A Dtest_device_caps_kbl.cpp16 KBLTEST_F(KblDeviceCaps, GivenKBLWhenCheckftr64KBpagesThenTrue) { in KBLTEST_F() function
20 KBLTEST_F(KblDeviceCaps, givenKblWhenCheckFtrSupportsInteger64BitAtomicsThenReturnTrue) { in KBLTEST_F() function
H A Dtest_hw_info_config_kbl.cpp30 KBLTEST_F(KblHwInfo, givenBoolWhenCallKblHardwareInfoSetupThenFeatureTableAndWorkaroundTableAreSetC… in KBLTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen9/kbl/windows/
H A Dtest_device_caps_kbl_windows.cpp16 KBLTEST_F(KblDeviceCapsWindows, GivenWhenGettingKmdNotifyPropertiesThenItIsDisabled) { in KBLTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/test_macros/header/
H A Dper_product_test_definitions.h60 #define KBLTEST_F(test_fixture, test_name) \ macro