Lines Matching defs:cl_short
152 typedef signed __int16 cl_short;
258 typedef int16_t cl_short;
430 typedef cl_short __cl_short8 __attribute__((vector_size(16)));
464 typedef cl_short __cl_short4 __attribute__((vector_size(8)));
707 cl_short CL_ALIGNED(4) s[2];
709 __CL_ANON_STRUCT__ struct{ cl_short x, y; };
710 __CL_ANON_STRUCT__ struct{ cl_short s0, s1; };
711 __CL_ANON_STRUCT__ struct{ cl_short lo, hi; };
720 cl_short CL_ALIGNED(8) s[4];
722 __CL_ANON_STRUCT__ struct{ cl_short x, y, z, w; };
723 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3; };
739 cl_short CL_ALIGNED(16) s[8];
741 __CL_ANON_STRUCT__ struct{ cl_short x, y, z, w; };
742 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; };
758 cl_short CL_ALIGNED(32) s[16];
760 __CL_ANON_STRUCT__ struct{ cl_short x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
761 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };