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

get_image_dim - Return the image dimensions.

Authors

TheKhronosGroup

Description

get_image_dim with otherDataTypes(3clc) and otherDataTypes(3clc) returns the 2D image width and height as
       an int2 type. The width is returned in the x component, and the height in the y component.

       get_image_dim with otherDataTypes(3clc) returns the 3D image width, height, and depth as an int4 type.
       The width is returned in the x component, height in the y component, depth in the z component and the w
       component is 0.

Name

       get_image_dim - Return the image dimensions.

       int2get_image_dim(image2d_timage);int2get_image_dim(image2d_array_timage);int4get_image_dim(image3d_timage);

Notes

        1. OpenCL Specification
           page 292, section 6.12.14 - Image Read and Write Functions

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

See Also

imageFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also