Home
last modified time | relevance | path

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

12

/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp221 cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL…
222 …opencl_fn6<OPENCL_FN_clBuildProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*…
225 cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uin…
226 …opencl_fn9<OPENCL_FN_clCompileProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const cha…
229 cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void*, cl_int*) =
230 …fn5<OPENCL_FN_clCreateBuffer, cl_mem, cl_context, cl_mem_flags, size_t, void*, cl_int*>::switch_fn;
233 …CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*) =
234 …ueue, cl_command_queue, cl_context, cl_device_id, cl_command_queue_properties, cl_int*>::switch_fn;
237 …nst cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
238 …ice_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
[all …]
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp283 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_i…
284 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device…
285 …NTIME_EXPORT cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void*, cl_int*);
286 …(CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*);
287 …onst cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
288 …s*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
289 …eateImage)(cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*);
290 …Image2D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*);
291 …ext, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, size_t, size_t, void*, cl_int*);
292 extern CL_RUNTIME_EXPORT cl_kernel (CL_API_CALL*clCreateKernel)(cl_program, const char*, cl_int*);
[all …]
Dopencl_core_wrappers.hpp11 inline cl_int clBuildProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, voi… in clBuildProgram()
14 inline cl_int clCompileProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, c… in clCompileProgram()
17 inline cl_mem clCreateBuffer(cl_context p0, cl_mem_flags p1, size_t p2, void* p3, cl_int* p4) { ret… in clCreateBuffer()
20 …andQueue(cl_context p0, cl_device_id p1, cl_command_queue_properties p2, cl_int* p3) { return clCr… in clCreateCommandQueue()
23 …id (CL_CALLBACK*p3) (const char*, const void*, size_t, void*), void* p4, cl_int* p5) { return clCr… in clCreateContext()
26 …id (CL_CALLBACK*p2) (const char*, const void*, size_t, void*), void* p3, cl_int* p4) { return clCr… in clCreateContextFromType()
29 …_flags p1, const cl_image_format* p2, const cl_image_desc* p3, void* p4, cl_int* p5) { return clCr… in clCreateImage()
32 …1, const cl_image_format* p2, size_t p3, size_t p4, size_t p5, void* p6, cl_int* p7) { return clCr… in clCreateImage2D()
35 …at* p2, size_t p3, size_t p4, size_t p5, size_t p6, size_t p7, void* p8, cl_int* p9) { return clCr… in clCreateImage3D()
38 inline cl_kernel clCreateKernel(cl_program p0, const char* p1, cl_int* p2) { return clCreateKernel_… in clCreateKernel()
[all …]
/external/mesa3d/include/CL/
Dcl.h78 typedef cl_int cl_build_status;
447 extern CL_API_ENTRY cl_int CL_API_CALL
452 extern CL_API_ENTRY cl_int CL_API_CALL
460 extern CL_API_ENTRY cl_int CL_API_CALL
467 extern CL_API_ENTRY cl_int CL_API_CALL
481 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
488 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
490 extern CL_API_ENTRY cl_int CL_API_CALL
493 extern CL_API_ENTRY cl_int CL_API_CALL
496 extern CL_API_ENTRY cl_int CL_API_CALL
[all …]
Dcl.hpp213 cl_int err_;
219 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error()
242 const cl_int err(void) const { return err_; } in err()
691 static cl_int
702 static cl_int get(Func f, cl_uint name, VECTOR_CLASS<T>* param) in get()
705 cl_int err = f(name, 0, NULL, &required); in get()
725 static cl_int
741 static cl_int get(Func f, cl_uint name, STRING_CLASS* param) in get()
744 cl_int err = f(name, 0, NULL, &required); in get()
765 static cl_int get(Func f, cl_uint name, CPP_TYPE* param) \
[all …]
Dcl_ext.h67 cl_int CL_API_ENTRY clSetMemObjectDestructorAPPLE( cl_mem /* memobj */,
110 extern CL_API_ENTRY cl_int CL_API_CALL
115 typedef CL_API_ENTRY cl_int (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(
146 extern CL_API_ENTRY cl_int CL_API_CALL
149 typedef CL_API_ENTRY cl_int
152 extern CL_API_ENTRY cl_int CL_API_CALL
155 typedef CL_API_ENTRY cl_int
159 extern CL_API_ENTRY cl_int CL_API_CALL
166 typedef CL_API_ENTRY cl_int
Dcl_gl.h73 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
81 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
87 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
89 extern CL_API_ENTRY cl_int CL_API_CALL
94 extern CL_API_ENTRY cl_int CL_API_CALL
101 extern CL_API_ENTRY cl_int CL_API_CALL
109 extern CL_API_ENTRY cl_int CL_API_CALL
137 extern CL_API_ENTRY cl_int CL_API_CALL
144 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetGLContextInfoKHR_fn)(
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h80 typedef cl_int cl_build_status;
570 extern CL_API_ENTRY cl_int CL_API_CALL
575 extern CL_API_ENTRY cl_int CL_API_CALL
583 extern CL_API_ENTRY cl_int CL_API_CALL
590 extern CL_API_ENTRY cl_int CL_API_CALL
597 extern CL_API_ENTRY cl_int CL_API_CALL
604 extern CL_API_ENTRY cl_int CL_API_CALL
607 extern CL_API_ENTRY cl_int CL_API_CALL
617 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
624 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
[all …]
Dcl_ext.h64 cl_int CL_API_ENTRY clSetMemObjectDestructorAPPLE( cl_mem /* memobj */,
107 extern CL_API_ENTRY cl_int CL_API_CALL
112 typedef CL_API_ENTRY cl_int (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(
148 extern CL_API_ENTRY cl_int CL_API_CALL clTerminateContextKHR(cl_context /* context */) CL_EXT_SUFFI…
150 typedef CL_API_ENTRY cl_int (CL_API_CALL *clTerminateContextKHR_fn)(cl_context /* context */) CL_EX…
183 extern CL_API_ENTRY cl_int CL_API_CALL
186 typedef CL_API_ENTRY cl_int
189 extern CL_API_ENTRY cl_int CL_API_CALL
192 typedef CL_API_ENTRY cl_int
196 extern CL_API_ENTRY cl_int CL_API_CALL
[all …]
Dcl_gl.h70 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_2;
76 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
78 extern CL_API_ENTRY cl_int CL_API_CALL
83 extern CL_API_ENTRY cl_int CL_API_CALL
90 extern CL_API_ENTRY cl_int CL_API_CALL
98 extern CL_API_ENTRY cl_int CL_API_CALL
114 cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
122 cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
144 extern CL_API_ENTRY cl_int CL_API_CALL
151 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetGLContextInfoKHR_fn)(
Dcl_egl.h67 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
75 cl_int * errcode_ret);
78 extern CL_API_ENTRY cl_int CL_API_CALL
86 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireEGLObjectsKHR_fn)(
95 extern CL_API_ENTRY cl_int CL_API_CALL
103 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseEGLObjectsKHR_fn)(
118 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
124 cl_int * errcode_ret);
Dcl.hpp270 cl_int err_;
282 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) in Error()
305 cl_int err(void) const { return err_; } in err()
317 static inline cl_int errHandler ( in errHandler()
318 cl_int err, in errHandler()
327 static inline cl_int errHandler (cl_int err, const char * errStr = NULL)
1087 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper()
1094 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, long) in getInfoHelper()
1097 cl_int err = f(name, 0, NULL, &required); in getInfoHelper()
1119 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type … in getInfoHelper()
[all …]
Dcl_d3d11.h76 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromD3D11KHR_fn)(
89 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
96 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
103 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
105 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireD3D11ObjectsKHR_fn)(
113 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseD3D11ObjectsKHR_fn)(
Dcl_d3d10.h76 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromD3D10KHR_fn)(
89 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
96 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
103 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
105 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireD3D10ObjectsKHR_fn)(
113 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseD3D10ObjectsKHR_fn)(
Dcl_dx9_media_sharing.h88 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromDX9MediaAdapterKHR_fn)(
104 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
106 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireDX9MediaSurfacesKHR_fn)(
114 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseDX9MediaSurfacesKHR_fn)(
/external/ImageMagick/MagickCore/
Dopencl-private.h63 typedef CL_API_ENTRY cl_int
67 typedef CL_API_ENTRY cl_int
74 typedef CL_API_ENTRY cl_int
79 typedef CL_API_ENTRY cl_int
90 const void *,size_t,void *),void *user_data,cl_int *errcode_ret)
93 typedef CL_API_ENTRY cl_int
102 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
104 typedef CL_API_ENTRY cl_int
108 typedef CL_API_ENTRY cl_int
112 typedef CL_API_ENTRY cl_int
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/api/
Devent.cpp29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try { in clCreateUserEvent()
41 PUBLIC cl_int
42 clSetUserEventStatus(cl_event ev, cl_int status) { in clSetUserEventStatus()
60 PUBLIC cl_int
90 PUBLIC cl_int
107 return scalar_property<cl_int>(buf, size, size_ret, ev->status()); in clGetEventInfo()
117 PUBLIC cl_int
118 clSetEventCallback(cl_event ev, cl_int type, in clSetEventCallback() argument
119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int, in clSetEventCallback()
143 PUBLIC cl_int
[all …]
Dprogram.cpp31 cl_int *errcode_ret) try { in clCreateProgramWithSource()
59 const unsigned char **binaries, cl_int *status_ret, in clCreateProgramWithBinary()
60 cl_int *errcode_ret) try { in clCreateProgramWithBinary()
74 [](const unsigned char *p, size_t l) -> std::pair<cl_int, module> { in clCreateProgramWithBinary()
93 keys<cl_int, module>); in clCreateProgramWithBinary()
95 if (any_of(key_equals<cl_int, module>(CL_INVALID_VALUE), in clCreateProgramWithBinary()
99 if (any_of(key_equals<cl_int, module>(CL_INVALID_BINARY), in clCreateProgramWithBinary()
106 map(values<cl_int, module>, in clCreateProgramWithBinary()
114 PUBLIC cl_int
123 PUBLIC cl_int
[all …]
Dcontext.cpp33 void *user_data, cl_int *errcode_ret) try { in clCreateContext()
64 void *user_data, cl_int *errcode_ret) { in clCreateContextFromType()
66 cl_int ret; in clCreateContextFromType()
77 PUBLIC cl_int
86 PUBLIC cl_int
97 PUBLIC cl_int
Dqueue.cpp31 cl_int *errcode_ret) try { in clCreateCommandQueue()
50 PUBLIC cl_int
59 PUBLIC cl_int
70 PUBLIC cl_int
95 PUBLIC cl_int
Dmemory.cpp31 void *host_ptr, cl_int *errcode_ret) try { in clCreateBuffer()
57 const void *op_info, cl_int *errcode_ret) try { in clCreateSubBuffer()
97 void *host_ptr, cl_int *errcode_ret) try { in clCreateImage2D()
133 void *host_ptr, cl_int *errcode_ret) try { in clCreateImage3D()
164 PUBLIC cl_int
193 PUBLIC cl_int
237 PUBLIC cl_int
272 PUBLIC cl_int
281 PUBLIC cl_int
292 PUBLIC cl_int
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
Dopencl_svm_hsa_extension.hpp86 typedef CL_API_ENTRY cl_int
102 typedef CL_API_ENTRY cl_int
114 typedef CL_API_ENTRY cl_int
126 typedef CL_API_ENTRY cl_int
138 typedef CL_API_ENTRY cl_int
147 typedef CL_API_ENTRY cl_int
154 typedef CL_API_ENTRY cl_int
Dopencl_svm_20.hpp34 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint a…
39 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMemcpy)(cl_command_queue command_queue, c…
41 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMemFill)(cl_command_queue command_queue, …
43 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMap)(cl_command_queue command_queue, cl_b…
45 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, vo…
/external/opencv3/modules/core/src/opencl/runtime/
Dopencl_core.cpp212 cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint arg_index, const void* arg…
213 …opencl_fn3<OPENCL_FN_clSetKernelArgSVMPointer, cl_int, cl_kernel, cl_uint, const void*>::switch_fn;
221 cl_int (CL_API_CALL *clEnqueueSVMMemcpy)(cl_command_queue command_queue, cl_bool blocking_copy, voi…
222 …opencl_fn8<OPENCL_FN_clEnqueueSVMMemcpy, cl_int, cl_command_queue, cl_bool, void*, const void*, si…
224 cl_int (CL_API_CALL *clEnqueueSVMMemFill)(cl_command_queue command_queue, void* svm_ptr, const void…
225 …opencl_fn8<OPENCL_FN_clEnqueueSVMMemFill, cl_int, cl_command_queue, void*, const void*, size_t, si…
227 cl_int (CL_API_CALL *clEnqueueSVMMap)(cl_command_queue command_queue, cl_bool blocking_map, cl_map_…
228 …opencl_fn8<OPENCL_FN_clEnqueueSVMMap, cl_int, cl_command_queue, cl_bool, cl_map_flags, void*, size…
230 cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, void* svm_ptr, cl_uint num_…
231 …opencl_fn5<OPENCL_FN_clEnqueueSVMUnmap, cl_int, cl_command_queue, void*, cl_uint, const cl_event*,…
/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.hpp61 void abort(cl_int status);
64 virtual cl_int status() const = 0;
74 cl_int __status;
104 virtual cl_int status() const;
131 virtual cl_int status() const;

12