ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/enumstr.h
Revision: 1.2
Committed: Thu Apr 19 12:12:04 2012 UTC (12 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_96, rel-0_95
Changes since 1.1: +475 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.2 #ifdef CL_PLATFORM_PROFILE
2 root 1.1 const_iv(PLATFORM_PROFILE)
3 root 1.2 #endif
4     #ifdef CL_PLATFORM_VERSION
5 root 1.1 const_iv(PLATFORM_VERSION)
6 root 1.2 #endif
7     #ifdef CL_PLATFORM_NAME
8 root 1.1 const_iv(PLATFORM_NAME)
9 root 1.2 #endif
10     #ifdef CL_PLATFORM_VENDOR
11 root 1.1 const_iv(PLATFORM_VENDOR)
12 root 1.2 #endif
13     #ifdef CL_PLATFORM_EXTENSIONS
14 root 1.1 const_iv(PLATFORM_EXTENSIONS)
15 root 1.2 #endif
16     #ifdef CL_DEVICE_TYPE_ALL
17 root 1.1 const_iv(DEVICE_TYPE_ALL)
18 root 1.2 #endif
19     #ifdef CL_DEVICE_TYPE
20 root 1.1 const_iv(DEVICE_TYPE)
21 root 1.2 #endif
22     #ifdef CL_DEVICE_VENDOR_ID
23 root 1.1 const_iv(DEVICE_VENDOR_ID)
24 root 1.2 #endif
25     #ifdef CL_DEVICE_MAX_COMPUTE_UNITS
26 root 1.1 const_iv(DEVICE_MAX_COMPUTE_UNITS)
27 root 1.2 #endif
28     #ifdef CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS
29 root 1.1 const_iv(DEVICE_MAX_WORK_ITEM_DIMENSIONS)
30 root 1.2 #endif
31     #ifdef CL_DEVICE_MAX_WORK_GROUP_SIZE
32 root 1.1 const_iv(DEVICE_MAX_WORK_GROUP_SIZE)
33 root 1.2 #endif
34     #ifdef CL_DEVICE_MAX_WORK_ITEM_SIZES
35 root 1.1 const_iv(DEVICE_MAX_WORK_ITEM_SIZES)
36 root 1.2 #endif
37     #ifdef CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR
38 root 1.1 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_CHAR)
39 root 1.2 #endif
40     #ifdef CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT
41 root 1.1 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_SHORT)
42 root 1.2 #endif
43     #ifdef CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT
44 root 1.1 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_INT)
45 root 1.2 #endif
46     #ifdef CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG
47 root 1.1 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_LONG)
48 root 1.2 #endif
49     #ifdef CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT
50 root 1.1 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT)
51 root 1.2 #endif
52     #ifdef CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE
53 root 1.1 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE)
54 root 1.2 #endif
55     #ifdef CL_DEVICE_MAX_CLOCK_FREQUENCY
56 root 1.1 const_iv(DEVICE_MAX_CLOCK_FREQUENCY)
57 root 1.2 #endif
58     #ifdef CL_DEVICE_ADDRESS_BITS
59 root 1.1 const_iv(DEVICE_ADDRESS_BITS)
60 root 1.2 #endif
61     #ifdef CL_DEVICE_MAX_READ_IMAGE_ARGS
62 root 1.1 const_iv(DEVICE_MAX_READ_IMAGE_ARGS)
63 root 1.2 #endif
64     #ifdef CL_DEVICE_MAX_WRITE_IMAGE_ARGS
65 root 1.1 const_iv(DEVICE_MAX_WRITE_IMAGE_ARGS)
66 root 1.2 #endif
67     #ifdef CL_DEVICE_MAX_MEM_ALLOC_SIZE
68 root 1.1 const_iv(DEVICE_MAX_MEM_ALLOC_SIZE)
69 root 1.2 #endif
70     #ifdef CL_DEVICE_IMAGE2D_MAX_WIDTH
71 root 1.1 const_iv(DEVICE_IMAGE2D_MAX_WIDTH)
72 root 1.2 #endif
73     #ifdef CL_DEVICE_IMAGE2D_MAX_HEIGHT
74 root 1.1 const_iv(DEVICE_IMAGE2D_MAX_HEIGHT)
75 root 1.2 #endif
76     #ifdef CL_DEVICE_IMAGE3D_MAX_WIDTH
77 root 1.1 const_iv(DEVICE_IMAGE3D_MAX_WIDTH)
78 root 1.2 #endif
79     #ifdef CL_DEVICE_IMAGE3D_MAX_HEIGHT
80 root 1.1 const_iv(DEVICE_IMAGE3D_MAX_HEIGHT)
81 root 1.2 #endif
82     #ifdef CL_DEVICE_IMAGE3D_MAX_DEPTH
83 root 1.1 const_iv(DEVICE_IMAGE3D_MAX_DEPTH)
84 root 1.2 #endif
85     #ifdef CL_DEVICE_IMAGE_SUPPORT
86 root 1.1 const_iv(DEVICE_IMAGE_SUPPORT)
87 root 1.2 #endif
88     #ifdef CL_DEVICE_MAX_PARAMETER_SIZE
89 root 1.1 const_iv(DEVICE_MAX_PARAMETER_SIZE)
90 root 1.2 #endif
91     #ifdef CL_DEVICE_MAX_SAMPLERS
92 root 1.1 const_iv(DEVICE_MAX_SAMPLERS)
93 root 1.2 #endif
94     #ifdef CL_DEVICE_MEM_BASE_ADDR_ALIGN
95 root 1.1 const_iv(DEVICE_MEM_BASE_ADDR_ALIGN)
96 root 1.2 #endif
97     #ifdef CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE
98 root 1.1 const_iv(DEVICE_MIN_DATA_TYPE_ALIGN_SIZE)
99 root 1.2 #endif
100     #ifdef CL_DEVICE_SINGLE_FP_CONFIG
101 root 1.1 const_iv(DEVICE_SINGLE_FP_CONFIG)
102 root 1.2 #endif
103     #ifdef CL_DEVICE_GLOBAL_MEM_CACHE_TYPE
104 root 1.1 const_iv(DEVICE_GLOBAL_MEM_CACHE_TYPE)
105 root 1.2 #endif
106     #ifdef CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE
107 root 1.1 const_iv(DEVICE_GLOBAL_MEM_CACHELINE_SIZE)
108 root 1.2 #endif
109     #ifdef CL_DEVICE_GLOBAL_MEM_CACHE_SIZE
110 root 1.1 const_iv(DEVICE_GLOBAL_MEM_CACHE_SIZE)
111 root 1.2 #endif
112     #ifdef CL_DEVICE_GLOBAL_MEM_SIZE
113 root 1.1 const_iv(DEVICE_GLOBAL_MEM_SIZE)
114 root 1.2 #endif
115     #ifdef CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE
116 root 1.1 const_iv(DEVICE_MAX_CONSTANT_BUFFER_SIZE)
117 root 1.2 #endif
118     #ifdef CL_DEVICE_MAX_CONSTANT_ARGS
119 root 1.1 const_iv(DEVICE_MAX_CONSTANT_ARGS)
120 root 1.2 #endif
121     #ifdef CL_DEVICE_LOCAL_MEM_TYPE
122 root 1.1 const_iv(DEVICE_LOCAL_MEM_TYPE)
123 root 1.2 #endif
124     #ifdef CL_DEVICE_LOCAL_MEM_SIZE
125 root 1.1 const_iv(DEVICE_LOCAL_MEM_SIZE)
126 root 1.2 #endif
127     #ifdef CL_DEVICE_ERROR_CORRECTION_SUPPORT
128 root 1.1 const_iv(DEVICE_ERROR_CORRECTION_SUPPORT)
129 root 1.2 #endif
130     #ifdef CL_DEVICE_PROFILING_TIMER_RESOLUTION
131 root 1.1 const_iv(DEVICE_PROFILING_TIMER_RESOLUTION)
132 root 1.2 #endif
133     #ifdef CL_DEVICE_ENDIAN_LITTLE
134 root 1.1 const_iv(DEVICE_ENDIAN_LITTLE)
135 root 1.2 #endif
136     #ifdef CL_DEVICE_AVAILABLE
137 root 1.1 const_iv(DEVICE_AVAILABLE)
138 root 1.2 #endif
139     #ifdef CL_DEVICE_COMPILER_AVAILABLE
140 root 1.1 const_iv(DEVICE_COMPILER_AVAILABLE)
141 root 1.2 #endif
142     #ifdef CL_DEVICE_EXECUTION_CAPABILITIES
143 root 1.1 const_iv(DEVICE_EXECUTION_CAPABILITIES)
144 root 1.2 #endif
145     #ifdef CL_DEVICE_QUEUE_PROPERTIES
146 root 1.1 const_iv(DEVICE_QUEUE_PROPERTIES)
147 root 1.2 #endif
148     #ifdef CL_DEVICE_NAME
149 root 1.1 const_iv(DEVICE_NAME)
150 root 1.2 #endif
151     #ifdef CL_DEVICE_VENDOR
152 root 1.1 const_iv(DEVICE_VENDOR)
153 root 1.2 #endif
154     #ifdef CL_DRIVER_VERSION
155 root 1.1 const_iv(DRIVER_VERSION)
156 root 1.2 #endif
157     #ifdef CL_DEVICE_PROFILE
158 root 1.1 const_iv(DEVICE_PROFILE)
159 root 1.2 #endif
160     #ifdef CL_DEVICE_VERSION
161 root 1.1 const_iv(DEVICE_VERSION)
162 root 1.2 #endif
163     #ifdef CL_DEVICE_EXTENSIONS
164 root 1.1 const_iv(DEVICE_EXTENSIONS)
165 root 1.2 #endif
166     #ifdef CL_DEVICE_PLATFORM
167 root 1.1 const_iv(DEVICE_PLATFORM)
168 root 1.2 #endif
169     #ifdef CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF
170 root 1.1 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_HALF)
171 root 1.2 #endif
172     #ifdef CL_DEVICE_HOST_UNIFIED_MEMORY
173 root 1.1 const_iv(DEVICE_HOST_UNIFIED_MEMORY)
174 root 1.2 #endif
175     #ifdef CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR
176 root 1.1 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_CHAR)
177 root 1.2 #endif
178     #ifdef CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT
179 root 1.1 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_SHORT)
180 root 1.2 #endif
181     #ifdef CL_DEVICE_NATIVE_VECTOR_WIDTH_INT
182 root 1.1 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_INT)
183 root 1.2 #endif
184     #ifdef CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG
185 root 1.1 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_LONG)
186 root 1.2 #endif
187     #ifdef CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT
188 root 1.1 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_FLOAT)
189 root 1.2 #endif
190     #ifdef CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE
191 root 1.1 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE)
192 root 1.2 #endif
193     #ifdef CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF
194 root 1.1 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_HALF)
195 root 1.2 #endif
196     #ifdef CL_DEVICE_OPENCL_C_VERSION
197 root 1.1 const_iv(DEVICE_OPENCL_C_VERSION)
198 root 1.2 #endif
199     #ifdef CL_CONTEXT_REFERENCE_COUNT
200 root 1.1 const_iv(CONTEXT_REFERENCE_COUNT)
201 root 1.2 #endif
202     #ifdef CL_CONTEXT_DEVICES
203 root 1.1 const_iv(CONTEXT_DEVICES)
204 root 1.2 #endif
205     #ifdef CL_CONTEXT_PROPERTIES
206 root 1.1 const_iv(CONTEXT_PROPERTIES)
207 root 1.2 #endif
208     #ifdef CL_CONTEXT_NUM_DEVICES
209 root 1.1 const_iv(CONTEXT_NUM_DEVICES)
210 root 1.2 #endif
211     #ifdef CL_CONTEXT_PLATFORM
212 root 1.1 const_iv(CONTEXT_PLATFORM)
213 root 1.2 #endif
214     #ifdef CL_QUEUE_CONTEXT
215 root 1.1 const_iv(QUEUE_CONTEXT)
216 root 1.2 #endif
217     #ifdef CL_QUEUE_DEVICE
218 root 1.1 const_iv(QUEUE_DEVICE)
219 root 1.2 #endif
220     #ifdef CL_QUEUE_REFERENCE_COUNT
221 root 1.1 const_iv(QUEUE_REFERENCE_COUNT)
222 root 1.2 #endif
223     #ifdef CL_QUEUE_PROPERTIES
224 root 1.1 const_iv(QUEUE_PROPERTIES)
225 root 1.2 #endif
226     #ifdef CL_R
227 root 1.1 const_iv(R)
228 root 1.2 #endif
229     #ifdef CL_A
230 root 1.1 const_iv(A)
231 root 1.2 #endif
232     #ifdef CL_RG
233 root 1.1 const_iv(RG)
234 root 1.2 #endif
235     #ifdef CL_RA
236 root 1.1 const_iv(RA)
237 root 1.2 #endif
238     #ifdef CL_RGB
239 root 1.1 const_iv(RGB)
240 root 1.2 #endif
241     #ifdef CL_RGBA
242 root 1.1 const_iv(RGBA)
243 root 1.2 #endif
244     #ifdef CL_BGRA
245 root 1.1 const_iv(BGRA)
246 root 1.2 #endif
247     #ifdef CL_ARGB
248 root 1.1 const_iv(ARGB)
249 root 1.2 #endif
250     #ifdef CL_INTENSITY
251 root 1.1 const_iv(INTENSITY)
252 root 1.2 #endif
253     #ifdef CL_LUMINANCE
254 root 1.1 const_iv(LUMINANCE)
255 root 1.2 #endif
256     #ifdef CL_Rx
257 root 1.1 const_iv(Rx)
258 root 1.2 #endif
259     #ifdef CL_RGx
260 root 1.1 const_iv(RGx)
261 root 1.2 #endif
262     #ifdef CL_RGBx
263 root 1.1 const_iv(RGBx)
264 root 1.2 #endif
265     #ifdef CL_SNORM_INT8
266 root 1.1 const_iv(SNORM_INT8)
267 root 1.2 #endif
268     #ifdef CL_SNORM_INT16
269 root 1.1 const_iv(SNORM_INT16)
270 root 1.2 #endif
271     #ifdef CL_UNORM_INT8
272 root 1.1 const_iv(UNORM_INT8)
273 root 1.2 #endif
274     #ifdef CL_UNORM_INT16
275 root 1.1 const_iv(UNORM_INT16)
276 root 1.2 #endif
277     #ifdef CL_UNORM_SHORT_565
278 root 1.1 const_iv(UNORM_SHORT_565)
279 root 1.2 #endif
280     #ifdef CL_UNORM_SHORT_555
281 root 1.1 const_iv(UNORM_SHORT_555)
282 root 1.2 #endif
283     #ifdef CL_UNORM_INT_101010
284 root 1.1 const_iv(UNORM_INT_101010)
285 root 1.2 #endif
286     #ifdef CL_SIGNED_INT8
287 root 1.1 const_iv(SIGNED_INT8)
288 root 1.2 #endif
289     #ifdef CL_SIGNED_INT16
290 root 1.1 const_iv(SIGNED_INT16)
291 root 1.2 #endif
292     #ifdef CL_SIGNED_INT32
293 root 1.1 const_iv(SIGNED_INT32)
294 root 1.2 #endif
295     #ifdef CL_UNSIGNED_INT8
296 root 1.1 const_iv(UNSIGNED_INT8)
297 root 1.2 #endif
298     #ifdef CL_UNSIGNED_INT16
299 root 1.1 const_iv(UNSIGNED_INT16)
300 root 1.2 #endif
301     #ifdef CL_UNSIGNED_INT32
302 root 1.1 const_iv(UNSIGNED_INT32)
303 root 1.2 #endif
304     #ifdef CL_HALF_FLOAT
305 root 1.1 const_iv(HALF_FLOAT)
306 root 1.2 #endif
307     #ifdef CL_FLOAT
308 root 1.1 const_iv(FLOAT)
309 root 1.2 #endif
310     #ifdef CL_MEM_OBJECT_BUFFER
311 root 1.1 const_iv(MEM_OBJECT_BUFFER)
312 root 1.2 #endif
313     #ifdef CL_MEM_OBJECT_IMAGE2D
314 root 1.1 const_iv(MEM_OBJECT_IMAGE2D)
315 root 1.2 #endif
316     #ifdef CL_MEM_OBJECT_IMAGE3D
317 root 1.1 const_iv(MEM_OBJECT_IMAGE3D)
318 root 1.2 #endif
319     #ifdef CL_MEM_TYPE
320 root 1.1 const_iv(MEM_TYPE)
321 root 1.2 #endif
322     #ifdef CL_MEM_FLAGS
323 root 1.1 const_iv(MEM_FLAGS)
324 root 1.2 #endif
325     #ifdef CL_MEM_SIZE
326 root 1.1 const_iv(MEM_SIZE)
327 root 1.2 #endif
328     #ifdef CL_MEM_HOST_PTR
329 root 1.1 const_iv(MEM_HOST_PTR)
330 root 1.2 #endif
331     #ifdef CL_MEM_MAP_COUNT
332 root 1.1 const_iv(MEM_MAP_COUNT)
333 root 1.2 #endif
334     #ifdef CL_MEM_REFERENCE_COUNT
335 root 1.1 const_iv(MEM_REFERENCE_COUNT)
336 root 1.2 #endif
337     #ifdef CL_MEM_CONTEXT
338 root 1.1 const_iv(MEM_CONTEXT)
339 root 1.2 #endif
340     #ifdef CL_MEM_ASSOCIATED_MEMOBJECT
341 root 1.1 const_iv(MEM_ASSOCIATED_MEMOBJECT)
342 root 1.2 #endif
343     #ifdef CL_MEM_OFFSET
344 root 1.1 const_iv(MEM_OFFSET)
345 root 1.2 #endif
346     #ifdef CL_IMAGE_FORMAT
347 root 1.1 const_iv(IMAGE_FORMAT)
348 root 1.2 #endif
349     #ifdef CL_IMAGE_ELEMENT_SIZE
350 root 1.1 const_iv(IMAGE_ELEMENT_SIZE)
351 root 1.2 #endif
352     #ifdef CL_IMAGE_ROW_PITCH
353 root 1.1 const_iv(IMAGE_ROW_PITCH)
354 root 1.2 #endif
355     #ifdef CL_IMAGE_SLICE_PITCH
356 root 1.1 const_iv(IMAGE_SLICE_PITCH)
357 root 1.2 #endif
358     #ifdef CL_IMAGE_WIDTH
359 root 1.1 const_iv(IMAGE_WIDTH)
360 root 1.2 #endif
361     #ifdef CL_IMAGE_HEIGHT
362 root 1.1 const_iv(IMAGE_HEIGHT)
363 root 1.2 #endif
364     #ifdef CL_IMAGE_DEPTH
365 root 1.1 const_iv(IMAGE_DEPTH)
366 root 1.2 #endif
367     #ifdef CL_ADDRESS_NONE
368 root 1.1 const_iv(ADDRESS_NONE)
369 root 1.2 #endif
370     #ifdef CL_ADDRESS_CLAMP_TO_EDGE
371 root 1.1 const_iv(ADDRESS_CLAMP_TO_EDGE)
372 root 1.2 #endif
373     #ifdef CL_ADDRESS_CLAMP
374 root 1.1 const_iv(ADDRESS_CLAMP)
375 root 1.2 #endif
376     #ifdef CL_ADDRESS_REPEAT
377 root 1.1 const_iv(ADDRESS_REPEAT)
378 root 1.2 #endif
379     #ifdef CL_ADDRESS_MIRRORED_REPEAT
380 root 1.1 const_iv(ADDRESS_MIRRORED_REPEAT)
381 root 1.2 #endif
382     #ifdef CL_FILTER_NEAREST
383 root 1.1 const_iv(FILTER_NEAREST)
384 root 1.2 #endif
385     #ifdef CL_FILTER_LINEAR
386 root 1.1 const_iv(FILTER_LINEAR)
387 root 1.2 #endif
388     #ifdef CL_SAMPLER_REFERENCE_COUNT
389 root 1.1 const_iv(SAMPLER_REFERENCE_COUNT)
390 root 1.2 #endif
391     #ifdef CL_SAMPLER_CONTEXT
392 root 1.1 const_iv(SAMPLER_CONTEXT)
393 root 1.2 #endif
394     #ifdef CL_SAMPLER_NORMALIZED_COORDS
395 root 1.1 const_iv(SAMPLER_NORMALIZED_COORDS)
396 root 1.2 #endif
397     #ifdef CL_SAMPLER_ADDRESSING_MODE
398 root 1.1 const_iv(SAMPLER_ADDRESSING_MODE)
399 root 1.2 #endif
400     #ifdef CL_SAMPLER_FILTER_MODE
401 root 1.1 const_iv(SAMPLER_FILTER_MODE)
402 root 1.2 #endif
403     #ifdef CL_PROGRAM_REFERENCE_COUNT
404 root 1.1 const_iv(PROGRAM_REFERENCE_COUNT)
405 root 1.2 #endif
406     #ifdef CL_PROGRAM_CONTEXT
407 root 1.1 const_iv(PROGRAM_CONTEXT)
408 root 1.2 #endif
409     #ifdef CL_PROGRAM_NUM_DEVICES
410 root 1.1 const_iv(PROGRAM_NUM_DEVICES)
411 root 1.2 #endif
412     #ifdef CL_PROGRAM_DEVICES
413 root 1.1 const_iv(PROGRAM_DEVICES)
414 root 1.2 #endif
415     #ifdef CL_PROGRAM_SOURCE
416 root 1.1 const_iv(PROGRAM_SOURCE)
417 root 1.2 #endif
418     #ifdef CL_PROGRAM_BINARY_SIZES
419 root 1.1 const_iv(PROGRAM_BINARY_SIZES)
420 root 1.2 #endif
421     #ifdef CL_PROGRAM_BINARIES
422 root 1.1 const_iv(PROGRAM_BINARIES)
423 root 1.2 #endif
424     #ifdef CL_PROGRAM_BUILD_STATUS
425 root 1.1 const_iv(PROGRAM_BUILD_STATUS)
426 root 1.2 #endif
427     #ifdef CL_PROGRAM_BUILD_OPTIONS
428 root 1.1 const_iv(PROGRAM_BUILD_OPTIONS)
429 root 1.2 #endif
430     #ifdef CL_PROGRAM_BUILD_LOG
431 root 1.1 const_iv(PROGRAM_BUILD_LOG)
432 root 1.2 #endif
433     #ifdef CL_KERNEL_FUNCTION_NAME
434 root 1.1 const_iv(KERNEL_FUNCTION_NAME)
435 root 1.2 #endif
436     #ifdef CL_KERNEL_NUM_ARGS
437 root 1.1 const_iv(KERNEL_NUM_ARGS)
438 root 1.2 #endif
439     #ifdef CL_KERNEL_REFERENCE_COUNT
440 root 1.1 const_iv(KERNEL_REFERENCE_COUNT)
441 root 1.2 #endif
442     #ifdef CL_KERNEL_CONTEXT
443 root 1.1 const_iv(KERNEL_CONTEXT)
444 root 1.2 #endif
445     #ifdef CL_KERNEL_PROGRAM
446 root 1.1 const_iv(KERNEL_PROGRAM)
447 root 1.2 #endif
448     #ifdef CL_KERNEL_WORK_GROUP_SIZE
449 root 1.1 const_iv(KERNEL_WORK_GROUP_SIZE)
450 root 1.2 #endif
451     #ifdef CL_KERNEL_COMPILE_WORK_GROUP_SIZE
452 root 1.1 const_iv(KERNEL_COMPILE_WORK_GROUP_SIZE)
453 root 1.2 #endif
454     #ifdef CL_KERNEL_LOCAL_MEM_SIZE
455 root 1.1 const_iv(KERNEL_LOCAL_MEM_SIZE)
456 root 1.2 #endif
457     #ifdef CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE
458 root 1.1 const_iv(KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE)
459 root 1.2 #endif
460     #ifdef CL_KERNEL_PRIVATE_MEM_SIZE
461 root 1.1 const_iv(KERNEL_PRIVATE_MEM_SIZE)
462 root 1.2 #endif
463     #ifdef CL_EVENT_COMMAND_QUEUE
464 root 1.1 const_iv(EVENT_COMMAND_QUEUE)
465 root 1.2 #endif
466     #ifdef CL_EVENT_COMMAND_TYPE
467 root 1.1 const_iv(EVENT_COMMAND_TYPE)
468 root 1.2 #endif
469     #ifdef CL_EVENT_REFERENCE_COUNT
470 root 1.1 const_iv(EVENT_REFERENCE_COUNT)
471 root 1.2 #endif
472     #ifdef CL_EVENT_COMMAND_EXECUTION_STATUS
473 root 1.1 const_iv(EVENT_COMMAND_EXECUTION_STATUS)
474 root 1.2 #endif
475     #ifdef CL_EVENT_CONTEXT
476 root 1.1 const_iv(EVENT_CONTEXT)
477 root 1.2 #endif
478     #ifdef CL_COMMAND_NDRANGE_KERNEL
479 root 1.1 const_iv(COMMAND_NDRANGE_KERNEL)
480 root 1.2 #endif
481     #ifdef CL_COMMAND_TASK
482 root 1.1 const_iv(COMMAND_TASK)
483 root 1.2 #endif
484     #ifdef CL_COMMAND_NATIVE_KERNEL
485 root 1.1 const_iv(COMMAND_NATIVE_KERNEL)
486 root 1.2 #endif
487     #ifdef CL_COMMAND_READ_BUFFER
488 root 1.1 const_iv(COMMAND_READ_BUFFER)
489 root 1.2 #endif
490     #ifdef CL_COMMAND_WRITE_BUFFER
491 root 1.1 const_iv(COMMAND_WRITE_BUFFER)
492 root 1.2 #endif
493     #ifdef CL_COMMAND_COPY_BUFFER
494 root 1.1 const_iv(COMMAND_COPY_BUFFER)
495 root 1.2 #endif
496     #ifdef CL_COMMAND_READ_IMAGE
497 root 1.1 const_iv(COMMAND_READ_IMAGE)
498 root 1.2 #endif
499     #ifdef CL_COMMAND_WRITE_IMAGE
500 root 1.1 const_iv(COMMAND_WRITE_IMAGE)
501 root 1.2 #endif
502     #ifdef CL_COMMAND_COPY_IMAGE
503 root 1.1 const_iv(COMMAND_COPY_IMAGE)
504 root 1.2 #endif
505     #ifdef CL_COMMAND_COPY_IMAGE_TO_BUFFER
506 root 1.1 const_iv(COMMAND_COPY_IMAGE_TO_BUFFER)
507 root 1.2 #endif
508     #ifdef CL_COMMAND_COPY_BUFFER_TO_IMAGE
509 root 1.1 const_iv(COMMAND_COPY_BUFFER_TO_IMAGE)
510 root 1.2 #endif
511     #ifdef CL_COMMAND_MAP_BUFFER
512 root 1.1 const_iv(COMMAND_MAP_BUFFER)
513 root 1.2 #endif
514     #ifdef CL_COMMAND_MAP_IMAGE
515 root 1.1 const_iv(COMMAND_MAP_IMAGE)
516 root 1.2 #endif
517     #ifdef CL_COMMAND_UNMAP_MEM_OBJECT
518 root 1.1 const_iv(COMMAND_UNMAP_MEM_OBJECT)
519 root 1.2 #endif
520     #ifdef CL_COMMAND_MARKER
521 root 1.1 const_iv(COMMAND_MARKER)
522 root 1.2 #endif
523     #ifdef CL_COMMAND_ACQUIRE_GL_OBJECTS
524 root 1.1 const_iv(COMMAND_ACQUIRE_GL_OBJECTS)
525 root 1.2 #endif
526     #ifdef CL_COMMAND_RELEASE_GL_OBJECTS
527 root 1.1 const_iv(COMMAND_RELEASE_GL_OBJECTS)
528 root 1.2 #endif
529     #ifdef CL_COMMAND_READ_BUFFER_RECT
530 root 1.1 const_iv(COMMAND_READ_BUFFER_RECT)
531 root 1.2 #endif
532     #ifdef CL_COMMAND_WRITE_BUFFER_RECT
533 root 1.1 const_iv(COMMAND_WRITE_BUFFER_RECT)
534 root 1.2 #endif
535     #ifdef CL_COMMAND_COPY_BUFFER_RECT
536 root 1.1 const_iv(COMMAND_COPY_BUFFER_RECT)
537 root 1.2 #endif
538     #ifdef CL_COMMAND_USER
539 root 1.1 const_iv(COMMAND_USER)
540 root 1.2 #endif
541     #ifdef CL_BUFFER_CREATE_TYPE_REGION
542 root 1.1 const_iv(BUFFER_CREATE_TYPE_REGION)
543 root 1.2 #endif
544     #ifdef CL_PROFILING_COMMAND_QUEUED
545 root 1.1 const_iv(PROFILING_COMMAND_QUEUED)
546 root 1.2 #endif
547     #ifdef CL_PROFILING_COMMAND_SUBMIT
548 root 1.1 const_iv(PROFILING_COMMAND_SUBMIT)
549 root 1.2 #endif
550     #ifdef CL_PROFILING_COMMAND_START
551 root 1.1 const_iv(PROFILING_COMMAND_START)
552 root 1.2 #endif
553     #ifdef CL_PROFILING_COMMAND_END
554 root 1.1 const_iv(PROFILING_COMMAND_END)
555 root 1.2 #endif
556     #ifdef CL_DEVICE_DOUBLE_FP_CONFIG
557     const_iv(DEVICE_DOUBLE_FP_CONFIG)
558     #endif
559     #ifdef CL_DEVICE_HALF_FP_CONFIG
560     const_iv(DEVICE_HALF_FP_CONFIG)
561     #endif
562     #ifdef CL_PLATFORM_ICD_SUFFIX_KHR
563     const_iv(PLATFORM_ICD_SUFFIX_KHR)
564     #endif
565     #ifdef CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV
566     const_iv(DEVICE_COMPUTE_CAPABILITY_MAJOR_NV)
567     #endif
568     #ifdef CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV
569     const_iv(DEVICE_COMPUTE_CAPABILITY_MINOR_NV)
570     #endif
571     #ifdef CL_DEVICE_REGISTERS_PER_BLOCK_NV
572     const_iv(DEVICE_REGISTERS_PER_BLOCK_NV)
573     #endif
574     #ifdef CL_DEVICE_WARP_SIZE_NV
575     const_iv(DEVICE_WARP_SIZE_NV)
576     #endif
577     #ifdef CL_DEVICE_GPU_OVERLAP_NV
578     const_iv(DEVICE_GPU_OVERLAP_NV)
579     #endif
580     #ifdef CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV
581     const_iv(DEVICE_KERNEL_EXEC_TIMEOUT_NV)
582     #endif
583     #ifdef CL_DEVICE_INTEGRATED_MEMORY_NV
584     const_iv(DEVICE_INTEGRATED_MEMORY_NV)
585     #endif
586     #ifdef CL_DEVICE_PROFILING_TIMER_OFFSET_AMD
587     const_iv(DEVICE_PROFILING_TIMER_OFFSET_AMD)
588     #endif
589     #ifdef CL_GL_OBJECT_BUFFER
590     const_iv(GL_OBJECT_BUFFER)
591     #endif
592     #ifdef CL_GL_OBJECT_TEXTURE2D
593     const_iv(GL_OBJECT_TEXTURE2D)
594     #endif
595     #ifdef CL_GL_OBJECT_TEXTURE3D
596     const_iv(GL_OBJECT_TEXTURE3D)
597     #endif
598     #ifdef CL_GL_OBJECT_RENDERBUFFER
599     const_iv(GL_OBJECT_RENDERBUFFER)
600     #endif
601     #ifdef CL_GL_TEXTURE_TARGET
602     const_iv(GL_TEXTURE_TARGET)
603     #endif
604     #ifdef CL_GL_MIPMAP_LEVEL
605     const_iv(GL_MIPMAP_LEVEL)
606     #endif
607     #ifdef CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR
608     const_iv(CURRENT_DEVICE_FOR_GL_CONTEXT_KHR)
609     #endif
610     #ifdef CL_DEVICES_FOR_GL_CONTEXT_KHR
611     const_iv(DEVICES_FOR_GL_CONTEXT_KHR)
612     #endif
613     #ifdef CL_GL_CONTEXT_KHR
614     const_iv(GL_CONTEXT_KHR)
615     #endif
616     #ifdef CL_EGL_DISPLAY_KHR
617     const_iv(EGL_DISPLAY_KHR)
618     #endif
619     #ifdef CL_GLX_DISPLAY_KHR
620     const_iv(GLX_DISPLAY_KHR)
621     #endif
622     #ifdef CL_WGL_HDC_KHR
623     const_iv(WGL_HDC_KHR)
624     #endif
625     #ifdef CL_CGL_SHAREGROUP_KHR
626     const_iv(CGL_SHAREGROUP_KHR)
627     #endif
628     #ifdef CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR
629     const_iv(COMMAND_GL_FENCE_SYNC_OBJECT_KHR)
630     #endif
631     #ifdef CL_D3D10_DEVICE_KHR
632     const_iv(D3D10_DEVICE_KHR)
633     #endif
634     #ifdef CL_D3D10_DXGI_ADAPTER_KHR
635     const_iv(D3D10_DXGI_ADAPTER_KHR)
636     #endif
637     #ifdef CL_PREFERRED_DEVICES_FOR_D3D10_KHR
638     const_iv(PREFERRED_DEVICES_FOR_D3D10_KHR)
639     #endif
640     #ifdef CL_ALL_DEVICES_FOR_D3D10_KHR
641     const_iv(ALL_DEVICES_FOR_D3D10_KHR)
642     #endif
643     #ifdef CL_CONTEXT_D3D10_DEVICE_KHR
644     const_iv(CONTEXT_D3D10_DEVICE_KHR)
645     #endif
646     #ifdef CL_CONTEXT_D3D10_PREFER_SHARED_RESOURCES_KHR
647     const_iv(CONTEXT_D3D10_PREFER_SHARED_RESOURCES_KHR)
648     #endif
649     #ifdef CL_MEM_D3D10_RESOURCE_KHR
650     const_iv(MEM_D3D10_RESOURCE_KHR)
651     #endif
652     #ifdef CL_IMAGE_D3D10_SUBRESOURCE_KHR
653     const_iv(IMAGE_D3D10_SUBRESOURCE_KHR)
654     #endif
655     #ifdef CL_COMMAND_ACQUIRE_D3D10_OBJECTS_KHR
656     const_iv(COMMAND_ACQUIRE_D3D10_OBJECTS_KHR)
657     #endif
658     #ifdef CL_COMMAND_RELEASE_D3D10_OBJECTS_KHR
659     const_iv(COMMAND_RELEASE_D3D10_OBJECTS_KHR)
660     #endif