OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cl_int
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h
71
typedef signed __int32
cl_int
;
typedef
162
typedef int32_t
cl_int
__attribute__((aligned(4)));
typedef
321
typedef
cl_int
__cl_int4 __attribute__((vector_size(16)));
355
typedef
cl_int
__cl_int2 __attribute__((vector_size(8)));
724
cl_int
CL_ALIGNED(8) s[2];
726
__extension__ struct{
cl_int
x, y; };
727
__extension__ struct{
cl_int
s0, s1; };
728
__extension__ struct{
cl_int
lo, hi; };
737
cl_int
CL_ALIGNED(16) s[4];
739
__extension__ struct{
cl_int
x, y, z, w; }
[
all
...]
/external/mesa3d/include/CL/
cl_platform.h
71
typedef signed __int32
cl_int
;
typedef
162
typedef int32_t
cl_int
__attribute__((aligned(4)));
typedef
321
typedef
cl_int
__cl_int4 __attribute__((vector_size(16)));
355
typedef
cl_int
__cl_int2 __attribute__((vector_size(8)));
724
cl_int
CL_ALIGNED(8) s[2];
726
__extension__ struct{
cl_int
x, y; };
727
__extension__ struct{
cl_int
s0, s1; };
728
__extension__ struct{
cl_int
lo, hi; };
737
cl_int
CL_ALIGNED(16) s[4];
739
__extension__ struct{
cl_int
x, y, z, w; }
[
all
...]
Completed in 35 milliseconds