HomeSort by relevance Sort by last modified time
    Searched refs:CL_API_CALL (Results 1 - 23 of 23) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_hsa_extension.hpp 73 (CL_API_CALL * clSVMAllocAMD_fn)(
81 (CL_API_CALL * clSVMFreeAMD_fn)(
87 (CL_API_CALL * clEnqueueSVMFreeAMD_fn)(
103 (CL_API_CALL * clEnqueueSVMMemcpyAMD_fn)(
115 (CL_API_CALL * clEnqueueSVMMemFillAMD_fn)(
127 (CL_API_CALL * clEnqueueSVMMapAMD_fn)(
139 (CL_API_CALL * clEnqueueSVMUnmapAMD_fn)(
148 (CL_API_CALL * clSetKernelArgSVMPointerAMD_fn)(
155 (CL_API_CALL * clSetKernelExecInfoAMD_fn)(
opencl_svm_20.hpp 32 extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment);
33 extern CL_RUNTIME_EXPORT void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer);
34 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint arg_index, const void* arg_value);
35 //extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSetKernelExecInfo)(cl_kernel kernel, cl_kernel_exec_info param_name, size_t param_value_size, const void* param_value);
36 //extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMFree)(cl_command_queue command_queue, cl_uint num_svm_pointers, void* svm_pointers[],
39 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMemcpy)(cl_command_queue command_queue, cl_bool blocking_copy, void* dst_ptr, const void* src_ptr, size_t size,
41 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMemFill)(cl_command_queue command_queue, void* svm_ptr, const void* pattern, size_t pattern_size, size_t size,
43 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMap)(cl_command_queue command_queue, cl_bool blocking_map, cl_map_flags map_flags, void* svm_ptr, size_t size,
45 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, void* svm_ptr,
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 283 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*);
284 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*);
285 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void*, cl_int*);
286 extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*);
287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
288 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
289 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*);
290 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage2D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*);
291 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage3D)(cl_context, 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...]
  /external/mesa3d/include/CL/
cl_gl.h 61 extern CL_API_ENTRY cl_mem CL_API_CALL
67 extern CL_API_ENTRY cl_mem CL_API_CALL
75 extern CL_API_ENTRY cl_mem CL_API_CALL
83 extern CL_API_ENTRY cl_mem CL_API_CALL
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)
    [all...]
cl.h 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
475 extern CL_API_ENTRY cl_context CL_API_CALL
483 extern CL_API_ENTRY cl_context CL_API_CALL
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
504 extern CL_API_ENTRY cl_command_queue CL_API_CALL
    [all...]
