Extend testing of CL_UNORM_INT_101010_2 (#2031)

All existing tests in `test_image_streams`, that are capable of testing
image formats using the `CL_UNORM_INT_101010_2` data type, now do so.
This commit is contained in:
gorazd-sumkovski-arm
2024-09-16 16:45:16 +01:00
committed by GitHub
parent a395174037
commit bcfd8f82cd
5 changed files with 51 additions and 7 deletions

View File

@@ -2144,6 +2144,8 @@ int filter_rounding_errors(int forceCorrectlyRoundedWrites,
if (0 == forceCorrectlyRoundedWrites
&& (imageInfo->format->image_channel_data_type == CL_UNORM_INT8
|| imageInfo->format->image_channel_data_type == CL_UNORM_INT_101010
|| imageInfo->format->image_channel_data_type
== CL_UNORM_INT_101010_2
|| imageInfo->format->image_channel_data_type == CL_UNORM_INT16
|| imageInfo->format->image_channel_data_type == CL_SNORM_INT8
|| imageInfo->format->image_channel_data_type == CL_SNORM_INT16