Lines Matching defs:cl_short
127 typedef signed __int16 cl_short;
229 typedef int16_t cl_short;
401 typedef cl_short __cl_short8 __attribute__((vector_size(16)));
435 typedef cl_short __cl_short4 __attribute__((vector_size(8)));
680 cl_short CL_ALIGNED(4) s[2];
682 __CL_ANON_STRUCT__ struct{ cl_short x, y; };
683 __CL_ANON_STRUCT__ struct{ cl_short s0, s1; };
684 __CL_ANON_STRUCT__ struct{ cl_short lo, hi; };
693 cl_short CL_ALIGNED(8) s[4];
695 __CL_ANON_STRUCT__ struct{ cl_short x, y, z, w; };
696 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3; };
712 cl_short CL_ALIGNED(16) s[8];
714 __CL_ANON_STRUCT__ struct{ cl_short x, y, z, w; };
715 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; };
731 cl_short CL_ALIGNED(32) s[16];
733 __CL_ANON_STRUCT__ struct{ cl_short x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
734 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };