Home
last modified time | relevance | path

Searched refs:EHLTEST_F (Results 1 – 4 of 4) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen11/ehl/
H A Dtest_device_caps_ehl.cpp16 EHLTEST_F(EhlTest, givenDeviceIdWhenAskingForSimulationThenReturnValidValue) { in EHLTEST_F() function
34 EHLTEST_F(EhlTest, givenEhlWhenSlmSizeIsRequiredThenReturnCorrectValue) { in EHLTEST_F() function
H A Dtest_hw_info_config_ehl.cpp14 EHLTEST_F(EhlHwInfo, givenHwInfoConfigStringThenAfterSetupResultingVmeIsDisabled) { in EHLTEST_F() function
23 EHLTEST_F(EhlHwInfo, givenBoolWhenCallEhlHardwareInfoSetupThenFeatureTableAndWorkaroundTableAreSetC… in EHLTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen11/ehl/linux/
H A Dhw_info_config_tests_ehl.cpp23 EHLTEST_F(HwInfoConfigTestLinuxEhl, GivenEhlThenHwInfoIsCorrect) { in EHLTEST_F() function
45 EHLTEST_F(HwInfoConfigTestLinuxEhl, GivenInvalidDeviceIdWhenConfiguringHwInfoThenNegativeOneReturne… in EHLTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/test_macros/header/
H A Dper_product_test_definitions.h122 #define EHLTEST_F(test_fixture, test_name) \ macro