ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/enumstr.h
(Generate patch)

Comparing OpenCL/enumstr.h (file contents):
Revision 1.1 by root, Tue Nov 15 20:38:07 2011 UTC vs.
Revision 1.2 by root, Thu Apr 19 12:12:04 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines