Skip to content

Commit

Permalink
attempt to fix asciidoctor errors in API spec
Browse files Browse the repository at this point in the history
Change-Id: I0f9cbeddb72e0d76ba508b336d91c4ee640d77ad
  • Loading branch information
kpet committed Jul 10, 2024
1 parent d827bba commit 23360eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/opencl_runtime_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2524,29 +2524,29 @@ The memory layout of this image format is described below:

[width="60%",cols="<10%,<10%,<10%,<10%,<60%"]
|====
| R | G | B | A | ... |
| R | G | B | A | ...
|====

with the corresponding byte offsets

[width="60%",cols="<10%,<10%,<10%,<10%,<60%"]
|====
| 0 | 1 | 2 | 3 | ... |
| 0 | 1 | 2 | 3 | ...
|====

Similar, if `image_channel_order` = {CL_RGBA} and `image_channel_data_type` =
{CL_SIGNED_INT16}, the memory layout of this image format is described below:

[width="60%",cols="<10%,<10%,<10%,<10%,<60%"]
|====
| R | G | B | A | ... |
| R | G | B | A | ...
|====

with the corresponding byte offsets

[width="60%",cols="<10%,<10%,<10%,<10%,<60%"]
|====
| 0 | 2 | 4 | 6 | ... |
| 0 | 2 | 4 | 6 | ...
|====

`image_channel_data_type` values of {CL_UNORM_SHORT_565}, {CL_UNORM_SHORT_555},
Expand Down

0 comments on commit 23360eb

Please sign in to comment.