Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp59 cl_ulong max_mem_global() const;
60 cl_ulong max_mem_local() const;
61 cl_ulong max_mem_input() const;
62 cl_ulong max_const_buffer_size() const;
65 cl_ulong max_mem_alloc_size() const;
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;
Dtimestamp.hpp49 cl_ulong operator()() const;
66 cl_ulong operator()() const;
69 cl_ulong result;
Ddevice.cpp128 cl_ulong
134 cl_ulong
140 cl_ulong
146 cl_ulong
164 cl_ulong
Devent.cpp180 const lazy<cl_ulong> &
185 const lazy<cl_ulong> &
190 const lazy<cl_ulong> &
195 const lazy<cl_ulong> &
Dtimestamp.cpp47 cl_ulong
61 cl_ulong
/external/mesa3d/include/CL/
Dcl_platform.h130 typedef unsigned __int64 cl_ulong; typedef
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; };
[all …]
Dcl_ext.h205 typedef cl_ulong cl_device_partition_property_ext;
Dcl.hpp801 F(cl_device_info, CL_DEVICE_MAX_MEM_ALLOC_SIZE, cl_ulong) \
815 F(cl_device_info, CL_DEVICE_GLOBAL_MEM_CACHE_SIZE, cl_ulong) \
816 F(cl_device_info, CL_DEVICE_GLOBAL_MEM_SIZE, cl_ulong) \
817 F(cl_device_info, CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, cl_ulong) \
820 F(cl_device_info, CL_DEVICE_LOCAL_MEM_SIZE, cl_ulong) \
845 F(cl_profiling_info, CL_PROFILING_COMMAND_QUEUED, cl_ulong) \
846 F(cl_profiling_info, CL_PROFILING_COMMAND_SUBMIT, cl_ulong) \
847 F(cl_profiling_info, CL_PROFILING_COMMAND_START, cl_ulong) \
848 F(cl_profiling_info, CL_PROFILING_COMMAND_END, cl_ulong) \
892 F(cl_kernel_work_group_info, CL_KERNEL_LOCAL_MEM_SIZE, cl_ulong) \
[all …]
Dcl.h50 typedef cl_ulong cl_bitfield;
/external/mesa3d/src/gallium/state_trackers/clover/api/
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()
275 buf.as_scalar<cl_ulong>() = hev.time_end(); in clGetEventProfilingInfo()
287 } catch (lazy<cl_ulong>::undefined_error &e) {
Ddevice.cpp173 buf.as_scalar<cl_ulong>() = dev.max_mem_alloc_size(); in clGetDeviceInfo()
255 buf.as_scalar<cl_ulong>() = 0; in clGetDeviceInfo()
259 buf.as_scalar<cl_ulong>() = dev.max_mem_global(); in clGetDeviceInfo()
263 buf.as_scalar<cl_ulong>() = dev.max_const_buffer_size(); in clGetDeviceInfo()
275 buf.as_scalar<cl_ulong>() = dev.max_mem_local(); in clGetDeviceInfo()
Dkernel.cpp168 buf.as_scalar<cl_ulong>() = kern.mem_local(); in clGetKernelWorkGroupInfo()
176 buf.as_scalar<cl_ulong>() = kern.mem_private(); in clGetKernelWorkGroupInfo()
Dmemory.cpp83 size > fold(maximum(), cl_ulong(0), in clCreateBuffer()
/external/skia/src/compute/hs/cl/bench/
Dmain.c388 cl_ulong elapsed_ns_min = UINT64_MAX; in hs_bench()
389 cl_ulong elapsed_ns_max = 0; in hs_bench()
390 cl_ulong elapsed_ns_sum = 0; in hs_bench()
436 cl_ulong t_start=0, t_end=0; in hs_bench()
441 sizeof(cl_ulong), in hs_bench()
448 sizeof(cl_ulong), in hs_bench()
452 cl_ulong const t = t_end - t_start; in hs_bench()
/external/skqp/src/compute/hs/cl/bench/
Dmain.c388 cl_ulong elapsed_ns_min = UINT64_MAX; in hs_bench()
389 cl_ulong elapsed_ns_max = 0; in hs_bench()
390 cl_ulong elapsed_ns_sum = 0; in hs_bench()
436 cl_ulong t_start=0, t_end=0; in hs_bench()
441 sizeof(cl_ulong), in hs_bench()
448 sizeof(cl_ulong), in hs_bench()
452 cl_ulong const t = t_end - t_start; in hs_bench()
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_util.h48 COPY_WITH_TYPE(cl::sycl::cl_ulong); in SYCLmemcpy()
/external/skia/src/compute/hs/cl/
Dhs_cl.c63 cl_ulong t_total; // 0
154 cl_ulong t_start=0, t_end=0; in hs_state_wait_list_profile()
161 sizeof(cl_ulong), in hs_state_wait_list_profile()
167 sizeof(cl_ulong), in hs_state_wait_list_profile()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c63 cl_ulong t_total; // 0
154 cl_ulong t_start=0, t_end=0; in hs_state_wait_list_profile()
161 sizeof(cl_ulong), in hs_state_wait_list_profile()
167 sizeof(cl_ulong), in hs_state_wait_list_profile()
/external/ImageMagick/MagickCore/
Dopencl-private.h321 cl_ulong
413 #define CLQuantum cl_ulong
Dopencl.c2383 sizeof(cl_ulong),&device->local_memory_size,NULL); in LoadOpenCLDevices()
2690 cl_ulong in RecordProfileData()
2718 CL_PROFILING_COMMAND_START,sizeof(cl_ulong),&start,NULL); in RecordProfileData()
2720 CL_PROFILING_COMMAND_END,sizeof(cl_ulong),&end,NULL); in RecordProfileData()
/external/skia/src/compute/skc/
Dtypes.h88 typedef cl_ulong skc_ulong;
/external/skqp/src/compute/skc/
Dtypes.h88 typedef cl_ulong skc_ulong;
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c728 cl_ulong spill_mem_size; in skc_device_create_kernels()
740 cl_ulong local_mem_size; in skc_device_create_kernels()
/external/skia/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c728 cl_ulong spill_mem_size; in skc_device_create_kernels()
740 cl_ulong local_mem_size; in skc_device_create_kernels()