logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Supported_Image_Formats - Supported Image Formats

Authors

TheKhronosGroup

Description

       For read-write or write-only 2D and 3D images, the minimum list of supported image formats is given by
       the table below:
       ┌───────────────────────────────┬────────────────────────────────┬────────────────────────────────────┐
       │            image_num_channelsimage_channel_orderimage_channel_data_type │
       ├───────────────────────────────┼────────────────────────────────┼────────────────────────────────────┤
       │ 4                             │ CL_RGBACL_UNORM_INT8           │
       │                               │                                │            CL_UNORM_INT16          │
       │                               │                                │                                    │
       │                               │                                │            CL_SIGNED_INT8          │
       │                               │                                │            CL_SIGNED_INT16         │
       │                               │                                │            CL_SIGNED_INT32         │
       │                               │                                │                                    │
       │                               │                                │            CL_UNSIGNED_INT8        │
       │                               │                                │            CL_UNSIGNED_INT16       │
       │                               │                                │            CL_UNSIGNED_INT32       │
       │                               │                                │                                    │
       │                               │                                │            CL_HALF_FLOAT           │
       │                               │                                │            CL_FLOAT                │
       │                               │                                │                                    │
       ├───────────────────────────────┼────────────────────────────────┼────────────────────────────────────┤
       │ 4                             │ CL_BGRACL_UNORM_INT8           │
       │                               │                                │                                    │
       └───────────────────────────────┴────────────────────────────────┴────────────────────────────────────┘

Name

       Supported_Image_Formats - Supported Image Formats

Notes

        1. OpenCL Specification
           page 97, section 5.3.2.1 - Supported Image Formats

The Khronos Group                                  11/18/2024                         SUPPORTEDIMAGEFORM(3clc)

See Also

EXTENSION(3clc), cl_image_format(3clc), cl_khr_3d_image_writes(3clc), clGetSupportedImageFormats(3clc)

Specification

OpenCLSpecification[1]

See Also