summaryrefslogtreecommitdiffstats
path: root/libclc/r600/lib/image/write_imagef.cl
diff options
context:
space:
mode:
Diffstat (limited to 'libclc/r600/lib/image/write_imagef.cl')
-rw-r--r--libclc/r600/lib/image/write_imagef.cl9
1 files changed, 9 insertions, 0 deletions
diff --git a/libclc/r600/lib/image/write_imagef.cl b/libclc/r600/lib/image/write_imagef.cl
new file mode 100644
index 00000000000..4483fcf68db
--- /dev/null
+++ b/libclc/r600/lib/image/write_imagef.cl
@@ -0,0 +1,9 @@
+#include <clc/clc.h>
+
+_CLC_DECL void __clc_write_imagef_2d(image2d_t image, int2 coord, float4 color);
+
+_CLC_OVERLOAD _CLC_DEF void
+write_imagef(image2d_t image, int2 coord, float4 color)
+{
+ __clc_write_imagef_2d(image, coord, color);
+}
OpenPOWER on IntegriCloud