Lines Matching defs:cl_ulong
132 typedef unsigned __int64 cl_ulong;
153 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
234 typedef uint64_t cl_ulong;
255 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
404 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
438 typedef cl_ulong __cl_ulong1 __attribute__((vector_size(8)));
1128 cl_ulong CL_ALIGNED(16) s[2];
1130 __CL_ANON_STRUCT__ struct{ cl_ulong x, y; };
1131 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1; };
1132 __CL_ANON_STRUCT__ struct{ cl_ulong lo, hi; };
1141 cl_ulong CL_ALIGNED(32) s[4];
1143 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w; };
1144 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3; };
1160 cl_ulong CL_ALIGNED(64) s[8];
1162 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w; };
1163 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7; };
1179 cl_ulong CL_ALIGNED(128) s[16];
1181 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1182 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };