node-native-win-utils 1.4.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/README.md +29 -82
  2. package/binding.gyp +2 -0
  3. package/dist/dirnameLocal.cjs +4 -0
  4. package/dist/dirnameLocal.d.cts +1 -0
  5. package/dist/dirnameLocal.d.mts +1 -0
  6. package/dist/dirnameLocal.mjs +2 -0
  7. package/dist/{index.js → index.cjs} +83 -16
  8. package/dist/{index.d.ts → index.d.cts} +68 -17
  9. package/dist/index.d.mts +230 -0
  10. package/dist/index.mjs +212 -0
  11. package/dist/keyCodes.d.mts +101 -0
  12. package/dist/keyCodes.mjs +201 -0
  13. package/node22.json +16 -0
  14. package/package.json +19 -9
  15. package/prebuilds/win32-x64/node-native-win-utils.node +0 -0
  16. package/src/cpp/keyboard.cpp +141 -140
  17. package/src/cpp/main.cpp +9 -3
  18. package/src/cpp/{capturewindow.cpp → screenshot.cpp} +174 -2
  19. package/src/dirnameLocal.mts +3 -0
  20. package/src/index.mts +455 -0
  21. package/src/keyCodes.mts +203 -0
  22. package/dllCopy.js +0 -14
  23. package/include/opencv2/core/affine.hpp +0 -678
  24. package/include/opencv2/core/async.hpp +0 -105
  25. package/include/opencv2/core/base.hpp +0 -664
  26. package/include/opencv2/core/bindings_utils.hpp +0 -325
  27. package/include/opencv2/core/bufferpool.hpp +0 -40
  28. package/include/opencv2/core/check.hpp +0 -170
  29. package/include/opencv2/core/core.hpp +0 -48
  30. package/include/opencv2/core/core_c.h +0 -3128
  31. package/include/opencv2/core/cuda/block.hpp +0 -211
  32. package/include/opencv2/core/cuda/border_interpolate.hpp +0 -722
  33. package/include/opencv2/core/cuda/color.hpp +0 -309
  34. package/include/opencv2/core/cuda/common.hpp +0 -131
  35. package/include/opencv2/core/cuda/datamov_utils.hpp +0 -113
  36. package/include/opencv2/core/cuda/detail/color_detail.hpp +0 -2018
  37. package/include/opencv2/core/cuda/detail/reduce.hpp +0 -365
  38. package/include/opencv2/core/cuda/detail/reduce_key_val.hpp +0 -502
  39. package/include/opencv2/core/cuda/detail/transform_detail.hpp +0 -392
  40. package/include/opencv2/core/cuda/detail/type_traits_detail.hpp +0 -191
  41. package/include/opencv2/core/cuda/detail/vec_distance_detail.hpp +0 -121
  42. package/include/opencv2/core/cuda/dynamic_smem.hpp +0 -88
  43. package/include/opencv2/core/cuda/emulation.hpp +0 -269
  44. package/include/opencv2/core/cuda/filters.hpp +0 -293
  45. package/include/opencv2/core/cuda/funcattrib.hpp +0 -79
  46. package/include/opencv2/core/cuda/functional.hpp +0 -805
  47. package/include/opencv2/core/cuda/limits.hpp +0 -128
  48. package/include/opencv2/core/cuda/reduce.hpp +0 -209
  49. package/include/opencv2/core/cuda/saturate_cast.hpp +0 -292
  50. package/include/opencv2/core/cuda/scan.hpp +0 -258
  51. package/include/opencv2/core/cuda/simd_functions.hpp +0 -869
  52. package/include/opencv2/core/cuda/transform.hpp +0 -75
  53. package/include/opencv2/core/cuda/type_traits.hpp +0 -90
  54. package/include/opencv2/core/cuda/utility.hpp +0 -230
  55. package/include/opencv2/core/cuda/vec_distance.hpp +0 -232
  56. package/include/opencv2/core/cuda/vec_math.hpp +0 -923
  57. package/include/opencv2/core/cuda/vec_traits.hpp +0 -288
  58. package/include/opencv2/core/cuda/warp.hpp +0 -139
  59. package/include/opencv2/core/cuda/warp_reduce.hpp +0 -76
  60. package/include/opencv2/core/cuda/warp_shuffle.hpp +0 -162
  61. package/include/opencv2/core/cuda.hpp +0 -1279
  62. package/include/opencv2/core/cuda.inl.hpp +0 -763
  63. package/include/opencv2/core/cuda_stream_accessor.hpp +0 -86
  64. package/include/opencv2/core/cuda_types.hpp +0 -144
  65. package/include/opencv2/core/cv_cpu_dispatch.h +0 -381
  66. package/include/opencv2/core/cv_cpu_helper.h +0 -550
  67. package/include/opencv2/core/cvdef.h +0 -973
  68. package/include/opencv2/core/cvstd.hpp +0 -190
  69. package/include/opencv2/core/cvstd.inl.hpp +0 -197
  70. package/include/opencv2/core/cvstd_wrapper.hpp +0 -154
  71. package/include/opencv2/core/detail/async_promise.hpp +0 -71
  72. package/include/opencv2/core/detail/dispatch_helper.impl.hpp +0 -49
  73. package/include/opencv2/core/detail/exception_ptr.hpp +0 -27
  74. package/include/opencv2/core/directx.hpp +0 -184
  75. package/include/opencv2/core/dualquaternion.hpp +0 -979
  76. package/include/opencv2/core/dualquaternion.inl.hpp +0 -487
  77. package/include/opencv2/core/eigen.hpp +0 -402
  78. package/include/opencv2/core/fast_math.hpp +0 -433
  79. package/include/opencv2/core/hal/hal.hpp +0 -256
  80. package/include/opencv2/core/hal/interface.h +0 -190
  81. package/include/opencv2/core/hal/intrin.hpp +0 -939
  82. package/include/opencv2/core/hal/intrin_avx.hpp +0 -3177
  83. package/include/opencv2/core/hal/intrin_avx512.hpp +0 -3090
  84. package/include/opencv2/core/hal/intrin_cpp.hpp +0 -3321
  85. package/include/opencv2/core/hal/intrin_forward.hpp +0 -191
  86. package/include/opencv2/core/hal/intrin_lasx.hpp +0 -3236
  87. package/include/opencv2/core/hal/intrin_msa.hpp +0 -1887
  88. package/include/opencv2/core/hal/intrin_neon.hpp +0 -2610
  89. package/include/opencv2/core/hal/intrin_rvv.hpp +0 -3320
  90. package/include/opencv2/core/hal/intrin_rvv071.hpp +0 -2545
  91. package/include/opencv2/core/hal/intrin_rvv_scalable.hpp +0 -2080
  92. package/include/opencv2/core/hal/intrin_sse.hpp +0 -3467
  93. package/include/opencv2/core/hal/intrin_sse_em.hpp +0 -180
  94. package/include/opencv2/core/hal/intrin_vsx.hpp +0 -1608
  95. package/include/opencv2/core/hal/intrin_wasm.hpp +0 -2782
  96. package/include/opencv2/core/hal/msa_macros.h +0 -1558
  97. package/include/opencv2/core/hal/simd_utils.impl.hpp +0 -186
  98. package/include/opencv2/core/llapi/llapi.h +0 -102
  99. package/include/opencv2/core/mat.hpp +0 -3775
  100. package/include/opencv2/core/mat.inl.hpp +0 -3422
  101. package/include/opencv2/core/matx.hpp +0 -1536
  102. package/include/opencv2/core/neon_utils.hpp +0 -128
  103. package/include/opencv2/core/ocl.hpp +0 -917
  104. package/include/opencv2/core/ocl_genbase.hpp +0 -69
  105. package/include/opencv2/core/opencl/ocl_defs.hpp +0 -82
  106. package/include/opencv2/core/opencl/opencl_info.hpp +0 -212
  107. package/include/opencv2/core/opencl/opencl_svm.hpp +0 -81
  108. package/include/opencv2/core/opencl/runtime/autogenerated/opencl_clblas.hpp +0 -602
  109. package/include/opencv2/core/opencl/runtime/autogenerated/opencl_clfft.hpp +0 -146
  110. package/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp +0 -371
  111. package/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp +0 -272
  112. package/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl.hpp +0 -62
  113. package/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp +0 -42
  114. package/include/opencv2/core/opencl/runtime/opencl_clblas.hpp +0 -53
  115. package/include/opencv2/core/opencl/runtime/opencl_clfft.hpp +0 -53
  116. package/include/opencv2/core/opencl/runtime/opencl_core.hpp +0 -84
  117. package/include/opencv2/core/opencl/runtime/opencl_core_wrappers.hpp +0 -47
  118. package/include/opencv2/core/opencl/runtime/opencl_gl.hpp +0 -53
  119. package/include/opencv2/core/opencl/runtime/opencl_gl_wrappers.hpp +0 -47
  120. package/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp +0 -48
  121. package/include/opencv2/core/opencl/runtime/opencl_svm_definitions.hpp +0 -42
  122. package/include/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp +0 -166
  123. package/include/opencv2/core/opengl.hpp +0 -733
  124. package/include/opencv2/core/openvx/ovx_defs.hpp +0 -48
  125. package/include/opencv2/core/operations.hpp +0 -610
  126. package/include/opencv2/core/optim.hpp +0 -302
  127. package/include/opencv2/core/ovx.hpp +0 -28
  128. package/include/opencv2/core/parallel/backend/parallel_for.openmp.hpp +0 -72
  129. package/include/opencv2/core/parallel/backend/parallel_for.tbb.hpp +0 -153
  130. package/include/opencv2/core/parallel/parallel_backend.hpp +0 -90
  131. package/include/opencv2/core/persistence.hpp +0 -1350
  132. package/include/opencv2/core/private/cv_cpu_include_simd_declarations.hpp +0 -30
  133. package/include/opencv2/core/private.cuda.hpp +0 -169
  134. package/include/opencv2/core/private.hpp +0 -896
  135. package/include/opencv2/core/quaternion.hpp +0 -1696
  136. package/include/opencv2/core/quaternion.inl.hpp +0 -1063
  137. package/include/opencv2/core/saturate.hpp +0 -180
  138. package/include/opencv2/core/simd_intrinsics.hpp +0 -87
  139. package/include/opencv2/core/softfloat.hpp +0 -514
  140. package/include/opencv2/core/sse_utils.hpp +0 -652
  141. package/include/opencv2/core/traits.hpp +0 -417
  142. package/include/opencv2/core/types.hpp +0 -2457
  143. package/include/opencv2/core/types_c.h +0 -2126
  144. package/include/opencv2/core/utility.hpp +0 -1229
  145. package/include/opencv2/core/utils/allocator_stats.hpp +0 -29
  146. package/include/opencv2/core/utils/allocator_stats.impl.hpp +0 -158
  147. package/include/opencv2/core/utils/buffer_area.private.hpp +0 -136
  148. package/include/opencv2/core/utils/configuration.private.hpp +0 -22
  149. package/include/opencv2/core/utils/filesystem.hpp +0 -82
  150. package/include/opencv2/core/utils/filesystem.private.hpp +0 -66
  151. package/include/opencv2/core/utils/fp_control.private.hpp +0 -29
  152. package/include/opencv2/core/utils/fp_control_utils.hpp +0 -69
  153. package/include/opencv2/core/utils/instrumentation.hpp +0 -125
  154. package/include/opencv2/core/utils/lock.private.hpp +0 -119
  155. package/include/opencv2/core/utils/logger.defines.hpp +0 -42
  156. package/include/opencv2/core/utils/logger.hpp +0 -218
  157. package/include/opencv2/core/utils/logtag.hpp +0 -28
  158. package/include/opencv2/core/utils/plugin_loader.private.hpp +0 -165
  159. package/include/opencv2/core/utils/tls.hpp +0 -235
  160. package/include/opencv2/core/utils/trace.hpp +0 -252
  161. package/include/opencv2/core/utils/trace.private.hpp +0 -421
  162. package/include/opencv2/core/va_intel.hpp +0 -75
  163. package/include/opencv2/core/version.hpp +0 -26
  164. package/include/opencv2/core/vsx_utils.hpp +0 -1047
  165. package/include/opencv2/core.hpp +0 -3365
  166. package/include/opencv2/imgcodecs/imgcodecs.hpp +0 -48
  167. package/include/opencv2/imgcodecs/imgcodecs_c.h +0 -1
  168. package/include/opencv2/imgcodecs/ios.h +0 -59
  169. package/include/opencv2/imgcodecs/legacy/constants_c.h +0 -54
  170. package/include/opencv2/imgcodecs/macosx.h +0 -20
  171. package/include/opencv2/imgcodecs.hpp +0 -407
  172. package/include/opencv2/imgproc/bindings.hpp +0 -34
  173. package/include/opencv2/imgproc/detail/gcgraph.hpp +0 -395
  174. package/include/opencv2/imgproc/hal/hal.hpp +0 -246
  175. package/include/opencv2/imgproc/hal/interface.h +0 -46
  176. package/include/opencv2/imgproc/imgproc.hpp +0 -48
  177. package/include/opencv2/imgproc/imgproc_c.h +0 -1177
  178. package/include/opencv2/imgproc/segmentation.hpp +0 -141
  179. package/include/opencv2/imgproc/types_c.h +0 -659
  180. package/include/opencv2/imgproc.hpp +0 -5035
  181. package/include/opencv2/opencv_modules.hpp +0 -17
  182. package/include/tesseract/baseapi.h +0 -820
  183. package/include/tesseract/capi.h +0 -485
  184. package/include/tesseract/export.h +0 -37
  185. package/include/tesseract/ltrresultiterator.h +0 -235
  186. package/include/tesseract/ocrclass.h +0 -158
  187. package/include/tesseract/osdetect.h +0 -139
  188. package/include/tesseract/pageiterator.h +0 -364
  189. package/include/tesseract/publictypes.h +0 -281
  190. package/include/tesseract/renderer.h +0 -334
  191. package/include/tesseract/resultiterator.h +0 -250
  192. package/include/tesseract/tesseract.h +0 -40
  193. package/include/tesseract/unichar.h +0 -174
  194. package/include/tesseract/version.h +0 -34
  195. package/include/tesseract/version.h.in +0 -34
  196. package/libs/libjpeg-turbo.lib +0 -0
  197. package/libs/libpng.lib +0 -0
  198. package/libs/opencv_core470.lib +0 -0
  199. package/libs/opencv_imgcodecs470.lib +0 -0
  200. package/libs/opencv_imgproc470.lib +0 -0
  201. package/libs/tesseract.lib +0 -0
  202. package/libs/zlib.lib +0 -0
  203. /package/dist/{keyCodes.js → keyCodes.cjs} +0 -0
  204. /package/dist/{keyCodes.d.ts → keyCodes.d.cts} +0 -0
