Lines Matching refs:cl_ulong
130 typedef unsigned __int64 cl_ulong;
151 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
221 typedef uint64_t cl_ulong __attribute__((aligned(8)));
242 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
378 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
412 typedef cl_ulong __cl_ulong1 __attribute__((vector_size(8)));
1022 cl_ulong CL_ALIGNED(16) s[2];
1024 __CL_ANON_STRUCT__ struct{ cl_ulong x, y; };
1025 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1; };
1026 __CL_ANON_STRUCT__ struct{ cl_ulong lo, hi; };
1035 cl_ulong CL_ALIGNED(32) s[4];
1037 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w; };
1038 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3; };
1054 cl_ulong CL_ALIGNED(64) s[8];
1056 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w; };
1057 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7; };
1073 cl_ulong CL_ALIGNED(128) s[16];
1075 __CL_ANON_STRUCT__ struct{ cl_ulong x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1076 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };