Home
last modified time | relevance | path

Searched refs:ICLLPTEST_F (Results 1 – 6 of 6) sorted by path

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen11/icllp/linux/
H A Dhw_info_config_tests_icllp.cpp22 ICLLPTEST_F(HwInfoConfigTestLinuxIcllp, GivenIcllpThenHwInfoIsCorrect) { in ICLLPTEST_F() function
45 ICLLPTEST_F(HwInfoConfigTestLinuxIcllp, GivenInvalidDeviceIdWhenConfiguringHwInfoThenNegativeOneRet… in ICLLPTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen11/icllp/
H A Dtest_device_caps_icllp.cpp16 ICLLPTEST_F(IcllpTest, givenIcllpWhenSlmSizeIsRequiredThenReturnCorrectValue) { in ICLLPTEST_F() function
20 ICLLPTEST_F(IcllpTest, givenIclLpWhenCheckFtrSupportsInteger64BitAtomicsThenReturnFalse) { in ICLLPTEST_F() function
24 ICLLPTEST_F(IcllpTest, WhenGettingPlatformFamilyThenIcelakeIsReported) { in ICLLPTEST_F() function
28 ICLLPTEST_F(IcllpTest, WhenCheckingExtensionStringThenFp64IsNotSupported) { in ICLLPTEST_F() function
36 ICLLPTEST_F(IcllpTest, WhenCheckingCapsThenCorrectlyRoundedDivideSqrtIsNotSupported) { in ICLLPTEST_F() function
41 ICLLPTEST_F(IcllpTest, WhenCheckingSimulationCapThenResultIsCorrect) { in ICLLPTEST_F() function
60 ICLLPTEST_F(IcllpTest, GivenICLLPWhenCheckftr64KBpagesThenFalse) { in ICLLPTEST_F() function
H A Dtest_hw_info_config_icllp.cpp16 ICLLPTEST_F(IcllpHwInfoConfig, givenInvalidSystemInfoWhenSettingHardwareInfoThenExpectThrow) { in ICLLPTEST_F() function
29 ICLLPTEST_F(IcllpHwInfoConfig, givenHwInfoConfigWhenAskedIfAdditionalMediaSamplerProgrammingIsRequi… in ICLLPTEST_F() function
34 ICLLPTEST_F(IcllpHwInfoConfig, givenHwInfoConfigWhenAskedIfInitialFlagsProgrammingIsRequiredThenTru… in ICLLPTEST_F() function
39 ICLLPTEST_F(IcllpHwInfoConfig, givenHwInfoConfigWhenAskedIfReturnedCmdSizeForMediaSamplerAdjustment… in ICLLPTEST_F() function
46 ICLLPTEST_F(IcllpHwInfo, givenBoolWhenCallIcllpHardwareInfoSetupThenFeatureTableAndWorkaroundTableA… in ICLLPTEST_F() function
H A Dtest_media_kernel_icllp.cpp18 ICLLPTEST_F(MediaKernelTest, givenIcllpDefaultThenLastVmeSubsliceConfigIsFalse) { in ICLLPTEST_F() function
23 ICLLPTEST_F(MediaKernelTest, givenIcllpCSRWhenEnqueueVmeKernelThenVmeSubslicesConfigChangesToTrue) { in ICLLPTEST_F() function
29 ICLLPTEST_F(MediaKernelTest, givenIcllpCSRWhenEnqueueRegularKernelAfterVmeKernelThenVmeSubslicesCon… in ICLLPTEST_F() function
36 ICLLPTEST_F(MediaKernelTest, givenIcllpCSRWhenEnqueueRegularKernelThenVmeSubslicesConfigDoesntChang… in ICLLPTEST_F() function
42 ICLLPTEST_F(MediaKernelTest, givenIcllpCSRWhenEnqueueRegularKernelAfterRegularKernelThenVmeSubslice… in ICLLPTEST_F() function
49 ICLLPTEST_F(MediaKernelTest, givenIcllpCSRWhenEnqueueVmeKernelAfterRegularKernelThenVmeSubslicesCon… in ICLLPTEST_F() function
56 ICLLPTEST_F(MediaKernelTest, WhenProgrammingVmeThenCmdSizeIsCorrect) { in ICLLPTEST_F() function
H A Dtest_program_media_sampler_icllp.cpp72 ICLLPTEST_F(Gen11MediaSamplerProgramingTest, givenVmeEnableSubsliceDisabledWhenPowerClockStateRegis… in ICLLPTEST_F() function
112 ICLLPTEST_F(Gen11MediaSamplerProgramingTest, givenVmeEnableSubsliceEnabledWhenPowerClockStateRegist… in ICLLPTEST_F() function
159 ICLLPTEST_F(Gen11MediaSamplerProgramingTest, givenVmeEnableSubsliceEnabledWhenPowerClockStateRegist… in ICLLPTEST_F() function
171 ICLLPTEST_F(Gen11MediaSamplerProgramingTest, givenVmeEnableSubsliceDisabledWhenPowerClockStateRegis… in ICLLPTEST_F() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/test_macros/header/
H A Dper_product_test_definitions.h102 #define ICLLPTEST_F(test_fixture, test_name) \ macro