Lines Matching refs:E_ANY

45     E_ANY,  enumerator
143 { "abs" , {1}, {E_ANY}},
144 { "abs_diff" , {1}, {E_ANY,E_COPY}},
145 { "acos" , {1}, {E_ANY}},
146 { "acosh" , {1}, {E_ANY}},
147 { "acospi" , {1}, {E_ANY}},
148 { "add_sat" , {1}, {E_ANY,E_COPY}},
149 { "all" , {1}, {E_ANY}},
150 { "any" , {1}, {E_ANY}},
151 { "asin" , {1}, {E_ANY}},
152 { "asinh" , {1}, {E_ANY}},
153 { "asinpi" , {1}, {E_ANY}},
154 { "async_work_group_copy" , {1}, {E_ANY,E_CONSTPTR_SWAPGL,EX_SIZET,EX_EVENT}},
155 { "async_work_group_strided_copy" , {1}, {E_ANY,E_CONSTPTR_SWAPGL,EX_SIZET,EX_SIZET,EX_EVENT}},
156 { "atan" , {1}, {E_ANY}},
157 { "atan2" , {1}, {E_ANY,E_COPY}},
158 { "atan2pi" , {1}, {E_ANY,E_COPY}},
159 { "atanh" , {1}, {E_ANY}},
160 { "atanpi" , {1}, {E_ANY}},
172 { "bitselect" , {1}, {E_ANY,E_COPY,E_COPY}},
173 { "cbrt" , {1}, {E_ANY}},
174 { "ceil" , {1}, {E_ANY}},
175 { "clamp" , {1}, {E_ANY,E_COPY,E_COPY}},
176 { "clz" , {1}, {E_ANY}},
177 { "commit_read_pipe" , {1}, {E_ANY,EX_RESERVEDID}},
178 { "commit_write_pipe" , {1}, {E_ANY,EX_RESERVEDID}},
179 { "copysign" , {1}, {E_ANY,E_COPY}},
180 { "cos" , {1}, {E_ANY}},
181 { "cosh" , {1}, {E_ANY}},
182 { "cospi" , {1}, {E_ANY}},
183 { "cross" , {1}, {E_ANY,E_COPY}},
184 { "ctz" , {1}, {E_ANY}},
185 { "degrees" , {1}, {E_ANY}},
186 { "distance" , {1}, {E_ANY,E_COPY}},
187 { "divide" , {1}, {E_ANY,E_COPY}},
188 { "dot" , {1}, {E_ANY,E_COPY}},
189 { "erf" , {1}, {E_ANY}},
190 { "erfc" , {1}, {E_ANY}},
191 { "exp" , {1}, {E_ANY}},
192 { "exp10" , {1}, {E_ANY}},
193 { "exp2" , {1}, {E_ANY}},
194 { "expm1" , {1}, {E_ANY}},
195 { "fabs" , {1}, {E_ANY}},
196 { "fast_distance" , {1}, {E_ANY,E_COPY}},
197 { "fast_length" , {1}, {E_ANY}},
198 { "fast_normalize" , {1}, {E_ANY}},
199 { "fdim" , {1}, {E_ANY,E_COPY}},
200 { "floor" , {1}, {E_ANY}},
201 { "fma" , {1}, {E_ANY,E_COPY,E_COPY}},
202 { "fmax" , {1}, {E_ANY,E_COPY}},
203 { "fmin" , {1}, {E_ANY,E_COPY}},
204 { "fmod" , {1}, {E_ANY,E_COPY}},
205 { "fract" , {2}, {E_POINTEE,E_ANY}},
206 { "frexp" , {1,2}, {E_ANY,E_ANY}},
207 { "get_image_array_size" , {1}, {E_ANY}},
208 { "get_image_channel_data_type" , {1}, {E_ANY}},
209 { "get_image_channel_order" , {1}, {E_ANY}},
210 { "get_image_dim" , {1}, {E_ANY}},
211 { "get_image_height" , {1}, {E_ANY}},
212 { "get_image_width" , {1}, {E_ANY}},
213 { "get_pipe_max_packets" , {1}, {E_ANY}},
214 { "get_pipe_num_packets" , {1}, {E_ANY}},
215 { "hadd" , {1}, {E_ANY,E_COPY}},
216 { "hypot" , {1}, {E_ANY,E_COPY}},
217 { "ilogb" , {1}, {E_ANY}},
218 { "isequal" , {1}, {E_ANY,E_COPY}},
219 { "isfinite" , {1}, {E_ANY}},
220 { "isgreater" , {1}, {E_ANY,E_COPY}},
221 { "isgreaterequal" , {1}, {E_ANY,E_COPY}},
222 { "isinf" , {1}, {E_ANY}},
223 { "isless" , {1}, {E_ANY,E_COPY}},
224 { "islessequal" , {1}, {E_ANY,E_COPY}},
225 { "islessgreater" , {1}, {E_ANY,E_COPY}},
226 { "isnan" , {1}, {E_ANY}},
227 { "isnormal" , {1}, {E_ANY}},
228 { "isnotequal" , {1}, {E_ANY,E_COPY}},
229 { "isordered" , {1}, {E_ANY,E_COPY}},
230 { "isunordered" , {1}, {E_ANY,E_COPY}},
231 { "ldexp" , {1}, {E_ANY,E_SETBASE_I32}},
232 { "length" , {1}, {E_ANY}},
233 { "lgamma" , {1}, {E_ANY}},
234 { "lgamma_r" , {1,2}, {E_ANY,E_ANY}},
235 { "log" , {1}, {E_ANY}},
236 { "log10" , {1}, {E_ANY}},
237 { "log1p" , {1}, {E_ANY}},
238 { "log2" , {1}, {E_ANY}},
239 { "logb" , {1}, {E_ANY}},
240 { "mad" , {1}, {E_ANY,E_COPY,E_COPY}},
241 { "mad24" , {1}, {E_ANY,E_COPY,E_COPY}},
242 { "mad_hi" , {1}, {E_ANY,E_COPY,E_COPY}},
243 { "mad_sat" , {1}, {E_ANY,E_COPY,E_COPY}},
244 { "max" , {1}, {E_ANY,E_COPY}},
245 { "maxmag" , {1}, {E_ANY,E_COPY}},
246 { "min" , {1}, {E_ANY,E_COPY}},
247 { "minmag" , {1}, {E_ANY,E_COPY}},
248 { "mix" , {1}, {E_ANY,E_COPY,E_COPY}},
249 { "modf" , {2}, {E_POINTEE,E_ANY}},
250 { "mul24" , {1}, {E_ANY,E_COPY}},
251 { "mul_hi" , {1}, {E_ANY,E_COPY}},
252 { "nan" , {1}, {E_ANY}},
253 { "nextafter" , {1}, {E_ANY,E_COPY}},
254 { "normalize" , {1}, {E_ANY}},
255 { "popcount" , {1}, {E_ANY}},
256 { "pow" , {1}, {E_ANY,E_COPY}},
257 { "pown" , {1}, {E_ANY,E_SETBASE_I32}},
258 { "powr" , {1}, {E_ANY,E_COPY}},
260 { "radians" , {1}, {E_ANY}},
261 { "recip" , {1}, {E_ANY}},
262 { "remainder" , {1}, {E_ANY,E_COPY}},
263 { "remquo" , {1,3}, {E_ANY,E_COPY,E_ANY}},
264 { "reserve_read_pipe" , {1}, {E_ANY,EX_UINT}},
265 { "reserve_write_pipe" , {1}, {E_ANY,EX_UINT}},
266 { "rhadd" , {1}, {E_ANY,E_COPY}},
267 { "rint" , {1}, {E_ANY}},
268 { "rootn" , {1}, {E_ANY,E_SETBASE_I32}},
269 { "rotate" , {1}, {E_ANY,E_COPY}},
270 { "round" , {1}, {E_ANY}},
271 { "rsqrt" , {1}, {E_ANY}},
272 { "select" , {1,3}, {E_ANY,E_COPY,E_ANY}},
273 { "shuffle" , {1,2}, {E_ANY,E_ANY}},
274 { "shuffle2" , {1,3}, {E_ANY,E_COPY,E_ANY}},
275 { "sign" , {1}, {E_ANY}},
276 { "signbit" , {1}, {E_ANY}},
277 { "sin" , {1}, {E_ANY}},
278 { "sincos" , {2}, {E_POINTEE,E_ANY}},
279 { "sinh" , {1}, {E_ANY}},
280 { "sinpi" , {1}, {E_ANY}},
281 { "smoothstep" , {1}, {E_ANY,E_COPY,E_COPY}},
282 { "sqrt" , {1}, {E_ANY}},
283 { "step" , {1}, {E_ANY,E_COPY}},
284 { "sub_group_broadcast" , {1}, {E_ANY,EX_UINT}},
285 { "sub_group_commit_read_pipe" , {1}, {E_ANY,EX_RESERVEDID}},
286 { "sub_group_commit_write_pipe" , {1}, {E_ANY,EX_RESERVEDID}},
287 { "sub_group_reduce_add" , {1}, {E_ANY}},
288 { "sub_group_reduce_max" , {1}, {E_ANY}},
289 { "sub_group_reduce_min" , {1}, {E_ANY}},
290 { "sub_group_reserve_read_pipe" , {1}, {E_ANY,EX_UINT}},
291 { "sub_group_reserve_write_pipe" , {1}, {E_ANY,EX_UINT}},
292 { "sub_group_scan_exclusive_add" , {1}, {E_ANY}},
293 { "sub_group_scan_exclusive_max" , {1}, {E_ANY}},
294 { "sub_group_scan_exclusive_min" , {1}, {E_ANY}},
295 { "sub_group_scan_inclusive_add" , {1}, {E_ANY}},
296 { "sub_group_scan_inclusive_max" , {1}, {E_ANY}},
297 { "sub_group_scan_inclusive_min" , {1}, {E_ANY}},
298 { "sub_sat" , {1}, {E_ANY,E_COPY}},
299 { "tan" , {1}, {E_ANY}},
300 { "tanh" , {1}, {E_ANY}},
301 { "tanpi" , {1}, {E_ANY}},
302 { "tgamma" , {1}, {E_ANY}},
303 { "trunc" , {1}, {E_ANY}},
304 { "upsample" , {1}, {E_ANY,E_MAKEBASE_UNS}},
305 { "vec_step" , {1}, {E_ANY}},
306 { "vstore" , {3}, {E_POINTEE,EX_SIZET,E_ANY}},
307 { "vstore16" , {3}, {E_V16_OF_POINTEE,EX_SIZET,E_ANY}},
308 { "vstore2" , {3}, {E_V2_OF_POINTEE,EX_SIZET,E_ANY}},
309 { "vstore3" , {3}, {E_V3_OF_POINTEE,EX_SIZET,E_ANY}},
310 { "vstore4" , {3}, {E_V4_OF_POINTEE,EX_SIZET,E_ANY}},
311 { "vstore8" , {3}, {E_V8_OF_POINTEE,EX_SIZET,E_ANY}},
312 { "work_group_commit_read_pipe" , {1}, {E_ANY,EX_RESERVEDID}},
313 { "work_group_commit_write_pipe" , {1}, {E_ANY,EX_RESERVEDID}},
314 { "work_group_reduce_add" , {1}, {E_ANY}},
315 { "work_group_reduce_max" , {1}, {E_ANY}},
316 { "work_group_reduce_min" , {1}, {E_ANY}},
317 { "work_group_reserve_read_pipe" , {1}, {E_ANY,EX_UINT}},
318 { "work_group_reserve_write_pipe" , {1}, {E_ANY,EX_UINT}},
319 { "work_group_scan_exclusive_add" , {1}, {E_ANY}},
320 { "work_group_scan_exclusive_max" , {1}, {E_ANY}},
321 { "work_group_scan_exclusive_min" , {1}, {E_ANY}},
322 { "work_group_scan_inclusive_add" , {1}, {E_ANY}},
323 { "work_group_scan_inclusive_max" , {1}, {E_ANY}},
324 { "work_group_scan_inclusive_min" , {1}, {E_ANY}},
325 { "write_imagef" , {1}, {E_ANY,E_IMAGECOORDS,EX_FLOAT4}},
326 { "write_imagei" , {1}, {E_ANY,E_IMAGECOORDS,EX_INTV4}},
327 { "write_imageui" , {1}, {E_ANY,E_IMAGECOORDS,EX_UINTV4}},
328 { "ncos" , {1}, {E_ANY} },
329 { "nexp2" , {1}, {E_ANY} },
330 { "nfma" , {1}, {E_ANY, E_COPY, E_COPY} },
331 { "nlog2" , {1}, {E_ANY} },
332 { "nrcp" , {1}, {E_ANY} },
333 { "nrsqrt" , {1}, {E_ANY} },
334 { "nsin" , {1}, {E_ANY} },
335 { "nsqrt" , {1}, {E_ANY} },
336 { "ftz" , {1}, {E_ANY} },
337 { "fldexp" , {1}, {E_ANY, EX_UINT} },
338 { "class" , {1}, {E_ANY, EX_UINT} },
339 { "rcbrt" , {1}, {E_ANY} },
406 case E_ANY: in getNextParam()