OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cl_short
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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
...]
Completed in 92 milliseconds