-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate cl_ext_image_tiling_control into unified spec
Change-Id: Id434000fdf949c76af92dff17829462e4bc9dd0f
- Loading branch information
Showing
6 changed files
with
137 additions
and
222 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
// Copyright 2021-2025 The Khronos Group Inc. | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}cl_ext_image_tiling_control.txt[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2025-01-06 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
- Kevin Petit, Arm Ltd. | ||
- Plamen Petkov, Arm Ltd. | ||
- Ben Ashbaugh, Intel | ||
- Balaji Calidas, Qualcomm | ||
- Jeremy Kemp, Google | ||
- Nikhil Joshi, NVIDIA | ||
|
||
=== Description | ||
|
||
This extension gives applications explicit control over how image data is laid out in memory. | ||
|
||
=== New Types | ||
|
||
* {cl_image_tiling_ext_TYPE} | ||
* {cl_device_image_tiling_capabilities_ext_TYPE} | ||
|
||
=== New Enums | ||
|
||
* {cl_device_info_TYPE} | ||
** {CL_DEVICE_IMAGE_TILING_CAPABILITIES_EXT} | ||
* {cl_mem_properties_TYPE} | ||
** {CL_MEM_IMAGE_TILING_EXT} | ||
* {cl_image_info_TYPE} | ||
** {CL_IMAGE_TILING_EXT} | ||
* {cl_image_tiling_ext_TYPE} | ||
** {CL_IMAGE_TILING_LINEAR_EXT} | ||
** {CL_IMAGE_TILING_OPTIMAL_EXT} | ||
* {cl_device_image_tiling_capabilities_ext_TYPE} | ||
** {CL_DEVICE_IMAGE_TILING_DEVICE_ACCESS_EXT} | ||
** {CL_DEVICE_IMAGE_TILING_HOST_ACCESS_EXT} | ||
|
||
=== Issues | ||
|
||
. How can an application get a view of tiled image data? | ||
+ | ||
-- | ||
*RESOLVED*: An application wishing to get visibility of tiled data can do so by | ||
creating images from a buffer and mapping the buffer directly. | ||
-- | ||
|
||
=== Version History | ||
|
||
* Revision 0.1.0, 2021-11-01 | ||
** Initial revision | ||
* Revision 0.2.0, 2025-01-06 | ||
** WIP discussion with other vendors |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.