From 785a1e137008da9fb65547094df8e0cf05cc11b0 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Fri, 12 Jun 2020 16:15:06 -0700 Subject: [PATCH] add missing kernel enum CLK_UNORM_INT_101010_2 --- OpenCL_C.txt | 1 + env/common_properties.asciidoc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/OpenCL_C.txt b/OpenCL_C.txt index 6d107382..3f9a7a5c 100644 --- a/OpenCL_C.txt +++ b/OpenCL_C.txt @@ -8916,6 +8916,7 @@ For query functions this may be `read_only`, `write_only` or `read_write`. `CLK_UNORM_SHORT_565` + `CLK_UNORM_SHORT_555` + `CLK_UNORM_INT_101010` + + `CLK_UNORM_INT_101010_2` + `CLK_SIGNED_INT8` + `CLK_SIGNED_INT16` + `CLK_SIGNED_INT32` + diff --git a/env/common_properties.asciidoc b/env/common_properties.asciidoc index 54d4d113..645f4d69 100644 --- a/env/common_properties.asciidoc +++ b/env/common_properties.asciidoc @@ -307,6 +307,9 @@ channel data types. | `UnormInt101010` | `CL_UNORM_INT_101010` +| `UnormInt101010_2` +| `CL_UNORM_INT_101010_2` + | `SignedInt8` | `CL_SIGNED_INT8`