Home
last modified time | relevance | path

Searched refs:cl_short (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/include/CL/
Dcl_platform.h69 typedef signed __int16 cl_short; typedef
160 typedef int16_t cl_short __attribute__((aligned(2)));
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 …]