Lines Matching refs:cl_int
127 typedef signed __int32 cl_int;
218 typedef int32_t cl_int __attribute__((aligned(4)));
377 typedef cl_int __cl_int4 __attribute__((vector_size(16)));
411 typedef cl_int __cl_int2 __attribute__((vector_size(8)));
798 cl_int CL_ALIGNED(8) s[2];
800 __CL_ANON_STRUCT__ struct{ cl_int x, y; };
801 __CL_ANON_STRUCT__ struct{ cl_int s0, s1; };
802 __CL_ANON_STRUCT__ struct{ cl_int lo, hi; };
811 cl_int CL_ALIGNED(16) s[4];
813 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w; };
814 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3; };
830 cl_int CL_ALIGNED(32) s[8];
832 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w; };
833 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7; };
849 cl_int CL_ALIGNED(64) s[16];
851 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
852 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };