[PATCH] D22767: [OpenCL] Added CLK_ABGR definition for get_image_channel_order return value
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 29 10:57:57 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL277179: [OpenCL] Added CLK_ABGR definition for get_image_channel_order return value (authored by yaxunl).
Changed prior to commit:
https://reviews.llvm.org/D22767?vs=65375&id=66149#toc
Repository:
rL LLVM
https://reviews.llvm.org/D22767
Files:
cfe/trunk/lib/Headers/opencl-c.h
Index: cfe/trunk/lib/Headers/opencl-c.h
===================================================================
--- cfe/trunk/lib/Headers/opencl-c.h
+++ cfe/trunk/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.66149.patch
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160729/0c196017/attachment.bin>
More information about the cfe-commits
mailing list