OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cl_short
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/include/CL/
cl_platform.h
69
typedef signed __int16
cl_short
;
typedef
160
typedef int16_t
cl_short
__attribute__((aligned(2)));
typedef
319
typedef
cl_short
__cl_short8 __attribute__((vector_size(16)));
353
typedef
cl_short
__cl_short4 __attribute__((vector_size(8)));
575
cl_short
CL_ALIGNED(4) s[2];
577
__extension__ struct{
cl_short
x, y; };
578
__extension__ struct{
cl_short
s0, s1; };
579
__extension__ struct{
cl_short
lo, hi; };
588
cl_short
CL_ALIGNED(8) s[4];
590
__extension__ struct{
cl_short
x, y, z, w; }
[
all
...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_platform.h
125
typedef signed __int16
cl_short
;
typedef
216
typedef int16_t
cl_short
__attribute__((aligned(2)));
typedef
375
typedef
cl_short
__cl_short8 __attribute__((vector_size(16)));
409
typedef
cl_short
__cl_short4 __attribute__((vector_size(8)));
631
cl_short
CL_ALIGNED(4) s[2];
633
__extension__ struct{
cl_short
x, y; };
634
__extension__ struct{
cl_short
s0, s1; };
635
__extension__ struct{
cl_short
lo, hi; };
644
cl_short
CL_ALIGNED(8) s[4];
646
__extension__ struct{
cl_short
x, y, z, w; }
[
all
...]
Completed in 3045 milliseconds