Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_short

69 typedef signed   __int16        cl_short;
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; };
591 __extension__ struct{ cl_short s0, s1, s2, s3; };
607 cl_short CL_ALIGNED(16) s[8];
609 __extension__ struct{ cl_short x, y, z, w; };
610 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; };
626 cl_short CL_ALIGNED(32) s[16];
628 __extension__ struct{ cl_short x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };