Sign in
fuchsia
/
third_party
/
llvm-project
/
c3fd2a50ba1395b6c2240f6a688c6a1aa975a1fe
/
.
/
libclc
/
r600
/
lib
/
workitem
/
get_work_dim.cl
blob: e18a83b8dd95bdca4bb0583f9e1764a082d3a848 [
file
] [
log
] [
blame
]
#
include
<
clc
/
clc
.
h
>
_CLC_DEF _CLC_OVERLOAD uint get_work_dim
(
void
)
{
__attribute__
((
address_space
(
7
)))
uint
*
ptr
=
(
__attribute__
((
address_space
(
7
)))
uint
*
)
__builtin_r600_implicitarg_ptr
(
)
;
return ptr
[
0
]
;
}