repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
libclc
/
r600
/
lib
/
image
/
get_image_depth.cl
blob
18646458e9adf29af1353c7a25e7bc78708b9da8
1
#
include
<
clc
/
clc.h
>
2
3
_CLC_DECL int __clc_get_image_depth_3d
(
image3d_t
)
;
4
5
_CLC_OVERLOAD _CLC_DEF int
6
get_image_depth
(
image3d_t
image
) {
7
return __clc_get_image_depth_3d
(
image
)
;
8
}