Lines Matching defs:cl_int
129 typedef signed __int32 cl_int;
231 typedef int32_t cl_int;
403 typedef cl_int __cl_int4 __attribute__((vector_size(16)));
437 typedef cl_int __cl_int2 __attribute__((vector_size(8)));
904 cl_int CL_ALIGNED(8) s[2];
906 __CL_ANON_STRUCT__ struct{ cl_int x, y; };
907 __CL_ANON_STRUCT__ struct{ cl_int s0, s1; };
908 __CL_ANON_STRUCT__ struct{ cl_int lo, hi; };
917 cl_int CL_ALIGNED(16) s[4];
919 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w; };
920 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3; };
936 cl_int CL_ALIGNED(32) s[8];
938 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w; };
939 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7; };
955 cl_int CL_ALIGNED(64) s[16];
957 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
958 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };