Added OpenCL Universal Driver Support for Win10 RS3 (#21)
[platform/upstream/OpenCL-ICD-Loader.git] / OpenCL.def
1 ;
2 ; Copyright (c) 2016 The Khronos Group Inc.
3 ;
4 ; Permission is hereby granted, free of charge, to any person obtaining a copy
5 ; of this software source and associated documentation files (the "Materials"),
6 ; to deal in the Materials without restriction, including without limitation
7 ; the rights to use, copy, modify, compile, merge, publish, distribute,
8 ; sublicense, and/or sell copies of the Materials, and to permit persons to
9 ; whom the Materials are furnished to do so, subject the following terms and
10 ; conditions:
11 ;
12 ; All modifications to the Materials used to create a binary that is
13 ; distributed to third parties shall be provided to Khronos with an
14 ; unrestricted license to use for the purposes of implementing bug fixes and
15 ; enhancements to the Materials;
16 ;
17 ; If the binary is used as part of an OpenCL(TM) implementation, whether binary
18 ; is distributed together with or separately to that implementation, then
19 ; recipient must become an OpenCL Adopter and follow the published OpenCL
20 ; conformance process for that implementation, details at:
21 ; http://www.khronos.org/conformance/;
22 ;
23 ; The above copyright notice, the OpenCL trademark license, and this permission
24 ; notice shall be included in all copies or substantial portions of the
25 ; Materials.
26 ;
27 ; THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28 ; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29 ; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30 ; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31 ; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32 ; OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN
33 ; THE MATERIALS.
34 ;
35 ; OpenCL is a trademark of Apple Inc. used under license by Khronos.
36
37 EXPORTS
38
39 ;
40 ; Note:
41 ;
42 ; 1. Functions are grouped into blocks according to the OpenCL API version they
43 ; were introduced in.
44 ;
45 ; 2. Function blocks are sorted in ascending order of the API version.
46 ;
47 ; 3. Functions within a block are sorted alphabetically.
48 ;
49
50 ; OpenCL 1.0 API
51 clBuildProgram
52 clCreateBuffer
53 clCreateCommandQueue
54 clCreateContext
55 clCreateContextFromType
56 clCreateFromGLBuffer
57 clCreateFromGLRenderbuffer
58 clCreateFromGLTexture2D
59 clCreateFromGLTexture3D
60 clCreateImage2D
61 clCreateImage3D
62 clCreateKernel
63 clCreateKernelsInProgram
64 clCreateProgramWithBinary
65 clCreateProgramWithSource
66 clCreateSampler
67 clEnqueueAcquireGLObjects
68 clEnqueueBarrier
69 clEnqueueCopyBuffer
70 clEnqueueCopyBufferToImage
71 clEnqueueCopyImage
72 clEnqueueCopyImageToBuffer
73 clEnqueueMapBuffer
74 clEnqueueMapImage
75 clEnqueueMarker
76 clEnqueueNDRangeKernel
77 clEnqueueNativeKernel
78 clEnqueueReadBuffer
79 clEnqueueReadImage
80 clEnqueueReleaseGLObjects
81 clEnqueueTask
82 clEnqueueUnmapMemObject
83 clEnqueueWaitForEvents
84 clEnqueueWriteBuffer
85 clEnqueueWriteImage
86 clFinish
87 clFlush
88 clGetCommandQueueInfo
89 clGetContextInfo
90 clGetDeviceIDs
91 clGetDeviceInfo
92 clGetEventInfo
93 clGetEventProfilingInfo
94 clGetExtensionFunctionAddress
95 clGetGLObjectInfo
96 clGetGLTextureInfo
97 clGetImageInfo
98 clGetKernelInfo
99 clGetKernelWorkGroupInfo
100 clGetMemObjectInfo
101 clGetPlatformIDs
102 clGetPlatformInfo
103 clGetProgramBuildInfo
104 clGetProgramInfo
105 clGetSamplerInfo
106 clGetSupportedImageFormats
107 clReleaseCommandQueue
108 clReleaseContext
109 clReleaseEvent
110 clReleaseKernel
111 clReleaseMemObject
112 clReleaseProgram
113 clReleaseSampler
114 clRetainCommandQueue
115 clRetainContext
116 clRetainEvent
117 clRetainKernel
118 clRetainMemObject
119 clRetainProgram
120 clRetainSampler
121 clSetCommandQueueProperty
122 clSetKernelArg
123 clUnloadCompiler
124 clWaitForEvents
125
126 ; OpenCL 1.1 API
127 clCreateSubBuffer
128 clCreateUserEvent
129 clEnqueueCopyBufferRect
130 clEnqueueReadBufferRect
131 clEnqueueWriteBufferRect
132 clSetEventCallback
133 clSetMemObjectDestructorCallback
134 clSetUserEventStatus
135
136 ; OpenCL 1.2 API
137 clCompileProgram
138 clCreateFromGLTexture
139 clCreateImage
140 clCreateProgramWithBuiltInKernels
141 clCreateSubDevices
142 clEnqueueBarrierWithWaitList
143 clEnqueueFillBuffer
144 clEnqueueFillImage
145 clEnqueueMarkerWithWaitList
146 clEnqueueMigrateMemObjects
147 clGetExtensionFunctionAddressForPlatform
148 clGetKernelArgInfo
149 clLinkProgram
150 clReleaseDevice
151 clRetainDevice
152 clUnloadPlatformCompiler
153
154 ; OpenCL 2.0 API
155 clCreateCommandQueueWithProperties
156 clCreatePipe
157 clCreateSamplerWithProperties
158 clEnqueueSVMFree
159 clEnqueueSVMMap
160 clEnqueueSVMMemcpy
161 clEnqueueSVMMemFill
162 clEnqueueSVMUnmap
163 clGetPipeInfo
164 clSetKernelArgSVMPointer
165 clSetKernelExecInfo
166 clSVMAlloc
167 clSVMFree
168
169 ; OpenCL 2.1 API
170 clCloneKernel
171 clCreateProgramWithIL
172 clEnqueueSVMMigrateMem
173 clGetDeviceAndHostTimer
174 clGetHostTimer
175 clGetKernelSubGroupInfo
176 clSetDefaultDeviceCommandQueue
177
178 ; OpenCL 2.2 API
179 clSetProgramReleaseCallback
180 clSetProgramSpecializationConstant
181