Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/tgllp/
H A Dtest_hw_info_config_tgllp.cpp18 TGLLPTEST_F(TgllpHwInfoConfig, givenHwInfoErrorneousConfigStringThenThrow) { in TGLLPTEST_F() function
31 TGLLPTEST_F(TgllpHwInfoConfig, whenUsingCorrectConfigValueThenCorrectHwInfoIsReturned) { in TGLLPTEST_F() function
50 TGLLPTEST_F(TgllpHwInfoConfig, givenA0SteppingAndTgllpPlatformWhenAskingIfWAIsRequiredThenReturnTru… in TGLLPTEST_F() function
69 TGLLPTEST_F(TgllpHwInfoConfig, givenHwInfoConfigWhenAskedIf3DPipelineSelectWAIsRequiredThenTrueIsRe… in TGLLPTEST_F() function
76 TGLLPTEST_F(TgllpHwInfo, givenBoolWhenCallTgllpHardwareInfoSetupThenFeatureTableAndWorkaroundTableA… in TGLLPTEST_F() function
124 TGLLPTEST_F(TgllpHwInfo, givenHwInfoConfigStringThenAfterSetupResultingVmeIsDisabled) { in TGLLPTEST_F() function
134 TGLLPTEST_F(TgllpHwInfo, givenSetCommandStreamReceiverInAubModeForTgllpProductFamilyWhenPrepareDevi… in TGLLPTEST_F() function
150 TGLLPTEST_F(TgllpHwInfo, givenSetCommandStreamReceiverInAubModeWithOverrideGpuAddressSpaceWhenPrepa… in TGLLPTEST_F() function
167 TGLLPTEST_F(TgllpHwInfo, givenSetCommandStreamReceiverInAubModeWhenPrepareDeviceEnvironmentsForProd… in TGLLPTEST_F() function
192 TGLLPTEST_F(TgllpHwInfo, givenTgllpWhenObtainingBlitterPreferenceThenReturnFalse) { in TGLLPTEST_F() function
H A Dtest_hw_helper_tgllp.cpp13 TGLLPTEST_F(HwHelperTestGen12Lp, givenTgllpA0WhenAdjustDefaultEngineTypeCalledThenRcsIsReturned) { in TGLLPTEST_F() function
23 TGLLPTEST_F(HwHelperTestGen12Lp, givenTgllpBWhenAdjustDefaultEngineTypeCalledThenRcsIsReturned) { in TGLLPTEST_F() function
33 TGLLPTEST_F(HwHelperTestGen12Lp, givenTgllWhenWaForDefaultEngineIsNotAppliedThenCcsIsReturned) { in TGLLPTEST_F() function
44 TGLLPTEST_F(HwHelperTestGen12Lp, givenTgllpAndVariousSteppingsWhenGettingIsWorkaroundRequiredThenCo… in TGLLPTEST_F() function
H A Dkernel_tests_tgllp.cpp20 TGLLPTEST_F(KernelTgllpTests, GivenUseOffsetToSkipSetFFIDGPWorkaroundActiveWhenSettingKernelStartOf… in TGLLPTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/tgllp/linux/
H A Dhw_info_config_tests_tgllp.cpp31 TGLLPTEST_F(HwInfoConfigTestLinuxTgllp, GivenTGLLPWhenConfigureHardwareCustomThenMTPIsNotSet) { in TGLLPTEST_F() function
42 TGLLPTEST_F(HwInfoConfigTestLinuxTgllp, configureHwInfo) { in TGLLPTEST_F() function
64 TGLLPTEST_F(HwInfoConfigTestLinuxTgllp, negative) { in TGLLPTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/test_macros/header/
H A Dper_product_test_definitions.h133 #define TGLLPTEST_F(test_fixture, test_name) \ macro