summaryrefslogtreecommitdiff
path: root/generic/lib/image/image2d.cl
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-07-25 18:44:05 -0700
committerTom Stellard <thomas.stellard@amd.com>2013-07-25 18:44:05 -0700
commit5e6ac26585fc3a8b7962ac89833706aa91ce3508 (patch)
tree0d69a4eb9852d90030300d2465cf7e8e4a12ce1c /generic/lib/image/image2d.cl
parentd925208c27d8b2fdff4dc31f3f5d6a67cbe5b26f (diff)
XXX: It worksimage
Diffstat (limited to 'generic/lib/image/image2d.cl')
-rw-r--r--generic/lib/image/image2d.cl10
1 files changed, 0 insertions, 10 deletions
diff --git a/generic/lib/image/image2d.cl b/generic/lib/image/image2d.cl
deleted file mode 100644
index 24315a5..0000000
--- a/generic/lib/image/image2d.cl
+++ /dev/null
@@ -1,10 +0,0 @@
-#define cl_clang_storage_class_specifiers
-#include <clc/clc.h>
-#include <clc/image/image2d.h>
-
-_CLC_DECL inline float4 __read_imagef(image2d_t, sampler_t, float2);
-
-_CLC_OVERLOAD _CLC_DEF inline float4 read_imagef (image2d_t image, sampler_t sampler, float2 coord) {
- return __read_imagef(image, sampler, coord);
-}
-