Lines Matching defs:cl_int
154 typedef signed __int32 cl_int;
260 typedef int32_t cl_int;
432 typedef cl_int __cl_int4 __attribute__((vector_size(16)));
466 typedef cl_int __cl_int2 __attribute__((vector_size(8)));
931 cl_int CL_ALIGNED(8) s[2];
933 __CL_ANON_STRUCT__ struct{ cl_int x, y; };
934 __CL_ANON_STRUCT__ struct{ cl_int s0, s1; };
935 __CL_ANON_STRUCT__ struct{ cl_int lo, hi; };
944 cl_int CL_ALIGNED(16) s[4];
946 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w; };
947 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3; };
963 cl_int CL_ALIGNED(32) s[8];
965 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w; };
966 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7; };
982 cl_int CL_ALIGNED(64) s[16];
984 __CL_ANON_STRUCT__ struct{ cl_int x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
985 __CL_ANON_STRUCT__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };