Lines Matching refs:cl_char
150 typedef signed __int8 cl_char;
256 typedef int8_t cl_char;
428 typedef cl_char __cl_char16 __attribute__((vector_size(16)));
462 typedef cl_char __cl_char8 __attribute__((vector_size(8)));
557 cl_char CL_ALIGNED(2) s[2];
559 __CL_ANON_STRUCT__ struct{ cl_char x, y; };
560 __CL_ANON_STRUCT__ struct{ cl_char s0, s1; };
561 __CL_ANON_STRUCT__ struct{ cl_char lo, hi; };
570 cl_char CL_ALIGNED(4) s[4];
572 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; };
573 __CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3; };
589 cl_char CL_ALIGNED(8) s[8];
591 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; };
592 __CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7; };
608 cl_char CL_ALIGNED(16) s[16];
610 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
611 __CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };