[C++20] [Modules] Fix may-be incorrect ADL for module local entities (#123931)
[llvm-project.git] / libclc / r600 / lib / image / get_image_depth.cl
blob18646458e9adf29af1353c7a25e7bc78708b9da8
1 #include <clc/clc.h>
3 _CLC_DECL int __clc_get_image_depth_3d(image3d_t);
5 _CLC_OVERLOAD _CLC_DEF int
6 get_image_depth(image3d_t image) {
7 return __clc_get_image_depth_3d(image);