summaryrefslogtreecommitdiff
path: root/r600/lib/image/get_image_depth.cl
diff options
context:
space:
mode:
Diffstat (limited to 'r600/lib/image/get_image_depth.cl')
-rw-r--r--r600/lib/image/get_image_depth.cl8
1 files changed, 0 insertions, 8 deletions
diff --git a/r600/lib/image/get_image_depth.cl b/r600/lib/image/get_image_depth.cl
deleted file mode 100644
index 1864645..0000000
--- a/r600/lib/image/get_image_depth.cl
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <clc/clc.h>
-
-_CLC_DECL int __clc_get_image_depth_3d(image3d_t);
-
-_CLC_OVERLOAD _CLC_DEF int
-get_image_depth(image3d_t image) {
- return __clc_get_image_depth_3d(image);
-}