Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/adlp/
H A Dtest_device_caps_adlp.cpp16 ADLPTEST_F(AdlpUsDeviceIdTest, GivenNonZeroIdThenIsSimulationIsTrue) { in ADLPTEST_F() function
33 ADLPTEST_F(AdlpUsDeviceIdTest, givenADLPWhenCheckFtrSupportsInteger64BitAtomicsThenReturnFalse) { in ADLPTEST_F() function
37 ADLPTEST_F(AdlpUsDeviceIdTest, givenAdlpWhenRequestedVmeFlagsThenReturnFalse) { in ADLPTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen12lp/adlp/
H A Dtest_hw_info_config_adlp.cpp16 ADLPTEST_F(AdlpHwInfo, givenBoolWhenCallAdlpHardwareInfoSetupThenFeatureTableAndWorkaroundTableAreS… in ADLPTEST_F() function
59 ADLPTEST_F(AdlpHwInfo, whenPlatformIsAdlpThenExpectSvmIsSet) { in ADLPTEST_F() function
64 ADLPTEST_F(AdlpHwInfo, givenAdlpWhenCheckL0ThenReturnTrue) { in ADLPTEST_F() function
H A Dpreamble_helper_tests_adlp.cpp19 ADLPTEST_F(PreambleHelperTestsAdlp, givenSpecialPipelineSelectModeDisabledWhenProgrammingPipelineSe… in ADLPTEST_F() function
38 ADLPTEST_F(PreambleHelperTestsAdlp, givenSpecialPipelineSelectModeEnabledWhenProgrammingPipelineSel… in ADLPTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/adlp/linux/
H A Dhw_info_config_tests_adlp.cpp29 ADLPTEST_F(HwInfoConfigTestLinuxAdlp, WhenConfiguringHwInfoThenInfoIsSetCorrectly) { in ADLPTEST_F() function
51 ADLPTEST_F(HwInfoConfigTestLinuxAdlp, GivenInvalidDeviceIdWhenConfiguringHwInfoThenErrorIsReturned)… in ADLPTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/test_macros/header/
H A Dper_product_test_definitions.h173 #define ADLPTEST_F(test_fixture, test_name) \ macro