ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/enumstr.h
Revision: 1.1
Committed: Tue Nov 15 20:38:07 2011 UTC (12 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_92, rel-0_91, rel-0_59, rel-0_14, rel-0_15
Log Message:
*** empty log message ***

File Contents

# Content
1 const_iv(PLATFORM_PROFILE)
2 const_iv(PLATFORM_VERSION)
3 const_iv(PLATFORM_NAME)
4 const_iv(PLATFORM_VENDOR)
5 const_iv(PLATFORM_EXTENSIONS)
6 const_iv(DEVICE_TYPE_ALL)
7 const_iv(DEVICE_TYPE)
8 const_iv(DEVICE_VENDOR_ID)
9 const_iv(DEVICE_MAX_COMPUTE_UNITS)
10 const_iv(DEVICE_MAX_WORK_ITEM_DIMENSIONS)
11 const_iv(DEVICE_MAX_WORK_GROUP_SIZE)
12 const_iv(DEVICE_MAX_WORK_ITEM_SIZES)
13 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_CHAR)
14 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_SHORT)
15 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_INT)
16 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_LONG)
17 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT)
18 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE)
19 const_iv(DEVICE_MAX_CLOCK_FREQUENCY)
20 const_iv(DEVICE_ADDRESS_BITS)
21 const_iv(DEVICE_MAX_READ_IMAGE_ARGS)
22 const_iv(DEVICE_MAX_WRITE_IMAGE_ARGS)
23 const_iv(DEVICE_MAX_MEM_ALLOC_SIZE)
24 const_iv(DEVICE_IMAGE2D_MAX_WIDTH)
25 const_iv(DEVICE_IMAGE2D_MAX_HEIGHT)
26 const_iv(DEVICE_IMAGE3D_MAX_WIDTH)
27 const_iv(DEVICE_IMAGE3D_MAX_HEIGHT)
28 const_iv(DEVICE_IMAGE3D_MAX_DEPTH)
29 const_iv(DEVICE_IMAGE_SUPPORT)
30 const_iv(DEVICE_MAX_PARAMETER_SIZE)
31 const_iv(DEVICE_MAX_SAMPLERS)
32 const_iv(DEVICE_MEM_BASE_ADDR_ALIGN)
33 const_iv(DEVICE_MIN_DATA_TYPE_ALIGN_SIZE)
34 const_iv(DEVICE_SINGLE_FP_CONFIG)
35 const_iv(DEVICE_GLOBAL_MEM_CACHE_TYPE)
36 const_iv(DEVICE_GLOBAL_MEM_CACHELINE_SIZE)
37 const_iv(DEVICE_GLOBAL_MEM_CACHE_SIZE)
38 const_iv(DEVICE_GLOBAL_MEM_SIZE)
39 const_iv(DEVICE_MAX_CONSTANT_BUFFER_SIZE)
40 const_iv(DEVICE_MAX_CONSTANT_ARGS)
41 const_iv(DEVICE_LOCAL_MEM_TYPE)
42 const_iv(DEVICE_LOCAL_MEM_SIZE)
43 const_iv(DEVICE_ERROR_CORRECTION_SUPPORT)
44 const_iv(DEVICE_PROFILING_TIMER_RESOLUTION)
45 const_iv(DEVICE_ENDIAN_LITTLE)
46 const_iv(DEVICE_AVAILABLE)
47 const_iv(DEVICE_COMPILER_AVAILABLE)
48 const_iv(DEVICE_EXECUTION_CAPABILITIES)
49 const_iv(DEVICE_QUEUE_PROPERTIES)
50 const_iv(DEVICE_NAME)
51 const_iv(DEVICE_VENDOR)
52 const_iv(DRIVER_VERSION)
53 const_iv(DEVICE_PROFILE)
54 const_iv(DEVICE_VERSION)
55 const_iv(DEVICE_EXTENSIONS)
56 const_iv(DEVICE_PLATFORM)
57 const_iv(DEVICE_PREFERRED_VECTOR_WIDTH_HALF)
58 const_iv(DEVICE_HOST_UNIFIED_MEMORY)
59 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_CHAR)
60 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_SHORT)
61 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_INT)
62 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_LONG)
63 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_FLOAT)
64 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE)
65 const_iv(DEVICE_NATIVE_VECTOR_WIDTH_HALF)
66 const_iv(DEVICE_OPENCL_C_VERSION)
67 const_iv(CONTEXT_REFERENCE_COUNT)
68 const_iv(CONTEXT_DEVICES)
69 const_iv(CONTEXT_PROPERTIES)
70 const_iv(CONTEXT_NUM_DEVICES)
71 const_iv(CONTEXT_PLATFORM)
72 const_iv(QUEUE_CONTEXT)
73 const_iv(QUEUE_DEVICE)
74 const_iv(QUEUE_REFERENCE_COUNT)
75 const_iv(QUEUE_PROPERTIES)
76 const_iv(R)
77 const_iv(A)
78 const_iv(RG)
79 const_iv(RA)
80 const_iv(RGB)
81 const_iv(RGBA)
82 const_iv(BGRA)
83 const_iv(ARGB)
84 const_iv(INTENSITY)
85 const_iv(LUMINANCE)
86 const_iv(Rx)
87 const_iv(RGx)
88 const_iv(RGBx)
89 const_iv(SNORM_INT8)
90 const_iv(SNORM_INT16)
91 const_iv(UNORM_INT8)
92 const_iv(UNORM_INT16)
93 const_iv(UNORM_SHORT_565)
94 const_iv(UNORM_SHORT_555)
95 const_iv(UNORM_INT_101010)
96 const_iv(SIGNED_INT8)
97 const_iv(SIGNED_INT16)
98 const_iv(SIGNED_INT32)
99 const_iv(UNSIGNED_INT8)
100 const_iv(UNSIGNED_INT16)
101 const_iv(UNSIGNED_INT32)
102 const_iv(HALF_FLOAT)
103 const_iv(FLOAT)
104 const_iv(MEM_OBJECT_BUFFER)
105 const_iv(MEM_OBJECT_IMAGE2D)
106 const_iv(MEM_OBJECT_IMAGE3D)
107 const_iv(MEM_TYPE)
108 const_iv(MEM_FLAGS)
109 const_iv(MEM_SIZE)
110 const_iv(MEM_HOST_PTR)
111 const_iv(MEM_MAP_COUNT)
112 const_iv(MEM_REFERENCE_COUNT)
113 const_iv(MEM_CONTEXT)
114 const_iv(MEM_ASSOCIATED_MEMOBJECT)
115 const_iv(MEM_OFFSET)
116 const_iv(IMAGE_FORMAT)
117 const_iv(IMAGE_ELEMENT_SIZE)
118 const_iv(IMAGE_ROW_PITCH)
119 const_iv(IMAGE_SLICE_PITCH)
120 const_iv(IMAGE_WIDTH)
121 const_iv(IMAGE_HEIGHT)
122 const_iv(IMAGE_DEPTH)
123 const_iv(ADDRESS_NONE)
124 const_iv(ADDRESS_CLAMP_TO_EDGE)
125 const_iv(ADDRESS_CLAMP)
126 const_iv(ADDRESS_REPEAT)
127 const_iv(ADDRESS_MIRRORED_REPEAT)
128 const_iv(FILTER_NEAREST)
129 const_iv(FILTER_LINEAR)
130 const_iv(SAMPLER_REFERENCE_COUNT)
131 const_iv(SAMPLER_CONTEXT)
132 const_iv(SAMPLER_NORMALIZED_COORDS)
133 const_iv(SAMPLER_ADDRESSING_MODE)
134 const_iv(SAMPLER_FILTER_MODE)
135 const_iv(PROGRAM_REFERENCE_COUNT)
136 const_iv(PROGRAM_CONTEXT)
137 const_iv(PROGRAM_NUM_DEVICES)
138 const_iv(PROGRAM_DEVICES)
139 const_iv(PROGRAM_SOURCE)
140 const_iv(PROGRAM_BINARY_SIZES)
141 const_iv(PROGRAM_BINARIES)
142 const_iv(PROGRAM_BUILD_STATUS)
143 const_iv(PROGRAM_BUILD_OPTIONS)
144 const_iv(PROGRAM_BUILD_LOG)
145 const_iv(KERNEL_FUNCTION_NAME)
146 const_iv(KERNEL_NUM_ARGS)
147 const_iv(KERNEL_REFERENCE_COUNT)
148 const_iv(KERNEL_CONTEXT)
149 const_iv(KERNEL_PROGRAM)
150 const_iv(KERNEL_WORK_GROUP_SIZE)
151 const_iv(KERNEL_COMPILE_WORK_GROUP_SIZE)
152 const_iv(KERNEL_LOCAL_MEM_SIZE)
153 const_iv(KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE)
154 const_iv(KERNEL_PRIVATE_MEM_SIZE)
155 const_iv(EVENT_COMMAND_QUEUE)
156 const_iv(EVENT_COMMAND_TYPE)
157 const_iv(EVENT_REFERENCE_COUNT)
158 const_iv(EVENT_COMMAND_EXECUTION_STATUS)
159 const_iv(EVENT_CONTEXT)
160 const_iv(COMMAND_NDRANGE_KERNEL)
161 const_iv(COMMAND_TASK)
162 const_iv(COMMAND_NATIVE_KERNEL)
163 const_iv(COMMAND_READ_BUFFER)
164 const_iv(COMMAND_WRITE_BUFFER)
165 const_iv(COMMAND_COPY_BUFFER)
166 const_iv(COMMAND_READ_IMAGE)
167 const_iv(COMMAND_WRITE_IMAGE)
168 const_iv(COMMAND_COPY_IMAGE)
169 const_iv(COMMAND_COPY_IMAGE_TO_BUFFER)
170 const_iv(COMMAND_COPY_BUFFER_TO_IMAGE)
171 const_iv(COMMAND_MAP_BUFFER)
172 const_iv(COMMAND_MAP_IMAGE)
173 const_iv(COMMAND_UNMAP_MEM_OBJECT)
174 const_iv(COMMAND_MARKER)
175 const_iv(COMMAND_ACQUIRE_GL_OBJECTS)
176 const_iv(COMMAND_RELEASE_GL_OBJECTS)
177 const_iv(COMMAND_READ_BUFFER_RECT)
178 const_iv(COMMAND_WRITE_BUFFER_RECT)
179 const_iv(COMMAND_COPY_BUFFER_RECT)
180 const_iv(COMMAND_USER)
181 const_iv(BUFFER_CREATE_TYPE_REGION)
182 const_iv(PROFILING_COMMAND_QUEUED)
183 const_iv(PROFILING_COMMAND_SUBMIT)
184 const_iv(PROFILING_COMMAND_START)
185 const_iv(PROFILING_COMMAND_END)