-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add specification for cl_ext_image_unorm_int_2_101010 (#1223)
* Add specification for cl_ext_image_unorm_int_2_101010 Change-Id: I51b0ec6f719c30a01637c56047a86d31fd78b7ca * Update OpenCL_C.txt Co-authored-by: Ben Ashbaugh <ben.ashbaugh@intel.com> * review comments Change-Id: Ib1ac6320c4f391336074f468158187e76099c7b9 --------- Co-authored-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
- Loading branch information
Showing
7 changed files
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// Copyright 2020-2024 The Khronos Group Inc. | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}cl_ext_image_unorm_int_2_101010.txt[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2024-05-10 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
- Kévin Petit, Arm Ltd. | ||
|
||
=== Description | ||
|
||
{cl_ext_image_unorm_int_2_101010_EXT} adds support for the {CL_UNORM_INT_2_101010_EXT} | ||
image format. | ||
|
||
OpenCL C compilers supporting this extension will define the | ||
{opencl_c_ext_image_unorm_int_2_101010} feature macro. | ||
|
||
=== New feature macro | ||
|
||
* {opencl_c_ext_image_unorm_int_2_101010} | ||
|
||
=== New Enums | ||
|
||
* {cl_channel_type_TYPE} | ||
** {CL_UNORM_INT_2_101010_EXT} | ||
|
||
=== New OpenCL C channel data type | ||
|
||
* `CLK_UNORM_INT_2_101010_EXT` | ||
|
||
=== Version History | ||
|
||
* Revision 1.0.0, 2024-05-10 | ||
** Initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters