HomeSort by relevance Sort by last modified time
    Searched defs:cl_ulong (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/include/CL/
cl_platform.h 74 typedef unsigned __int64 cl_ulong; typedef
95 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
165 typedef uint64_t cl_ulong __attribute__((aligned(8))); typedef
186 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
322 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
356 typedef cl_ulong __cl_ulong1 __attribute__((vector_size(8)));
948 cl_ulong CL_ALIGNED(16) s[2];
950 __extension__ struct{ cl_ulong x, y; };
951 __extension__ struct{ cl_ulong s0, s1; };
952 __extension__ struct{ cl_ulong lo, hi; }
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_platform.h 130 typedef unsigned __int64 cl_ulong; typedef
151 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
221 typedef uint64_t cl_ulong __attribute__((aligned(8))); typedef
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)));
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 220 typedef unsigned __int64 cl_ulong; typedef
223 typedef unsigned long cl_ulong; typedef
227 typedef cl_ulong cl_bitfield;
    [all...]

Completed in 346 milliseconds