@@ -1,146 +0,0 @@
1
- //
2
- // AUTOGENERATED, DO NOT EDIT
3
- //
4
- #ifndef OPENCV_CORE_OCL_RUNTIME_CLAMDFFT_HPP
5
- #error "Invalid usage"
6
- #endif
7
-
8
- // generated by parser_clfft.py
9
- #define clfftBakePlan clfftBakePlan_
10
- #define clfftCopyPlan clfftCopyPlan_
11
- #define clfftCreateDefaultPlan clfftCreateDefaultPlan_
12
- #define clfftDestroyPlan clfftDestroyPlan_
13
- #define clfftEnqueueTransform clfftEnqueueTransform_
14
- #define clfftGetLayout clfftGetLayout_
15
- #define clfftGetPlanBatchSize clfftGetPlanBatchSize_
16
- #define clfftGetPlanContext clfftGetPlanContext_
17
- #define clfftGetPlanDim clfftGetPlanDim_
18
- #define clfftGetPlanDistance clfftGetPlanDistance_
19
- #define clfftGetPlanInStride clfftGetPlanInStride_
20
- #define clfftGetPlanLength clfftGetPlanLength_
21
- #define clfftGetPlanOutStride clfftGetPlanOutStride_
22
- #define clfftGetPlanPrecision clfftGetPlanPrecision_
23
- #define clfftGetPlanScale clfftGetPlanScale_
24
- #define clfftGetPlanTransposeResult clfftGetPlanTransposeResult_
25
- #define clfftGetResultLocation clfftGetResultLocation_
26
- #define clfftGetTmpBufSize clfftGetTmpBufSize_
27
- #define clfftGetVersion clfftGetVersion_
28
- #define clfftSetLayout clfftSetLayout_
29
- #define clfftSetPlanBatchSize clfftSetPlanBatchSize_
30
- #define clfftSetPlanCallback clfftSetPlanCallback_
31
- #define clfftSetPlanDim clfftSetPlanDim_
32
- #define clfftSetPlanDistance clfftSetPlanDistance_
33
- #define clfftSetPlanInStride clfftSetPlanInStride_
34
- #define clfftSetPlanLength clfftSetPlanLength_
35
- #define clfftSetPlanOutStride clfftSetPlanOutStride_
36
- #define clfftSetPlanPrecision clfftSetPlanPrecision_
37
- #define clfftSetPlanScale clfftSetPlanScale_
38
- #define clfftSetPlanTransposeResult clfftSetPlanTransposeResult_
39
- #define clfftSetResultLocation clfftSetResultLocation_
40
- #define clfftSetup clfftSetup_
41
- #define clfftTeardown clfftTeardown_
42
-
43
- #include <clFFT.h>
44
-
45
- // generated by parser_clfft.py
46
- #undef clfftBakePlan
47
- #define clfftBakePlan clfftBakePlan_pfn
48
- #undef clfftCopyPlan
49
- //#define clfftCopyPlan clfftCopyPlan_pfn
50
- #undef clfftCreateDefaultPlan
51
- #define clfftCreateDefaultPlan clfftCreateDefaultPlan_pfn
52
- #undef clfftDestroyPlan
53
- #define clfftDestroyPlan clfftDestroyPlan_pfn
54
- #undef clfftEnqueueTransform
55
- #define clfftEnqueueTransform clfftEnqueueTransform_pfn
56
- #undef clfftGetLayout
57
- //#define clfftGetLayout clfftGetLayout_pfn
58
- #undef clfftGetPlanBatchSize
59
- //#define clfftGetPlanBatchSize clfftGetPlanBatchSize_pfn
60
- #undef clfftGetPlanContext
61
- //#define clfftGetPlanContext clfftGetPlanContext_pfn
62
- #undef clfftGetPlanDim
63
- //#define clfftGetPlanDim clfftGetPlanDim_pfn
64
- #undef clfftGetPlanDistance
65
- //#define clfftGetPlanDistance clfftGetPlanDistance_pfn
66
- #undef clfftGetPlanInStride
67
- //#define clfftGetPlanInStride clfftGetPlanInStride_pfn
68
- #undef clfftGetPlanLength
69
- //#define clfftGetPlanLength clfftGetPlanLength_pfn
70
- #undef clfftGetPlanOutStride
71
- //#define clfftGetPlanOutStride clfftGetPlanOutStride_pfn
72
- #undef clfftGetPlanPrecision
73
- //#define clfftGetPlanPrecision clfftGetPlanPrecision_pfn
74
- #undef clfftGetPlanScale
75
- //#define clfftGetPlanScale clfftGetPlanScale_pfn
76
- #undef clfftGetPlanTransposeResult
77
- //#define clfftGetPlanTransposeResult clfftGetPlanTransposeResult_pfn
78
- #undef clfftGetResultLocation
79
- //#define clfftGetResultLocation clfftGetResultLocation_pfn
80
- #undef clfftGetTmpBufSize
81
- #define clfftGetTmpBufSize clfftGetTmpBufSize_pfn
82
- #undef clfftGetVersion
83
- #define clfftGetVersion clfftGetVersion_pfn
84
- #undef clfftSetLayout
85
- #define clfftSetLayout clfftSetLayout_pfn
86
- #undef clfftSetPlanBatchSize
87
- #define clfftSetPlanBatchSize clfftSetPlanBatchSize_pfn
88
- #undef clfftSetPlanCallback
89
- //#define clfftSetPlanCallback clfftSetPlanCallback_pfn
90
- #undef clfftSetPlanDim
91
- //#define clfftSetPlanDim clfftSetPlanDim_pfn
92
- #undef clfftSetPlanDistance
93
- #define clfftSetPlanDistance clfftSetPlanDistance_pfn
94
- #undef clfftSetPlanInStride
95
- #define clfftSetPlanInStride clfftSetPlanInStride_pfn
96
- #undef clfftSetPlanLength
97
- //#define clfftSetPlanLength clfftSetPlanLength_pfn
98
- #undef clfftSetPlanOutStride
99
- #define clfftSetPlanOutStride clfftSetPlanOutStride_pfn
100
- #undef clfftSetPlanPrecision
101
- #define clfftSetPlanPrecision clfftSetPlanPrecision_pfn
102
- #undef clfftSetPlanScale
103
- #define clfftSetPlanScale clfftSetPlanScale_pfn
104
- #undef clfftSetPlanTransposeResult
105
- //#define clfftSetPlanTransposeResult clfftSetPlanTransposeResult_pfn
106
- #undef clfftSetResultLocation
107
- #define clfftSetResultLocation clfftSetResultLocation_pfn
108
- #undef clfftSetup
109
- #define clfftSetup clfftSetup_pfn
110
- #undef clfftTeardown
111
- #define clfftTeardown clfftTeardown_pfn
112
-
113
- // generated by parser_clfft.py
114
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftBakePlan)(clfftPlanHandle plHandle, cl_uint numQueues, cl_command_queue* commQueueFFT, void (CL_CALLBACK* pfn_notify) (clfftPlanHandle plHandle, void* user_data), void* user_data);
115
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftCopyPlan)(clfftPlanHandle* out_plHandle, cl_context new_context, clfftPlanHandle in_plHandle);
116
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftCreateDefaultPlan)(clfftPlanHandle* plHandle, cl_context context, const clfftDim dim, const size_t* clLengths);
117
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftDestroyPlan)(clfftPlanHandle* plHandle);
118
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftEnqueueTransform)(clfftPlanHandle plHandle, clfftDirection dir, cl_uint numQueuesAndEvents, cl_command_queue* commQueues, cl_uint numWaitEvents, const cl_event* waitEvents, cl_event* outEvents, cl_mem* inputBuffers, cl_mem* outputBuffers, cl_mem tmpBuffer);
119
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetLayout)(const clfftPlanHandle plHandle, clfftLayout* iLayout, clfftLayout* oLayout);
120
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanBatchSize)(const clfftPlanHandle plHandle, size_t* batchSize);
121
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanContext)(const clfftPlanHandle plHandle, cl_context* context);
122
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanDim)(const clfftPlanHandle plHandle, clfftDim* dim, cl_uint* size);
123
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanDistance)(const clfftPlanHandle plHandle, size_t* iDist, size_t* oDist);
124
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanInStride)(const clfftPlanHandle plHandle, const clfftDim dim, size_t* clStrides);
125
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanLength)(const clfftPlanHandle plHandle, const clfftDim dim, size_t* clLengths);
126
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanOutStride)(const clfftPlanHandle plHandle, const clfftDim dim, size_t* clStrides);
127
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanPrecision)(const clfftPlanHandle plHandle, clfftPrecision* precision);
128
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanScale)(const clfftPlanHandle plHandle, clfftDirection dir, cl_float* scale);
129
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetPlanTransposeResult)(const clfftPlanHandle plHandle, clfftResultTransposed* transposed);
130
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetResultLocation)(const clfftPlanHandle plHandle, clfftResultLocation* placeness);
131
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetTmpBufSize)(const clfftPlanHandle plHandle, size_t* buffersize);
132
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftGetVersion)(cl_uint* major, cl_uint* minor, cl_uint* patch);
133
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetLayout)(clfftPlanHandle plHandle, clfftLayout iLayout, clfftLayout oLayout);
134
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanBatchSize)(clfftPlanHandle plHandle, size_t batchSize);
135
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanCallback)(clfftPlanHandle plHandle, const char* funcName, const char* funcString, int localMemSize, clfftCallbackType callbackType, cl_mem* userdata, int numUserdataBuffers);
136
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanDim)(clfftPlanHandle plHandle, const clfftDim dim);
137
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanDistance)(clfftPlanHandle plHandle, size_t iDist, size_t oDist);
138
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanInStride)(clfftPlanHandle plHandle, const clfftDim dim, size_t* clStrides);
139
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanLength)(clfftPlanHandle plHandle, const clfftDim dim, const size_t* clLengths);
140
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanOutStride)(clfftPlanHandle plHandle, const clfftDim dim, size_t* clStrides);
141
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanPrecision)(clfftPlanHandle plHandle, clfftPrecision precision);
142
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanScale)(clfftPlanHandle plHandle, clfftDirection dir, cl_float scale);
143
- //extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetPlanTransposeResult)(clfftPlanHandle plHandle, clfftResultTransposed transposed);
144
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetResultLocation)(clfftPlanHandle plHandle, clfftResultLocation placeness);
145
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftSetup)(const clfftSetupData* setupData);
146
- extern CL_RUNTIME_EXPORT clfftStatus (*clfftTeardown)();
@@ -1,371 +0,0 @@
1
- //
2
- // AUTOGENERATED, DO NOT EDIT
3
- //
4
- #ifndef OPENCV_CORE_OCL_RUNTIME_OPENCL_CORE_HPP
5
- #error "Invalid usage"
6
- #endif
7
-
8
- // generated by parser_cl.py
9
- #define clBuildProgram clBuildProgram_
10
- #define clCompileProgram clCompileProgram_
11
- #define clCreateBuffer clCreateBuffer_
12
- #define clCreateCommandQueue clCreateCommandQueue_
13
- #define clCreateContext clCreateContext_
14
- #define clCreateContextFromType clCreateContextFromType_
15
- #define clCreateImage clCreateImage_
16
- #define clCreateImage2D clCreateImage2D_
17
- #define clCreateImage3D clCreateImage3D_
18
- #define clCreateKernel clCreateKernel_
19
- #define clCreateKernelsInProgram clCreateKernelsInProgram_
20
- #define clCreateProgramWithBinary clCreateProgramWithBinary_
21
- #define clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels_
22
- #define clCreateProgramWithSource clCreateProgramWithSource_
23
- #define clCreateSampler clCreateSampler_
24
- #define clCreateSubBuffer clCreateSubBuffer_
25
- #define clCreateSubDevices clCreateSubDevices_
26
- #define clCreateUserEvent clCreateUserEvent_
27
- #define clEnqueueBarrier clEnqueueBarrier_
28
- #define clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList_
29
- #define clEnqueueCopyBuffer clEnqueueCopyBuffer_
30
- #define clEnqueueCopyBufferRect clEnqueueCopyBufferRect_
31
- #define clEnqueueCopyBufferToImage clEnqueueCopyBufferToImage_
32
- #define clEnqueueCopyImage clEnqueueCopyImage_
33
- #define clEnqueueCopyImageToBuffer clEnqueueCopyImageToBuffer_
34
- #define clEnqueueFillBuffer clEnqueueFillBuffer_
35
- #define clEnqueueFillImage clEnqueueFillImage_
36
- #define clEnqueueMapBuffer clEnqueueMapBuffer_
37
- #define clEnqueueMapImage clEnqueueMapImage_
38
- #define clEnqueueMarker clEnqueueMarker_
39
- #define clEnqueueMarkerWithWaitList clEnqueueMarkerWithWaitList_
40
- #define clEnqueueMigrateMemObjects clEnqueueMigrateMemObjects_
41
- #define clEnqueueNDRangeKernel clEnqueueNDRangeKernel_
42
- #define clEnqueueNativeKernel clEnqueueNativeKernel_
43
- #define clEnqueueReadBuffer clEnqueueReadBuffer_
44
- #define clEnqueueReadBufferRect clEnqueueReadBufferRect_
45
- #define clEnqueueReadImage clEnqueueReadImage_
46
- #define clEnqueueTask clEnqueueTask_
47
- #define clEnqueueUnmapMemObject clEnqueueUnmapMemObject_
48
- #define clEnqueueWaitForEvents clEnqueueWaitForEvents_
49
- #define clEnqueueWriteBuffer clEnqueueWriteBuffer_
50
- #define clEnqueueWriteBufferRect clEnqueueWriteBufferRect_
51
- #define clEnqueueWriteImage clEnqueueWriteImage_
52
- #define clFinish clFinish_
53
- #define clFlush clFlush_
54
- #define clGetCommandQueueInfo clGetCommandQueueInfo_
55
- #define clGetContextInfo clGetContextInfo_
56
- #define clGetDeviceIDs clGetDeviceIDs_
57
- #define clGetDeviceInfo clGetDeviceInfo_
58
- #define clGetEventInfo clGetEventInfo_
59
- #define clGetEventProfilingInfo clGetEventProfilingInfo_
60
- #define clGetExtensionFunctionAddress clGetExtensionFunctionAddress_
61
- #define clGetExtensionFunctionAddressForPlatform clGetExtensionFunctionAddressForPlatform_
62
- #define clGetImageInfo clGetImageInfo_
63
- #define clGetKernelArgInfo clGetKernelArgInfo_
64
- #define clGetKernelInfo clGetKernelInfo_
65
- #define clGetKernelWorkGroupInfo clGetKernelWorkGroupInfo_
66
- #define clGetMemObjectInfo clGetMemObjectInfo_
67
- #define clGetPlatformIDs clGetPlatformIDs_
68
- #define clGetPlatformInfo clGetPlatformInfo_
69
- #define clGetProgramBuildInfo clGetProgramBuildInfo_
70
- #define clGetProgramInfo clGetProgramInfo_
71
- #define clGetSamplerInfo clGetSamplerInfo_
72
- #define clGetSupportedImageFormats clGetSupportedImageFormats_
73
- #define clLinkProgram clLinkProgram_
74
- #define clReleaseCommandQueue clReleaseCommandQueue_
75
- #define clReleaseContext clReleaseContext_
76
- #define clReleaseDevice clReleaseDevice_
77
- #define clReleaseEvent clReleaseEvent_
78
- #define clReleaseKernel clReleaseKernel_
79
- #define clReleaseMemObject clReleaseMemObject_
80
- #define clReleaseProgram clReleaseProgram_
81
- #define clReleaseSampler clReleaseSampler_
82
- #define clRetainCommandQueue clRetainCommandQueue_
83
- #define clRetainContext clRetainContext_
84
- #define clRetainDevice clRetainDevice_
85
- #define clRetainEvent clRetainEvent_
86
- #define clRetainKernel clRetainKernel_
87
- #define clRetainMemObject clRetainMemObject_
88
- #define clRetainProgram clRetainProgram_
89
- #define clRetainSampler clRetainSampler_
90
- #define clSetEventCallback clSetEventCallback_
91
- #define clSetKernelArg clSetKernelArg_
92
- #define clSetMemObjectDestructorCallback clSetMemObjectDestructorCallback_
93
- #define clSetUserEventStatus clSetUserEventStatus_
94
- #define clUnloadCompiler clUnloadCompiler_
95
- #define clUnloadPlatformCompiler clUnloadPlatformCompiler_
96
- #define clWaitForEvents clWaitForEvents_
97
-
98
- #if defined __APPLE__
99
- #define CL_SILENCE_DEPRECATION
100
- #include <OpenCL/cl.h>
101
- #else
102
- #include <CL/cl.h>
103
- #endif
104
-
105
- // generated by parser_cl.py
106
- #undef clBuildProgram
107
- #define clBuildProgram clBuildProgram_pfn
108
- #undef clCompileProgram
109
- #define clCompileProgram clCompileProgram_pfn
110
- #undef clCreateBuffer
111
- #define clCreateBuffer clCreateBuffer_pfn
112
- #undef clCreateCommandQueue
113
- #define clCreateCommandQueue clCreateCommandQueue_pfn
114
- #undef clCreateContext
115
- #define clCreateContext clCreateContext_pfn
116
- #undef clCreateContextFromType
117
- #define clCreateContextFromType clCreateContextFromType_pfn
118
- #undef clCreateImage
119
- #define clCreateImage clCreateImage_pfn
120
- #undef clCreateImage2D
121
- #define clCreateImage2D clCreateImage2D_pfn
122
- #undef clCreateImage3D
123
- #define clCreateImage3D clCreateImage3D_pfn
124
- #undef clCreateKernel
125
- #define clCreateKernel clCreateKernel_pfn
126
- #undef clCreateKernelsInProgram
127
- #define clCreateKernelsInProgram clCreateKernelsInProgram_pfn
128
- #undef clCreateProgramWithBinary
129
- #define clCreateProgramWithBinary clCreateProgramWithBinary_pfn
130
- #undef clCreateProgramWithBuiltInKernels
131
- #define clCreateProgramWithBuiltInKernels clCreateProgramWithBuiltInKernels_pfn
132
- #undef clCreateProgramWithSource
133
- #define clCreateProgramWithSource clCreateProgramWithSource_pfn
134
- #undef clCreateSampler
135
- #define clCreateSampler clCreateSampler_pfn
136
- #undef clCreateSubBuffer
137
- #define clCreateSubBuffer clCreateSubBuffer_pfn
138
- #undef clCreateSubDevices
139
- #define clCreateSubDevices clCreateSubDevices_pfn
140
- #undef clCreateUserEvent
141
- #define clCreateUserEvent clCreateUserEvent_pfn
142
- #undef clEnqueueBarrier
143
- #define clEnqueueBarrier clEnqueueBarrier_pfn
144
- #undef clEnqueueBarrierWithWaitList
145
- #define clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList_pfn
146
- #undef clEnqueueCopyBuffer
147
- #define clEnqueueCopyBuffer clEnqueueCopyBuffer_pfn
148
- #undef clEnqueueCopyBufferRect
149
- #define clEnqueueCopyBufferRect clEnqueueCopyBufferRect_pfn
150
- #undef clEnqueueCopyBufferToImage
151
- #define clEnqueueCopyBufferToImage clEnqueueCopyBufferToImage_pfn
152
- #undef clEnqueueCopyImage
153
- #define clEnqueueCopyImage clEnqueueCopyImage_pfn
154
- #undef clEnqueueCopyImageToBuffer
155
- #define clEnqueueCopyImageToBuffer clEnqueueCopyImageToBuffer_pfn
156
- #undef clEnqueueFillBuffer
157
- #define clEnqueueFillBuffer clEnqueueFillBuffer_pfn
158
- #undef clEnqueueFillImage
159
- #define clEnqueueFillImage clEnqueueFillImage_pfn
160
- #undef clEnqueueMapBuffer
161
- #define clEnqueueMapBuffer clEnqueueMapBuffer_pfn
162
- #undef clEnqueueMapImage
163
- #define clEnqueueMapImage clEnqueueMapImage_pfn
164
- #undef clEnqueueMarker
165
- #define clEnqueueMarker clEnqueueMarker_pfn
166
- #undef clEnqueueMarkerWithWaitList
167
- #define clEnqueueMarkerWithWaitList clEnqueueMarkerWithWaitList_pfn
168
- #undef clEnqueueMigrateMemObjects
169
- #define clEnqueueMigrateMemObjects clEnqueueMigrateMemObjects_pfn
170
- #undef clEnqueueNDRangeKernel
171
- #define clEnqueueNDRangeKernel clEnqueueNDRangeKernel_pfn
172
- #undef clEnqueueNativeKernel
173
- #define clEnqueueNativeKernel clEnqueueNativeKernel_pfn
174
- #undef clEnqueueReadBuffer
175
- #define clEnqueueReadBuffer clEnqueueReadBuffer_pfn
176
- #undef clEnqueueReadBufferRect
177
- #define clEnqueueReadBufferRect clEnqueueReadBufferRect_pfn
178
- #undef clEnqueueReadImage
179
- #define clEnqueueReadImage clEnqueueReadImage_pfn
180
- #undef clEnqueueTask
181
- #define clEnqueueTask clEnqueueTask_pfn
182
- #undef clEnqueueUnmapMemObject
183
- #define clEnqueueUnmapMemObject clEnqueueUnmapMemObject_pfn
184
- #undef clEnqueueWaitForEvents
185
- #define clEnqueueWaitForEvents clEnqueueWaitForEvents_pfn
186
- #undef clEnqueueWriteBuffer
187
- #define clEnqueueWriteBuffer clEnqueueWriteBuffer_pfn
188
- #undef clEnqueueWriteBufferRect
189
- #define clEnqueueWriteBufferRect clEnqueueWriteBufferRect_pfn
190
- #undef clEnqueueWriteImage
191
- #define clEnqueueWriteImage clEnqueueWriteImage_pfn
192
- #undef clFinish
193
- #define clFinish clFinish_pfn
194
- #undef clFlush
195
- #define clFlush clFlush_pfn
196
- #undef clGetCommandQueueInfo
197
- #define clGetCommandQueueInfo clGetCommandQueueInfo_pfn
198
- #undef clGetContextInfo
199
- #define clGetContextInfo clGetContextInfo_pfn
200
- #undef clGetDeviceIDs
201
- #define clGetDeviceIDs clGetDeviceIDs_pfn
202
- #undef clGetDeviceInfo
203
- #define clGetDeviceInfo clGetDeviceInfo_pfn
204
- #undef clGetEventInfo
205
- #define clGetEventInfo clGetEventInfo_pfn
206
- #undef clGetEventProfilingInfo
207
- #define clGetEventProfilingInfo clGetEventProfilingInfo_pfn
208
- #undef clGetExtensionFunctionAddress
209
- #define clGetExtensionFunctionAddress clGetExtensionFunctionAddress_pfn
210
- #undef clGetExtensionFunctionAddressForPlatform
211
- #define clGetExtensionFunctionAddressForPlatform clGetExtensionFunctionAddressForPlatform_pfn
212
- #undef clGetImageInfo
213
- #define clGetImageInfo clGetImageInfo_pfn
214
- #undef clGetKernelArgInfo
215
- #define clGetKernelArgInfo clGetKernelArgInfo_pfn
216
- #undef clGetKernelInfo
217
- #define clGetKernelInfo clGetKernelInfo_pfn
218
- #undef clGetKernelWorkGroupInfo
219
- #define clGetKernelWorkGroupInfo clGetKernelWorkGroupInfo_pfn
220
- #undef clGetMemObjectInfo
221
- #define clGetMemObjectInfo clGetMemObjectInfo_pfn
222
- #undef clGetPlatformIDs
223
- #define clGetPlatformIDs clGetPlatformIDs_pfn
224
- #undef clGetPlatformInfo
225
- #define clGetPlatformInfo clGetPlatformInfo_pfn
226
- #undef clGetProgramBuildInfo
227
- #define clGetProgramBuildInfo clGetProgramBuildInfo_pfn
228
- #undef clGetProgramInfo
229
- #define clGetProgramInfo clGetProgramInfo_pfn
230
- #undef clGetSamplerInfo
231
- #define clGetSamplerInfo clGetSamplerInfo_pfn
232
- #undef clGetSupportedImageFormats
233
- #define clGetSupportedImageFormats clGetSupportedImageFormats_pfn
234
- #undef clLinkProgram
235
- #define clLinkProgram clLinkProgram_pfn
236
- #undef clReleaseCommandQueue
237
- #define clReleaseCommandQueue clReleaseCommandQueue_pfn
238
- #undef clReleaseContext
239
- #define clReleaseContext clReleaseContext_pfn
240
- #undef clReleaseDevice
241
- #define clReleaseDevice clReleaseDevice_pfn
242
- #undef clReleaseEvent
243
- #define clReleaseEvent clReleaseEvent_pfn
244
- #undef clReleaseKernel
245
- #define clReleaseKernel clReleaseKernel_pfn
246
- #undef clReleaseMemObject
247
- #define clReleaseMemObject clReleaseMemObject_pfn
248
- #undef clReleaseProgram
249
- #define clReleaseProgram clReleaseProgram_pfn
250
- #undef clReleaseSampler
251
- #define clReleaseSampler clReleaseSampler_pfn
252
- #undef clRetainCommandQueue
253
- #define clRetainCommandQueue clRetainCommandQueue_pfn
254
- #undef clRetainContext
255
- #define clRetainContext clRetainContext_pfn
256
- #undef clRetainDevice
257
- #define clRetainDevice clRetainDevice_pfn
258
- #undef clRetainEvent
259
- #define clRetainEvent clRetainEvent_pfn
260
- #undef clRetainKernel
261
- #define clRetainKernel clRetainKernel_pfn
262
- #undef clRetainMemObject
263
- #define clRetainMemObject clRetainMemObject_pfn
264
- #undef clRetainProgram
265
- #define clRetainProgram clRetainProgram_pfn
266
- #undef clRetainSampler
267
- #define clRetainSampler clRetainSampler_pfn
268
- #undef clSetEventCallback
269
- #define clSetEventCallback clSetEventCallback_pfn
270
- #undef clSetKernelArg
271
- #define clSetKernelArg clSetKernelArg_pfn
272
- #undef clSetMemObjectDestructorCallback
273
- #define clSetMemObjectDestructorCallback clSetMemObjectDestructorCallback_pfn
274
- #undef clSetUserEventStatus
275
- #define clSetUserEventStatus clSetUserEventStatus_pfn
276
- #undef clUnloadCompiler
277
- #define clUnloadCompiler clUnloadCompiler_pfn
278
- #undef clUnloadPlatformCompiler
279
- #define clUnloadPlatformCompiler clUnloadPlatformCompiler_pfn
280
- #undef clWaitForEvents
281
- #define clWaitForEvents clWaitForEvents_pfn
282
-
283
- // generated by parser_cl.py
284
- 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*);
285
- 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*);
286
- extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void*, cl_int*);
287
- extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*);
288
- 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*);
289
- 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*);
290
- 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*);
291
- 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*);
292
- 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*);
293
- extern CL_RUNTIME_EXPORT cl_kernel (CL_API_CALL*clCreateKernel)(cl_program, const char*, cl_int*);
294
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*);
295
- extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*);
296
- extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_id*, const char*, cl_int*);
297
- extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, const char**, const size_t*, cl_int*);
298
- extern CL_RUNTIME_EXPORT cl_sampler (CL_API_CALL*clCreateSampler)(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*);
299
- extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateSubBuffer)(cl_mem, cl_mem_flags, cl_buffer_create_type, const void*, cl_int*);
300
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateSubDevices)(cl_device_id, const cl_device_partition_property*, cl_uint, cl_device_id*, cl_uint*);
301
- extern CL_RUNTIME_EXPORT cl_event (CL_API_CALL*clCreateUserEvent)(cl_context, cl_int*);
302
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueBarrier)(cl_command_queue);
303
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueBarrierWithWaitList)(cl_command_queue, cl_uint, const cl_event*, cl_event*);
304
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyBuffer)(cl_command_queue, cl_mem, cl_mem, size_t, size_t, size_t, cl_uint, const cl_event*, cl_event*);
305
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyBufferRect)(cl_command_queue, cl_mem, cl_mem, const size_t*, const size_t*, const size_t*, size_t, size_t, size_t, size_t, cl_uint, const cl_event*, cl_event*);
306
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyBufferToImage)(cl_command_queue, cl_mem, cl_mem, size_t, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
307
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyImage)(cl_command_queue, cl_mem, cl_mem, const size_t*, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
308
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyImageToBuffer)(cl_command_queue, cl_mem, cl_mem, const size_t*, const size_t*, size_t, cl_uint, const cl_event*, cl_event*);
309
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueFillBuffer)(cl_command_queue, cl_mem, const void*, size_t, size_t, size_t, cl_uint, const cl_event*, cl_event*);
310
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueFillImage)(cl_command_queue, cl_mem, const void*, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
311
- extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clEnqueueMapBuffer)(cl_command_queue, cl_mem, cl_bool, cl_map_flags, size_t, size_t, cl_uint, const cl_event*, cl_event*, cl_int*);
312
- extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clEnqueueMapImage)(cl_command_queue, cl_mem, cl_bool, cl_map_flags, const size_t*, const size_t*, size_t*, size_t*, cl_uint, const cl_event*, cl_event*, cl_int*);
313
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueMarker)(cl_command_queue, cl_event*);
314
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueMarkerWithWaitList)(cl_command_queue, cl_uint, const cl_event*, cl_event*);
315
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueMigrateMemObjects)(cl_command_queue, cl_uint, const cl_mem*, cl_mem_migration_flags, cl_uint, const cl_event*, cl_event*);
316
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueNDRangeKernel)(cl_command_queue, cl_kernel, cl_uint, const size_t*, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
317
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueNativeKernel)(cl_command_queue, void (CL_CALLBACK*) (void*), void*, size_t, cl_uint, const cl_mem*, const void**, cl_uint, const cl_event*, cl_event*);
318
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueReadBuffer)(cl_command_queue, cl_mem, cl_bool, size_t, size_t, void*, cl_uint, const cl_event*, cl_event*);
319
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueReadBufferRect)(cl_command_queue, cl_mem, cl_bool, const size_t*, const size_t*, const size_t*, size_t, size_t, size_t, size_t, void*, cl_uint, const cl_event*, cl_event*);
320
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueReadImage)(cl_command_queue, cl_mem, cl_bool, const size_t*, const size_t*, size_t, size_t, void*, cl_uint, const cl_event*, cl_event*);
321
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueTask)(cl_command_queue, cl_kernel, cl_uint, const cl_event*, cl_event*);
322
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueUnmapMemObject)(cl_command_queue, cl_mem, void*, cl_uint, const cl_event*, cl_event*);
323
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueWaitForEvents)(cl_command_queue, cl_uint, const cl_event*);
324
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueWriteBuffer)(cl_command_queue, cl_mem, cl_bool, size_t, size_t, const void*, cl_uint, const cl_event*, cl_event*);
325
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueWriteBufferRect)(cl_command_queue, cl_mem, cl_bool, const size_t*, const size_t*, const size_t*, size_t, size_t, size_t, size_t, const void*, cl_uint, const cl_event*, cl_event*);
326
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueWriteImage)(cl_command_queue, cl_mem, cl_bool, const size_t*, const size_t*, size_t, size_t, const void*, cl_uint, const cl_event*, cl_event*);
327
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clFinish)(cl_command_queue);
328
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clFlush)(cl_command_queue);
329
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetCommandQueueInfo)(cl_command_queue, cl_command_queue_info, size_t, void*, size_t*);
330
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t, void*, size_t*);
331
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*);
332
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceInfo)(cl_device_id, cl_device_info, size_t, void*, size_t*);
333
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetEventInfo)(cl_event, cl_event_info, size_t, void*, size_t*);
334
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetEventProfilingInfo)(cl_event, cl_profiling_info, size_t, void*, size_t*);
335
- extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clGetExtensionFunctionAddress)(const char*);
336
- extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clGetExtensionFunctionAddressForPlatform)(cl_platform_id, const char*);
337
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetImageInfo)(cl_mem, cl_image_info, size_t, void*, size_t*);
338
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetKernelArgInfo)(cl_kernel, cl_uint, cl_kernel_arg_info, size_t, void*, size_t*);
339
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetKernelInfo)(cl_kernel, cl_kernel_info, size_t, void*, size_t*);
340
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetKernelWorkGroupInfo)(cl_kernel, cl_device_id, cl_kernel_work_group_info, size_t, void*, size_t*);
341
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetMemObjectInfo)(cl_mem, cl_mem_info, size_t, void*, size_t*);
342
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*);
343
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, size_t, void*, size_t*);
344
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramBuildInfo)(cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*);
345
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramInfo)(cl_program, cl_program_info, size_t, void*, size_t*);
346
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t, void*, size_t*);
347
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSupportedImageFormats)(cl_context, cl_mem_flags, cl_mem_object_type, cl_uint, cl_image_format*, cl_uint*);
348
- extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clLinkProgram)(cl_context, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, void*), void*, cl_int*);
349
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseCommandQueue)(cl_command_queue);
350
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseContext)(cl_context);
351
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseDevice)(cl_device_id);
352
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseEvent)(cl_event);
353
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseKernel)(cl_kernel);
354
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseMemObject)(cl_mem);
355
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseProgram)(cl_program);
356
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler);
357
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainCommandQueue)(cl_command_queue);
358
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainContext)(cl_context);
359
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainDevice)(cl_device_id);
360
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainEvent)(cl_event);
361
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainKernel)(cl_kernel);
362
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainMemObject)(cl_mem);
363
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainProgram)(cl_program);
364
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainSampler)(cl_sampler);
365
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetEventCallback)(cl_event, cl_int, void (CL_CALLBACK*) (cl_event, cl_int, void*), void*);
366
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetKernelArg)(cl_kernel, cl_uint, size_t, const void*);
367
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetMemObjectDestructorCallback)(cl_mem, void (CL_CALLBACK*) (cl_mem, void*), void*);
368
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetUserEventStatus)(cl_event, cl_int);
369
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clUnloadCompiler)();
370
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clUnloadPlatformCompiler)(cl_platform_id);
371
- extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clWaitForEvents)(cl_uint, const cl_event*);