cl_ext.h 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
150 (CL_API_CALL *clReleaseDeviceEXT_fn)( cl_device_id /*device*/ ) CL_EXT_SUFFIX__VERSION_1_1;
152 extern CL_API_ENTRY cl_int CL_API_CALL
156 (CL_API_CALL *clRetainDeviceEXT_fn)( cl_device_id /*device*/ ) CL_EXT_SUFFIX__VERSION_1_1;
159 extern CL_API_ENTRY cl_int CL_API_CALL
167 ( CL_API_CALL * clCreateSubDevicesEXT_fn)( cl_device_id /*in_device*/,
cl_gl_ext.h 60 extern CL_API_ENTRY cl_event CL_API_CALL
cl_platform.h 40 #define CL_API_CALL __stdcall
44 #define CL_API_CALL
    [all...]
cl.hpp     [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_ext.h 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_SUFFIX__VERSION_1_2;
150 typedef CL_API_ENTRY cl_int (CL_API_CALL *clTerminateContextKHR_fn)(cl_context /* context */) CL_EXT_SUFFIX__VERSION_1_2;
183 extern CL_API_ENTRY cl_int CL_API_CALL
187 (CL_API_CALL *clReleaseDeviceEXT_fn)( cl_device_id /*device*/ ) CL_EXT_SUFFIX__VERSION_1_1;
189 extern CL_API_ENTRY cl_int CL_API_CALL
193 (CL_API_CALL *clRetainDeviceEXT_fn)( cl_device_id /*device*/ ) CL_EXT_SUFFIX__VERSION_1_1;
196 extern CL_API_ENTRY cl_int CL_API_CALL
204 ( CL_API_CALL * clCreateSubDevicesEXT_fn)( cl_device_id /*in_device*/
    [all...]
cl_gl.h 58 extern CL_API_ENTRY cl_mem CL_API_CALL
64 extern CL_API_ENTRY cl_mem CL_API_CALL
72 extern CL_API_ENTRY cl_mem CL_API_CALL
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
108 extern CL_API_ENTRY CL_EXT_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL
116 extern CL_API_ENTRY CL_EXT_PREFIX__VERSION_1_1_DEPRECATED cl_mem CL_API_CALL
144 extern CL_API_ENTRY cl_int CL_API_CALL
    [all...]
cl_egl.h 61 extern CL_API_ENTRY cl_mem CL_API_CALL
69 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromEGLImageKHR_fn)(
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)(
114 extern CL_API_ENTRY cl_event CL_API_CALL
120 typedef CL_API_ENTRY cl_event (CL_API_CALL *clCreateEventFromEGLSyncKHR_fn)(
cl.h 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
611 extern CL_API_ENTRY cl_context CL_API_CALL
619 extern CL_API_ENTRY cl_context CL_API_CALL
626 extern CL_API_ENTRY cl_int CL_API_CALL
    [all...]
cl_d3d10.h 76 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromD3D10KHR_fn)(
85 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D10BufferKHR_fn)(
91 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D10Texture2DKHR_fn)(
98 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D10Texture3DKHR_fn)(
105 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireD3D10ObjectsKHR_fn)(
113 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseD3D10ObjectsKHR_fn)(
cl_d3d11.h 76 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromD3D11KHR_fn)(
85 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11BufferKHR_fn)(
91 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11Texture2DKHR_fn)(
98 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromD3D11Texture3DKHR_fn)(
105 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireD3D11ObjectsKHR_fn)(
113 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseD3D11ObjectsKHR_fn)(
cl_dx9_media_sharing.h 88 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDsFromDX9MediaAdapterKHR_fn)(
98 typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromDX9MediaSurfaceKHR_fn)(
106 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireDX9MediaSurfacesKHR_fn)(
114 typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseDX9MediaSurfacesKHR_fn)(
cl_gl_ext.h 60 extern CL_API_ENTRY cl_event CL_API_CALL
cl_platform.h 40 #define CL_API_CALL __stdcall
44 #define CL_API_CALL
    [all...]
cl.hpp     [all...]
  /external/ImageMagick/MagickCore/
opencl-private.h 64 (CL_API_CALL *MAGICKpfn_clGetPlatformIDs)(cl_uint num_entries,
68 (CL_API_CALL *MAGICKpfn_clGetPlatformInfo)(cl_platform_id platform,
75 (CL_API_CALL *MAGICKpfn_clGetDeviceIDs)(cl_platform_id platform,
80 (CL_API_CALL *MAGICKpfn_clGetDeviceInfo)(cl_device_id device,
87 (CL_API_CALL *MAGICKpfn_clCreateContext)(
94 (CL_API_CALL *MAGICKpfn_clReleaseContext)(cl_context context)
100 (CL_API_CALL *MAGICKpfn_clCreateCommandQueue)(cl_context context,
105 (CL_API_CALL *MAGICKpfn_clReleaseCommandQueue)(
109 (CL_API_CALL *MAGICKpfn_clFlush)(cl_command_queue command_queue)
113 (CL_API_CALL *MAGICKpfn_clFinish)(cl_command_queue command_queue
    [all...]
opencl.c     [all...]
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 101 typedef _R (CL_API_CALL*FN)();
102 static _R CL_API_CALL switch_fn()
109 typedef _R (CL_API_CALL*FN)(_T1);
110 static _R CL_API_CALL switch_fn(_T1 p1)
117 typedef _R (CL_API_CALL*FN)(_T1, _T2);
118 static _R CL_API_CALL switch_fn(_T1 p1, _T2 p2)
125 typedef _R (CL_API_CALL*FN)(_T1, _T2, _T3);
126 static _R CL_API_CALL switch_fn(_T1 p1, _T2 p2, _T3 p3)
133 typedef _R (CL_API_CALL*FN)(_T1, _T2, _T3, _T4);
134 static _R CL_API_CALL switch_fn(_T1 p1, _T2 p2, _T3 p3, _T4 p4
    [all...]
  /external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp 206 void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment) =
209 void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer) =
212 cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint arg_index, const void* arg_value) =
215 //void* (CL_API_CALL *clSetKernelExecInfo)(cl_kernel kernel, cl_kernel_exec_info param_name, size_t param_value_size, const void* param_value) =
218 //cl_int (CL_API_CALL *clEnqueueSVMFree)(...) =
221 cl_int (CL_API_CALL *clEnqueueSVMMemcpy)(cl_command_queue command_queue, cl_bool blocking_copy, void* dst_ptr, const void* src_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event) =
224 cl_int (CL_API_CALL *clEnqueueSVMMemFill)(cl_command_queue command_queue, void* svm_ptr, const void* pattern, size_t pattern_size, size_t size, cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event) =
227 cl_int (CL_API_CALL *clEnqueueSVMMap)(cl_command_queue command_queue, cl_bool blocking_map, cl_map_flags map_flags, void* svm_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event) =
230 cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, void* svm_ptr, cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event) =

Completed in 365 milliseconds