Home
last modified time | relevance | path

Searched refs:cl_ulong (Results 1 - 25 of 45) sorted by relevance

12

/third_party/opencl-headers/tests/
H A Dtest_headers.c446 cl_ulong a = 0; in test_ulong()
453 cl_ulong b = a; in test_ulong()
471 printf("__cl_ulong2: %" PRIu64 " %" PRIu64 " \n", ((cl_ulong*)&v2)[0], ((cl_ulong*)&v2)[1] ); in test_ulong()
478 printf("__cl_ulong4: %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " \n", ((cl_ulong*)&v4)[0], ((cl_ulong*)&v4)[1], ((cl_ulong*)&v4)[2], ((cl_ulong*)&v4)[3] ); in test_ulong()
485 printf("__cl_ulong8: %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " \n", ((cl_ulong*)&v8)[0], ((cl_ulong*) in test_ulong()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.hpp66 cl_ulong max_mem_global() const;
67 cl_ulong max_mem_local() const;
68 cl_ulong max_mem_input() const;
69 cl_ulong max_const_buffer_size() const;
72 cl_ulong max_mem_alloc_size() const;
H A Devent.hpp124 const lazy<cl_ulong> &time_queued() const;
125 const lazy<cl_ulong> &time_submit() const;
126 const lazy<cl_ulong> &time_start() const;
127 const lazy<cl_ulong> &time_end() const;
142 lazy<cl_ulong> _time_queued, _time_submit, _time_start, _time_end;
H A Dtimestamp.hpp49 cl_ulong operator()() const;
66 cl_ulong operator()() const;
69 cl_ulong result;
H A Ddevice.cpp74 (cl_ulong)128 * 1024 * 1024) || in get_highest_supported_version()
114 if (dev.max_mem_alloc_size() < std::max(std::min((cl_ulong)1024 * 1024 * 1024, in get_highest_supported_version()
116 (cl_ulong)128 * 1024 * 1024) || in get_highest_supported_version()
254 cl_ulong
260 cl_ulong
266 cl_ulong
272 cl_ulong
290 cl_ulong
H A Devent.cpp187 const lazy<cl_ulong> &
192 const lazy<cl_ulong> &
197 const lazy<cl_ulong> &
202 const lazy<cl_ulong> &
H A Dtimestamp.cpp47 cl_ulong
61 cl_ulong
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dinvalid.cpp55 cl_ulong *device_timestamp, in clGetDeviceAndHostTimer()
56 cl_ulong *host_timestamp) { in clGetDeviceAndHostTimer()
62 cl_ulong *host_timestamp) { in clGetHostTimer()
H A Devent.cpp263 buf.as_scalar<cl_ulong>() = hev.time_queued(); in clGetEventProfilingInfo()
267 buf.as_scalar<cl_ulong>() = hev.time_submit(); in clGetEventProfilingInfo()
271 buf.as_scalar<cl_ulong>() = hev.time_start(); in clGetEventProfilingInfo()
276 buf.as_scalar<cl_ulong>() = hev.time_end(); in clGetEventProfilingInfo()
288 } catch (lazy<cl_ulong>::undefined_error &) {
H A Ddevice.cpp190 buf.as_scalar<cl_ulong>() = dev.max_mem_alloc_size(); in clGetDeviceInfo()
271 buf.as_scalar<cl_ulong>() = 0; in clGetDeviceInfo()
275 buf.as_scalar<cl_ulong>() = dev.max_mem_global(); in clGetDeviceInfo()
279 buf.as_scalar<cl_ulong>() = dev.max_const_buffer_size(); in clGetDeviceInfo()
291 buf.as_scalar<cl_ulong>() = dev.max_mem_local(); in clGetDeviceInfo()
H A Dplatform.cpp102 buf.as_scalar<cl_ulong>() = 0; in GetPlatformInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLDevice.cpp25 std::is_same<cl_ulong, cl_device_type>::value && in getInfo()
26 std::is_same<cl_ulong, cl_device_fp_config>::value && in getInfo()
27 std::is_same<cl_ulong, cl_device_exec_capabilities>::value && in getInfo()
28 std::is_same<cl_ulong, cl_command_queue_properties>::value && in getInfo()
29 std::is_same<cl_ulong, cl_device_affinity_domain>::value && in getInfo()
30 std::is_same<cl_ulong, cl_device_svm_capabilities>::value && in getInfo()
31 std::is_same<cl_ulong, cl_device_atomic_capabilities>::value && in getInfo()
32 std::is_same<cl_ulong, cl_device_device_enqueue_capabilities>::value, in getInfo()
36 cl_ulong valULong = 0u; in getInfo()
106 // Handle all cl_ulong an in getInfo()
[all...]
H A DvalidationCL_autogen.h530 const cl_ulong *device_timestamp,
531 const cl_ulong *host_timestamp);
532 cl_int ValidateGetHostTimer(cl_device_id device, const cl_ulong *host_timestamp);
/third_party/mesa3d/include/CL/
H A Dcl_platform.h132 typedef unsigned __int64 cl_ulong; typedef
153 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
234 typedef uint64_t cl_ulong; typedef
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 l
[all...]
/third_party/opencl-headers/CL/
H A Dcl_platform.h157 typedef unsigned __int64 cl_ulong; typedef
182 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
263 typedef uint64_t cl_ulong; typedef
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 l
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h152 typedef unsigned __int64 cl_ulong; typedef
173 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
254 typedef uint64_t cl_ulong; typedef
275 #define CL_ULONG_MAX ((cl_ulong) 0xFFFFFFFFFFFFFFFFULL)
424 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
458 typedef cl_ulong __cl_ulong1 __attribute__((vector_size(8)));
1148 cl_ulong CL_ALIGNED(16) s[2];
1150 __CL_ANON_STRUCT__ struct{ cl_ulong x, y; };
1151 __CL_ANON_STRUCT__ struct{ cl_ulong s0, s1; };
1152 __CL_ANON_STRUCT__ struct{ cl_ulong l
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLKernelImpl.h37 cl_ulong localMemSize = 0u;
39 cl_ulong privateMemSize = 0u;
H A DCLDeviceImpl.h42 cl_ulong maxMemAllocSize = 0u;
72 virtual cl_int getInfoULong(cl::DeviceInfo name, cl_ulong *value) const = 0;
H A DCLPlatformImpl.h40 cl_ulong hostTimerRes = 0u;
/third_party/ffmpeg/libavfilter/
H A Dopencl.c339 cl_ulong ff_opencl_get_event_time(cl_event event) { in ff_opencl_get_event_time()
340 cl_ulong time_start; in ff_opencl_get_event_time()
341 cl_ulong time_end; in ff_opencl_get_event_time()
H A Dopencl.h297 cl_ulong ff_opencl_get_event_time(cl_event event);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCLDeviceVk.cpp30 cl_int CLDeviceVk::getInfoULong(cl::DeviceInfo name, cl_ulong *value) const in getInfoULong()
H A DCLDeviceVk.h27 cl_int getInfoULong(cl::DeviceInfo name, cl_ulong *value) const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLDeviceCL.h26 cl_int getInfoULong(cl::DeviceInfo name, cl_ulong *value) const override;
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_stubs_autogen.h45 cl_ulong *device_timestamp,
46 cl_ulong *host_timestamp);
47 cl_int GetHostTimer(cl_device_id device, cl_ulong *host_timestamp);

Completed in 41 milliseconds

12