| /OK3568_Linux_fs/external/libmali/include/CL/ |
| H A D | cl.h | 54 typedef cl_uint cl_bool; /* WARNING! Unlike cl_ types in cl_platfo… 57 typedef cl_uint cl_platform_info; 58 typedef cl_uint cl_device_info; 60 typedef cl_uint cl_device_mem_cache_type; 61 typedef cl_uint cl_device_local_mem_type; 68 typedef cl_uint cl_context_info; 69 typedef cl_uint cl_command_queue_info; 70 typedef cl_uint cl_channel_order; 71 typedef cl_uint cl_channel_type; 73 typedef cl_uint cl_mem_object_type; [all …]
|
| H A D | cl_va_api_media_sharing_intel.h | 96 typedef cl_uint cl_va_api_device_source_intel; 97 typedef cl_uint cl_va_api_device_set_intel; 105 cl_uint /* num_entries */, 107 cl_uint* /* num_devices */) CL_EXT_SUFFIX__VERSION_1_2; 114 cl_uint /* num_entries */, 116 cl_uint* /* num_devices */) CL_EXT_SUFFIX__VERSION_1_2; 123 cl_uint /* plane */, 130 cl_uint /* plane */, 136 cl_uint /* num_objects */, 138 cl_uint /* num_events_in_wait_list */, [all …]
|
| H A D | cl_ext.h | 113 clIcdGetPlatformIDsKHR(cl_uint /* num_entries */, 115 cl_uint * /* num_platforms */); 118 cl_uint /* num_entries */, 120 cl_uint * /* num_platforms */); 214 cl_uint /*num_entries*/, 216 cl_uint * /*num_devices*/ ) CL_EXT_SUFFIX__VERSION_1_1; 221 cl_uint /*num_entries*/, 223 … cl_uint * /*num_devices*/ ) CL_EXT_SUFFIX__VERSION_1_1; 271 typedef cl_uint cl_image_pitch_info_qcom; 287 cl_uint allocation_type; [all …]
|
| H A D | cl_dx9_media_sharing_intel.h | 72 typedef cl_uint cl_dx9_device_source_intel; 73 typedef cl_uint cl_dx9_device_set_intel; 113 cl_uint /* num_entries */, 115 cl_uint* /* num_devices */) CL_EXT_SUFFIX__VERSION_1_1; 122 cl_uint /* num_entries */, 124 cl_uint* /* num_devices */) CL_EXT_SUFFIX__VERSION_1_1; 146 cl_uint /* num_objects */, 148 cl_uint /* num_events_in_wait_list */, 154 cl_uint /* num_objects */, 156 cl_uint /* num_events_in_wait_list */, [all …]
|
| H A D | cl_dx9_media_sharing.h | 45 typedef cl_uint cl_dx9_media_adapter_type_khr; 46 typedef cl_uint cl_dx9_media_adapter_set_khr; 95 cl_uint num_media_adapters, 99 cl_uint num_entries, 101 cl_uint * num_devices) CL_API_SUFFIX__VERSION_1_2; 108 …cl_uint plane, … 113 cl_uint num_objects, 115 cl_uint num_events_in_wait_list, 121 cl_uint num_objects, 123 cl_uint num_events_in_wait_list,
|
| H A D | cl_d3d11.h | 46 typedef cl_uint cl_d3d11_device_source_khr; 47 typedef cl_uint cl_d3d11_device_set_khr; 86 cl_uint num_entries, 88 cl_uint * num_devices) CL_API_SUFFIX__VERSION_1_2; 112 cl_uint num_objects, 114 cl_uint num_events_in_wait_list, 120 cl_uint num_objects, 122 cl_uint num_events_in_wait_list,
|
| H A D | cl_egl.h | 86 cl_uint /* num_objects */, 88 cl_uint /* num_events_in_wait_list */, 94 cl_uint num_objects, 96 cl_uint num_events_in_wait_list, 103 cl_uint /* num_objects */, 105 cl_uint /* num_events_in_wait_list */, 111 cl_uint num_objects, 113 cl_uint num_events_in_wait_list,
|
| H A D | cl_d3d10.h | 46 typedef cl_uint cl_d3d10_device_source_khr; 47 typedef cl_uint cl_d3d10_device_set_khr; 86 cl_uint num_entries, 88 cl_uint * num_devices) CL_API_SUFFIX__VERSION_1_0; 112 cl_uint num_objects, 114 cl_uint num_events_in_wait_list, 120 cl_uint num_objects, 122 cl_uint num_events_in_wait_list,
|
| H A D | cl_gl.h | 42 typedef cl_uint cl_gl_object_type; 43 typedef cl_uint cl_gl_texture_info; 44 typedef cl_uint cl_gl_platform_info; 97 cl_uint /* num_objects */, 99 cl_uint /* num_events_in_wait_list */, 105 cl_uint /* num_objects */, 107 cl_uint /* num_events_in_wait_list */, 133 typedef cl_uint cl_gl_context_info;
|
| H A D | cl_ext_intel.h | 95 typedef cl_uint cl_accelerator_type_intel; 96 typedef cl_uint cl_accelerator_info_intel; 99 cl_uint mb_block_type; 100 cl_uint subpixel_mode; 101 cl_uint sad_adjust_mode; 102 cl_uint search_path_type; 273 typedef cl_uint cl_diagnostics_verbose_level;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/opencl/runtime/autogenerated/ |
| H A D | opencl_core.hpp | 283 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_i… 284 … cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_u… 287 …T cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_… 293 …ME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*); 294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, co… 295 …T cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_… 296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, co… 299 …teSubDevices)(cl_device_id, const cl_device_partition_property*, cl_uint, cl_device_id*, cl_uint*); 302 …PORT cl_int (CL_API_CALL*clEnqueueBarrierWithWaitList)(cl_command_queue, cl_uint, const cl_event*,… 303 …eueCopyBuffer)(cl_command_queue, cl_mem, cl_mem, size_t, size_t, size_t, cl_uint, const cl_event*,… [all …]
|
| H A D | opencl_core_wrappers.hpp | 11 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() 23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* … in clCreateContext() 41 inline cl_int clCreateKernelsInProgram(cl_program p0, cl_uint p1, cl_kernel* p2, cl_uint* p3) { ret… in clCreateKernelsInProgram() 44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, cons… in clCreateProgramWithBinary() 47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* … in clCreateProgramWithBuiltInKernels() 50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_… in clCreateProgramWithSource() 59 …(cl_device_id p0, const cl_device_partition_property* p1, cl_uint p2, cl_device_id* p3, cl_uint* p… in clCreateSubDevices() 68 inline cl_int clEnqueueBarrierWithWaitList(cl_command_queue p0, cl_uint p1, const cl_event* p2, cl_… in clEnqueueBarrierWithWaitList() 71 …command_queue p0, cl_mem p1, cl_mem p2, size_t p3, size_t p4, size_t p5, cl_uint p6, const cl_even… in clEnqueueCopyBuffer() [all …]
|
| H A D | opencl_clamdfft.hpp | 111 extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftBakePlan)(clAmdFftPlanHandle plHandle, cl_uint nu… 115 …PlanHandle plHandle, clAmdFftDirection dir, cl_uint numQueuesAndEvents, cl_command_queue* commQueu… 129 …n CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftGetVersion)(cl_uint* major, cl_uint* minor, cl_uint* …
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/opencl/runtime/autogenerated/ |
| H A D | opencl_core.hpp | 283 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_i… 284 … cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_u… 287 …T cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_… 293 …ME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*); 294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, co… 295 …T cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_… 296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, co… 299 …teSubDevices)(cl_device_id, const cl_device_partition_property*, cl_uint, cl_device_id*, cl_uint*); 302 …PORT cl_int (CL_API_CALL*clEnqueueBarrierWithWaitList)(cl_command_queue, cl_uint, const cl_event*,… 303 …eueCopyBuffer)(cl_command_queue, cl_mem, cl_mem, size_t, size_t, size_t, cl_uint, const cl_event*,… [all …]
|
| H A D | opencl_core_wrappers.hpp | 11 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() 23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* … in clCreateContext() 41 inline cl_int clCreateKernelsInProgram(cl_program p0, cl_uint p1, cl_kernel* p2, cl_uint* p3) { ret… in clCreateKernelsInProgram() 44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, cons… in clCreateProgramWithBinary() 47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* … in clCreateProgramWithBuiltInKernels() 50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_… in clCreateProgramWithSource() 59 …(cl_device_id p0, const cl_device_partition_property* p1, cl_uint p2, cl_device_id* p3, cl_uint* p… in clCreateSubDevices() 68 inline cl_int clEnqueueBarrierWithWaitList(cl_command_queue p0, cl_uint p1, const cl_event* p2, cl_… in clEnqueueBarrierWithWaitList() 71 …command_queue p0, cl_mem p1, cl_mem p2, size_t p3, size_t p4, size_t p5, cl_uint p6, const cl_even… in clEnqueueCopyBuffer() [all …]
|
| H A D | opencl_clamdfft.hpp | 111 extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftBakePlan)(clAmdFftPlanHandle plHandle, cl_uint nu… 115 …PlanHandle plHandle, clAmdFftDirection dir, cl_uint numQueuesAndEvents, cl_command_queue* commQueu… 129 …n CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftGetVersion)(cl_uint* major, cl_uint* minor, cl_uint* …
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/opencl/runtime/autogenerated/ |
| H A D | opencl_core.hpp | 283 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_i… 284 … cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_u… 287 …T cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_… 293 …ME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*); 294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, co… 295 …T cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_… 296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, co… 299 …teSubDevices)(cl_device_id, const cl_device_partition_property*, cl_uint, cl_device_id*, cl_uint*); 302 …PORT cl_int (CL_API_CALL*clEnqueueBarrierWithWaitList)(cl_command_queue, cl_uint, const cl_event*,… 303 …eueCopyBuffer)(cl_command_queue, cl_mem, cl_mem, size_t, size_t, size_t, cl_uint, const cl_event*,… [all …]
|
| H A D | opencl_core_wrappers.hpp | 11 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() 23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* … in clCreateContext() 41 inline cl_int clCreateKernelsInProgram(cl_program p0, cl_uint p1, cl_kernel* p2, cl_uint* p3) { ret… in clCreateKernelsInProgram() 44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, cons… in clCreateProgramWithBinary() 47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* … in clCreateProgramWithBuiltInKernels() 50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_… in clCreateProgramWithSource() 59 …(cl_device_id p0, const cl_device_partition_property* p1, cl_uint p2, cl_device_id* p3, cl_uint* p… in clCreateSubDevices() 68 inline cl_int clEnqueueBarrierWithWaitList(cl_command_queue p0, cl_uint p1, const cl_event* p2, cl_… in clEnqueueBarrierWithWaitList() 71 …command_queue p0, cl_mem p1, cl_mem p2, size_t p3, size_t p4, size_t p5, cl_uint p6, const cl_even… in clEnqueueCopyBuffer() [all …]
|
| H A D | opencl_clamdfft.hpp | 111 extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftBakePlan)(clAmdFftPlanHandle plHandle, cl_uint nu… 115 …PlanHandle plHandle, clAmdFftDirection dir, cl_uint numQueuesAndEvents, cl_command_queue* commQueu… 129 …n CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftGetVersion)(cl_uint* major, cl_uint* minor, cl_uint* …
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/opencl/runtime/ |
| H A D | opencl_svm_hsa_extension.hpp | 42 typedef cl_uint cl_kernel_exec_info_amd; 89 cl_uint /* num_svm_pointers */, 93 cl_uint /* num_svm_pointers */, 97 cl_uint /* num_events_in_wait_list */, 109 cl_uint /* num_events_in_wait_list */, 121 cl_uint /* num_events_in_wait_list */, 133 cl_uint /* num_events_in_wait_list */, 142 cl_uint /* num_events_in_wait_list */, 150 cl_uint /* arg_index */,
|
| H A D | opencl_svm_20.hpp | 32 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint a… 38 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 40 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 42 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 44 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/opencl/runtime/ |
| H A D | opencl_svm_hsa_extension.hpp | 42 typedef cl_uint cl_kernel_exec_info_amd; 89 cl_uint /* num_svm_pointers */, 93 cl_uint /* num_svm_pointers */, 97 cl_uint /* num_events_in_wait_list */, 109 cl_uint /* num_events_in_wait_list */, 121 cl_uint /* num_events_in_wait_list */, 133 cl_uint /* num_events_in_wait_list */, 142 cl_uint /* num_events_in_wait_list */, 150 cl_uint /* arg_index */,
|
| H A D | opencl_svm_20.hpp | 32 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint a… 38 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 40 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 42 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 44 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/opencl/runtime/ |
| H A D | opencl_svm_hsa_extension.hpp | 42 typedef cl_uint cl_kernel_exec_info_amd; 89 cl_uint /* num_svm_pointers */, 93 cl_uint /* num_svm_pointers */, 97 cl_uint /* num_events_in_wait_list */, 109 cl_uint /* num_events_in_wait_list */, 121 cl_uint /* num_events_in_wait_list */, 133 cl_uint /* num_events_in_wait_list */, 142 cl_uint /* num_events_in_wait_list */, 150 cl_uint /* arg_index */,
|
| H A D | opencl_svm_20.hpp | 32 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint a… 38 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 40 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 42 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event); 44 cl_uint num_events_in_wait_list, const cl_event* event_wait_list, cl_event* event);
|