Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:cl_uint

43   cl_uint
64 (CL_API_CALL *MAGICKpfn_clGetPlatformIDs)(cl_uint num_entries,
65 cl_platform_id *platforms,cl_uint *num_platforms) CL_API_SUFFIX__VERSION_1_0;
76 cl_device_type device_type,cl_uint num_entries,cl_device_id *devices,
77 cl_uint *num_devices) CL_API_SUFFIX__VERSION_1_0;
88 const cl_context_properties *properties,cl_uint num_devices,
131 cl_uint count,const char **strings,const size_t *lengths,
136 cl_uint num_devices,const cl_device_id *device_list,const size_t *lengths,
146 cl_uint num_devices,const cl_device_id *device_list,const char *options,
171 (CL_API_CALL *MAGICKpfn_clSetKernelArg)(cl_kernel kernel,cl_uint arg_index,
184 cl_uint num_events_in_wait_list,const cl_event *event_wait_list,
190 size_t cb,cl_uint num_events_in_wait_list,const cl_event *event_wait_list,
196 cl_uint num_events_in_wait_list,const cl_event *event_wait_list,
201 cl_command_queue command_queue,cl_kernel kernel,cl_uint work_dim,
203 const size_t *local_work_size,cl_uint num_events_in_wait_list,
210 (CL_API_CALL *MAGICKpfn_clWaitForEvents)(cl_uint num_events,
301 cl_uint
386 #define CLQuantum cl_uint
403 SetOpenCLKernelArg(cl_kernel,cl_uint,size_t,const void *);
412 EnqueueOpenCLKernel(cl_command_queue,cl_kernel,cl_uint,const size_t *,