• Home
  • Raw
  • Download

Lines Matching defs:a

74 swizzle(operand a, int swizzle, int components)  in swizzle()
87 swizzle_for_size(operand a, unsigned components) in swizzle_for_size()
102 swizzle_xxxx(operand a) in swizzle_xxxx()
108 swizzle_yyyy(operand a) in swizzle_yyyy()
114 swizzle_zzzz(operand a) in swizzle_zzzz()
120 swizzle_wwww(operand a) in swizzle_wwww()
126 swizzle_x(operand a) in swizzle_x()
132 swizzle_y(operand a) in swizzle_y()
138 swizzle_z(operand a) in swizzle_z()
144 swizzle_w(operand a) in swizzle_w()
150 swizzle_xy(operand a) in swizzle_xy()
156 swizzle_xyz(operand a) in swizzle_xyz()
162 swizzle_xyzw(operand a) in swizzle_xyzw()
168 expr(ir_expression_operation op, operand a) in expr()
176 expr(ir_expression_operation op, operand a, operand b) in expr()
184 expr(ir_expression_operation op, operand a, operand b, operand c) in expr()
191 ir_expression *add(operand a, operand b) in add()
196 ir_expression *sub(operand a, operand b) in sub()
201 ir_expression *min2(operand a, operand b) in min2()
206 ir_expression *max2(operand a, operand b) in max2()
211 ir_expression *mul(operand a, operand b) in mul()
216 ir_expression *imul_high(operand a, operand b) in imul_high()
221 ir_expression *div(operand a, operand b) in div()
226 ir_expression *carry(operand a, operand b) in carry()
231 ir_expression *borrow(operand a, operand b) in borrow()
236 ir_expression *trunc(operand a) in trunc()
241 ir_expression *round_even(operand a) in round_even()
246 ir_expression *fract(operand a) in fract()
252 ir_expression *dot(operand a, operand b) in dot()
263 clamp(operand a, operand b, operand c) in clamp()
269 saturate(operand a) in saturate()
275 abs(operand a) in abs()
281 neg(operand a) in neg()
287 sin(operand a) in sin()
293 cos(operand a) in cos()
299 exp(operand a) in exp()
305 rcp(operand a) in rcp()
311 rsq(operand a) in rsq()
317 sqrt(operand a) in sqrt()
323 log(operand a) in log()
329 sign(operand a) in sign()
335 subr_to_int(operand a) in subr_to_int()
341 equal(operand a, operand b) in equal()
347 nequal(operand a, operand b) in nequal()
353 less(operand a, operand b) in less()
359 greater(operand a, operand b) in greater()
365 lequal(operand a, operand b) in lequal()
371 gequal(operand a, operand b) in gequal()
377 logic_not(operand a) in logic_not()
383 logic_and(operand a, operand b) in logic_and()
389 logic_or(operand a, operand b) in logic_or()
395 bit_not(operand a) in bit_not()
401 bit_and(operand a, operand b) in bit_and()
407 bit_or(operand a, operand b) in bit_or()
413 bit_xor(operand a, operand b) in bit_xor()
419 lshift(operand a, operand b) in lshift()
425 rshift(operand a, operand b) in rshift()
431 f2i(operand a) in f2i()
437 bitcast_f2i(operand a) in bitcast_f2i()
443 i2f(operand a) in i2f()
449 bitcast_i2f(operand a) in bitcast_i2f()
455 i2u(operand a) in i2u()
461 u2i(operand a) in u2i()
467 f2u(operand a) in f2u()
473 bitcast_f2u(operand a) in bitcast_f2u()
479 u2f(operand a) in u2f()
485 bitcast_u2f(operand a) in bitcast_u2f()
491 i2b(operand a) in i2b()
497 b2i(operand a) in b2i()
503 f2b(operand a) in f2b()
509 b2f(operand a) in b2f()
515 bitcast_d2i64(operand a) in bitcast_d2i64()
521 bitcast_d2u64(operand a) in bitcast_d2u64()
527 bitcast_i642d(operand a) in bitcast_i642d()
533 bitcast_u642d(operand a) in bitcast_u642d()
539 interpolate_at_centroid(operand a) in interpolate_at_centroid()
545 interpolate_at_offset(operand a, operand b) in interpolate_at_offset()
551 interpolate_at_sample(operand a, operand b) in interpolate_at_sample()
557 f2d(operand a) in f2d()
563 i2d(operand a) in i2d()
569 u2d(operand a) in u2d()
575 fma(operand a, operand b, operand c) in fma()
581 lrp(operand x, operand y, operand a) in lrp()
587 csel(operand a, operand b, operand c) in csel()
593 bitfield_extract(operand a, operand b, operand c) in bitfield_extract()
599 bitfield_insert(operand a, operand b, operand c, operand d) in bitfield_insert()