Lines Matching defs:cl_ulong
157 typedef unsigned __int64 cl_ulong;
182 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
263 typedef uint64_t cl_ulong;
284 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
433 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
467 typedef cl_ulong __cl_ulong1 __attribute__((vector_size(8)));
1155 cl_ulong CL_ALIGNED(16) s[2];
1157 __CL_ANON_STRUCT__ struct{ cl_ulong x, y; };
1158 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1; };
1159 __CL_ANON_STRUCT__ struct{ cl_ulong lo, hi; };
1168 cl_ulong CL_ALIGNED(32) s[4];
1170 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w; };
1171 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3; };
1187 cl_ulong CL_ALIGNED(64) s[8];
1189 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w; };
1190 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7; };
1206 cl_ulong CL_ALIGNED(128) s[16];
1208 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1209 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };