[PATCH] D22767: [OpenCL] Added CLK_ABGR definition for get_image_channel_order return value
Aaron En Ye Shi via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 25 10:32:29 PDT 2016
ashi1 created this revision.
ashi1 added reviewers: yaxunl, Anastasia.
ashi1 added a subscriber: cfe-commits.
ashi1 set the repository for this revision to rL LLVM.
Added CLK_ABGR definition for get_image_channel_order return value inside opencl-c.h file
Repository:
rL LLVM
https://reviews.llvm.org/D22767
Files:
lib/Headers/opencl-c.h
Index: lib/Headers/opencl-c.h
===================================================================
--- lib/Headers/opencl-c.h
+++ lib/Headers/opencl-c.h
@@ -16493,6 +16493,7 @@
#define CLK_sRGBA 0x10C1
#define CLK_sRGBx 0x10C0
#define CLK_sBGRA 0x10C2
+#define CLK_ABGR 0x10C3
#endif //__OPENCL_C_VERSION__ >= CL_VERSION_2_0
int __ovld __cnfn get_image_channel_order(read_only image1d_t image);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22767.65375.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160725/b995d947/attachment.bin>
More information about the cfe-commits
mailing list