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.6 by root, Sat May 5 17:09:19 2012 UTC

1// autogenerated by h_extract
1const_iv(PLATFORM_PROFILE) 2const_iv(PLATFORM_PROFILE)
2const_iv(PLATFORM_VERSION) 3const_iv(PLATFORM_VERSION)
3const_iv(PLATFORM_NAME) 4const_iv(PLATFORM_NAME)
4const_iv(PLATFORM_VENDOR) 5const_iv(PLATFORM_VENDOR)
5const_iv(PLATFORM_EXTENSIONS) 6const_iv(PLATFORM_EXTENSIONS)
52const_iv(DRIVER_VERSION) 53const_iv(DRIVER_VERSION)
53const_iv(DEVICE_PROFILE) 54const_iv(DEVICE_PROFILE)
54const_iv(DEVICE_VERSION) 55const_iv(DEVICE_VERSION)
55const_iv(DEVICE_EXTENSIONS) 56const_iv(DEVICE_EXTENSIONS)
56const_iv(DEVICE_PLATFORM) 57const_iv(DEVICE_PLATFORM)
58const_iv(DEVICE_DOUBLE_FP_CONFIG)
57const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_HALF) 59const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_HALF)
58const_iv(DEVICE_HOST_UNIFIED_MEMORY) 60const_iv(DEVICE_HOST_UNIFIED_MEMORY)
59const_iv(DEVICE_NATIVE_VECTOR_WIDTH_CHAR) 61const_iv(DEVICE_NATIVE_VECTOR_WIDTH_CHAR)
60const_iv(DEVICE_NATIVE_VECTOR_WIDTH_SHORT) 62const_iv(DEVICE_NATIVE_VECTOR_WIDTH_SHORT)
61const_iv(DEVICE_NATIVE_VECTOR_WIDTH_INT) 63const_iv(DEVICE_NATIVE_VECTOR_WIDTH_INT)
62const_iv(DEVICE_NATIVE_VECTOR_WIDTH_LONG) 64const_iv(DEVICE_NATIVE_VECTOR_WIDTH_LONG)
63const_iv(DEVICE_NATIVE_VECTOR_WIDTH_FLOAT) 65const_iv(DEVICE_NATIVE_VECTOR_WIDTH_FLOAT)
64const_iv(DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE) 66const_iv(DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE)
65const_iv(DEVICE_NATIVE_VECTOR_WIDTH_HALF) 67const_iv(DEVICE_NATIVE_VECTOR_WIDTH_HALF)
66const_iv(DEVICE_OPENCL_C_VERSION) 68const_iv(DEVICE_OPENCL_C_VERSION)
69const_iv(DEVICE_LINKER_AVAILABLE)
70const_iv(DEVICE_BUILT_IN_KERNELS)
71const_iv(DEVICE_IMAGE_MAX_BUFFER_SIZE)
72const_iv(DEVICE_IMAGE_MAX_ARRAY_SIZE)
73const_iv(DEVICE_PARENT_DEVICE)
74const_iv(DEVICE_PARTITION_MAX_SUB_DEVICES)
75const_iv(DEVICE_PARTITION_PROPERTIES)
76const_iv(DEVICE_PARTITION_AFFINITY_DOMAIN)
77const_iv(DEVICE_PARTITION_TYPE)
78const_iv(DEVICE_REFERENCE_COUNT)
79const_iv(DEVICE_PREFERRED_INTEROP_USER_SYNC)
80const_iv(DEVICE_PRINTF_BUFFER_SIZE)
67const_iv(CONTEXT_REFERENCE_COUNT) 81const_iv(CONTEXT_REFERENCE_COUNT)
68const_iv(CONTEXT_DEVICES) 82const_iv(CONTEXT_DEVICES)
69const_iv(CONTEXT_PROPERTIES) 83const_iv(CONTEXT_PROPERTIES)
70const_iv(CONTEXT_NUM_DEVICES) 84const_iv(CONTEXT_NUM_DEVICES)
71const_iv(CONTEXT_PLATFORM) 85const_iv(CONTEXT_PLATFORM)
86const_iv(CONTEXT_INTEROP_USER_SYNC)
87const_iv(DEVICE_PARTITION_EQUALLY)
88const_iv(DEVICE_PARTITION_BY_COUNTS)
89const_iv(DEVICE_PARTITION_BY_AFFINITY_DOMAIN)
72const_iv(QUEUE_CONTEXT) 90const_iv(QUEUE_CONTEXT)
73const_iv(QUEUE_DEVICE) 91const_iv(QUEUE_DEVICE)
74const_iv(QUEUE_REFERENCE_COUNT) 92const_iv(QUEUE_REFERENCE_COUNT)
75const_iv(QUEUE_PROPERTIES) 93const_iv(QUEUE_PROPERTIES)
76const_iv(R) 94const_iv(R)
102const_iv(HALF_FLOAT) 120const_iv(HALF_FLOAT)
103const_iv(FLOAT) 121const_iv(FLOAT)
104const_iv(MEM_OBJECT_BUFFER) 122const_iv(MEM_OBJECT_BUFFER)
105const_iv(MEM_OBJECT_IMAGE2D) 123const_iv(MEM_OBJECT_IMAGE2D)
106const_iv(MEM_OBJECT_IMAGE3D) 124const_iv(MEM_OBJECT_IMAGE3D)
125const_iv(MEM_OBJECT_IMAGE2D_ARRAY)
126const_iv(MEM_OBJECT_IMAGE1D)
127const_iv(MEM_OBJECT_IMAGE1D_ARRAY)
128const_iv(MEM_OBJECT_IMAGE1D_BUFFER)
107const_iv(MEM_TYPE) 129const_iv(MEM_TYPE)
108const_iv(MEM_FLAGS) 130const_iv(MEM_FLAGS)
109const_iv(MEM_SIZE) 131const_iv(MEM_SIZE)
110const_iv(MEM_HOST_PTR) 132const_iv(MEM_HOST_PTR)
111const_iv(MEM_MAP_COUNT) 133const_iv(MEM_MAP_COUNT)
118const_iv(IMAGE_ROW_PITCH) 140const_iv(IMAGE_ROW_PITCH)
119const_iv(IMAGE_SLICE_PITCH) 141const_iv(IMAGE_SLICE_PITCH)
120const_iv(IMAGE_WIDTH) 142const_iv(IMAGE_WIDTH)
121const_iv(IMAGE_HEIGHT) 143const_iv(IMAGE_HEIGHT)
122const_iv(IMAGE_DEPTH) 144const_iv(IMAGE_DEPTH)
145const_iv(IMAGE_ARRAY_SIZE)
146const_iv(IMAGE_BUFFER)
147const_iv(IMAGE_NUM_MIP_LEVELS)
148const_iv(IMAGE_NUM_SAMPLES)
123const_iv(ADDRESS_NONE) 149const_iv(ADDRESS_NONE)
124const_iv(ADDRESS_CLAMP_TO_EDGE) 150const_iv(ADDRESS_CLAMP_TO_EDGE)
125const_iv(ADDRESS_CLAMP) 151const_iv(ADDRESS_CLAMP)
126const_iv(ADDRESS_REPEAT) 152const_iv(ADDRESS_REPEAT)
127const_iv(ADDRESS_MIRRORED_REPEAT) 153const_iv(ADDRESS_MIRRORED_REPEAT)
137const_iv(PROGRAM_NUM_DEVICES) 163const_iv(PROGRAM_NUM_DEVICES)
138const_iv(PROGRAM_DEVICES) 164const_iv(PROGRAM_DEVICES)
139const_iv(PROGRAM_SOURCE) 165const_iv(PROGRAM_SOURCE)
140const_iv(PROGRAM_BINARY_SIZES) 166const_iv(PROGRAM_BINARY_SIZES)
141const_iv(PROGRAM_BINARIES) 167const_iv(PROGRAM_BINARIES)
168const_iv(PROGRAM_NUM_KERNELS)
169const_iv(PROGRAM_KERNEL_NAMES)
142const_iv(PROGRAM_BUILD_STATUS) 170const_iv(PROGRAM_BUILD_STATUS)
143const_iv(PROGRAM_BUILD_OPTIONS) 171const_iv(PROGRAM_BUILD_OPTIONS)
144const_iv(PROGRAM_BUILD_LOG) 172const_iv(PROGRAM_BUILD_LOG)
173const_iv(PROGRAM_BINARY_TYPE)
145const_iv(KERNEL_FUNCTION_NAME) 174const_iv(KERNEL_FUNCTION_NAME)
146const_iv(KERNEL_NUM_ARGS) 175const_iv(KERNEL_NUM_ARGS)
147const_iv(KERNEL_REFERENCE_COUNT) 176const_iv(KERNEL_REFERENCE_COUNT)
148const_iv(KERNEL_CONTEXT) 177const_iv(KERNEL_CONTEXT)
149const_iv(KERNEL_PROGRAM) 178const_iv(KERNEL_PROGRAM)
179const_iv(KERNEL_ATTRIBUTES)
180const_iv(KERNEL_ARG_ADDRESS_QUALIFIER)
181const_iv(KERNEL_ARG_ACCESS_QUALIFIER)
182const_iv(KERNEL_ARG_TYPE_NAME)
183const_iv(KERNEL_ARG_TYPE_QUALIFIER)
184const_iv(KERNEL_ARG_NAME)
185const_iv(KERNEL_ARG_ADDRESS_GLOBAL)
186const_iv(KERNEL_ARG_ADDRESS_LOCAL)
187const_iv(KERNEL_ARG_ADDRESS_CONSTANT)
188const_iv(KERNEL_ARG_ADDRESS_PRIVATE)
189const_iv(KERNEL_ARG_ACCESS_READ_ONLY)
190const_iv(KERNEL_ARG_ACCESS_WRITE_ONLY)
191const_iv(KERNEL_ARG_ACCESS_READ_WRITE)
192const_iv(KERNEL_ARG_ACCESS_NONE)
150const_iv(KERNEL_WORK_GROUP_SIZE) 193const_iv(KERNEL_WORK_GROUP_SIZE)
151const_iv(KERNEL_COMPILE_WORK_GROUP_SIZE) 194const_iv(KERNEL_COMPILE_WORK_GROUP_SIZE)
152const_iv(KERNEL_LOCAL_MEM_SIZE) 195const_iv(KERNEL_LOCAL_MEM_SIZE)
153const_iv(KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE) 196const_iv(KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE)
154const_iv(KERNEL_PRIVATE_MEM_SIZE) 197const_iv(KERNEL_PRIVATE_MEM_SIZE)
198const_iv(KERNEL_GLOBAL_WORK_SIZE)
155const_iv(EVENT_COMMAND_QUEUE) 199const_iv(EVENT_COMMAND_QUEUE)
156const_iv(EVENT_COMMAND_TYPE) 200const_iv(EVENT_COMMAND_TYPE)
157const_iv(EVENT_REFERENCE_COUNT) 201const_iv(EVENT_REFERENCE_COUNT)
158const_iv(EVENT_COMMAND_EXECUTION_STATUS) 202const_iv(EVENT_COMMAND_EXECUTION_STATUS)
159const_iv(EVENT_CONTEXT) 203const_iv(EVENT_CONTEXT)
176const_iv(COMMAND_RELEASE_GL_OBJECTS) 220const_iv(COMMAND_RELEASE_GL_OBJECTS)
177const_iv(COMMAND_READ_BUFFER_RECT) 221const_iv(COMMAND_READ_BUFFER_RECT)
178const_iv(COMMAND_WRITE_BUFFER_RECT) 222const_iv(COMMAND_WRITE_BUFFER_RECT)
179const_iv(COMMAND_COPY_BUFFER_RECT) 223const_iv(COMMAND_COPY_BUFFER_RECT)
180const_iv(COMMAND_USER) 224const_iv(COMMAND_USER)
225const_iv(COMMAND_BARRIER)
226const_iv(COMMAND_MIGRATE_MEM_OBJECTS)
227const_iv(COMMAND_FILL_BUFFER)
228const_iv(COMMAND_FILL_IMAGE)
181const_iv(BUFFER_CREATE_TYPE_REGION) 229const_iv(BUFFER_CREATE_TYPE_REGION)
182const_iv(PROFILING_COMMAND_QUEUED) 230const_iv(PROFILING_COMMAND_QUEUED)
183const_iv(PROFILING_COMMAND_SUBMIT) 231const_iv(PROFILING_COMMAND_SUBMIT)
184const_iv(PROFILING_COMMAND_START) 232const_iv(PROFILING_COMMAND_START)
185const_iv(PROFILING_COMMAND_END) 233const_iv(PROFILING_COMMAND_END)
234const_iv(DEVICE_DOUBLE_FP_CONFIG)
235const_iv(DEVICE_HALF_FP_CONFIG)
236const_iv(PLATFORM_ICD_SUFFIX_KHR)
237const_iv(DEVICE_COMPUTE_CAPABILITY_MAJOR_NV)
238const_iv(DEVICE_COMPUTE_CAPABILITY_MINOR_NV)
239const_iv(DEVICE_REGISTERS_PER_BLOCK_NV)
240const_iv(DEVICE_WARP_SIZE_NV)
241const_iv(DEVICE_GPU_OVERLAP_NV)
242const_iv(DEVICE_KERNEL_EXEC_TIMEOUT_NV)
243const_iv(DEVICE_INTEGRATED_MEMORY_NV)
244const_iv(DEVICE_PROFILING_TIMER_OFFSET_AMD)
245const_iv(GL_OBJECT_BUFFER)
246const_iv(GL_OBJECT_TEXTURE2D)
247const_iv(GL_OBJECT_TEXTURE3D)
248const_iv(GL_OBJECT_RENDERBUFFER)
249const_iv(GL_OBJECT_TEXTURE2D_ARRAY)
250const_iv(GL_OBJECT_TEXTURE1D)
251const_iv(GL_OBJECT_TEXTURE1D_ARRAY)
252const_iv(GL_OBJECT_TEXTURE_BUFFER)
253const_iv(GL_TEXTURE_TARGET)
254const_iv(GL_MIPMAP_LEVEL)
255const_iv(CURRENT_DEVICE_FOR_GL_CONTEXT_KHR)
256const_iv(DEVICES_FOR_GL_CONTEXT_KHR)
257const_iv(GL_CONTEXT_KHR)
258const_iv(EGL_DISPLAY_KHR)
259const_iv(GLX_DISPLAY_KHR)
260const_iv(WGL_HDC_KHR)
261const_iv(CGL_SHAREGROUP_KHR)
262const_iv(COMMAND_GL_FENCE_SYNC_OBJECT_KHR)
263const_iv(D3D10_DEVICE_KHR)
264const_iv(D3D10_DXGI_ADAPTER_KHR)
265const_iv(PREFERRED_DEVICES_FOR_D3D10_KHR)
266const_iv(ALL_DEVICES_FOR_D3D10_KHR)
267const_iv(CONTEXT_D3D10_DEVICE_KHR)
268const_iv(CONTEXT_D3D10_PREFER_SHARED_RESOURCES_KHR)
269const_iv(MEM_D3D10_RESOURCE_KHR)
270const_iv(IMAGE_D3D10_SUBRESOURCE_KHR)
271const_iv(COMMAND_ACQUIRE_D3D10_OBJECTS_KHR)
272const_iv(COMMAND_RELEASE_D3D10_OBJECTS_KHR)
273const_iv(D3D11_DEVICE_KHR)
274const_iv(D3D11_DXGI_ADAPTER_KHR)
275const_iv(PREFERRED_DEVICES_FOR_D3D11_KHR)
276const_iv(ALL_DEVICES_FOR_D3D11_KHR)
277const_iv(CONTEXT_D3D11_DEVICE_KHR)
278const_iv(CONTEXT_D3D11_PREFER_SHARED_RESOURCES_KHR)
279const_iv(MEM_D3D11_RESOURCE_KHR)
280const_iv(IMAGE_D3D11_SUBRESOURCE_KHR)
281const_iv(COMMAND_ACQUIRE_D3D11_OBJECTS_KHR)
282const_iv(COMMAND_RELEASE_D3D11_OBJECTS_KHR)
283const_iv(ADAPTER_D3D9_KHR)
284const_iv(ADAPTER_D3D9EX_KHR)
285const_iv(ADAPTER_DXVA_KHR)
286const_iv(PREFERRED_DEVICES_FOR_DX9_MEDIA_ADAPTER_KHR)
287const_iv(ALL_DEVICES_FOR_DX9_MEDIA_ADAPTER_KHR)
288const_iv(CONTEXT_D3D9_DEVICE_KHR)
289const_iv(CONTEXT_D3D9EX_DEVICE_KHR)
290const_iv(CONTEXT_DXVA_DEVICE_KHR)
291const_iv(MEM_DX9_MEDIA_ADAPTER_TYPE_KHR)
292const_iv(MEM_DX9_MEDIA_SURFACE_INFO_KHR)
293const_iv(IMAGE_DX9_MEDIA_PLANE_KHR)
294const_iv(COMMAND_ACQUIRE_DX9_MEDIA_SURFACES_KHR)
295const_iv(COMMAND_RELEASE_DX9_MEDIA_SURFACES_KHR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines