Lines Matching defs:cl_uchar
151 typedef unsigned __int8 cl_uchar;
257 typedef uint8_t cl_uchar;
427 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16)));
461 typedef cl_uchar __cl_uchar8 __attribute__((vector_size(8)));
632 cl_uchar CL_ALIGNED(2) s[2];
634 __CL_ANON_STRUCT__ struct{ cl_uchar x, y; };
635 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1; };
636 __CL_ANON_STRUCT__ struct{ cl_uchar lo, hi; };
645 cl_uchar CL_ALIGNED(4) s[4];
647 __CL_ANON_STRUCT__ struct{ cl_uchar x, y, z, w; };
648 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3; };
664 cl_uchar CL_ALIGNED(8) s[8];
666 __CL_ANON_STRUCT__ struct{ cl_uchar x, y, z, w; };
667 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7; };
683 cl_uchar CL_ALIGNED(16) s[16];
685 __CL_ANON_STRUCT__ struct{ cl_uchar x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
686 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };