Home | History | Annotate | Download | only in glsl

Lines Matching refs:operation

46  * there is no subtract operation separate from adding the negation.
57 * reciprocal. By breaking the operation down, constant reciprocals
127 ir->operation = ir_binop_add;
145 ir->operation = ir_binop_mul;
190 ir->operation = ir_unop_f2i;
193 ir->operation = ir_unop_i2u;
206 ir->operation = ir_unop_exp2;
219 ir->operation = ir_unop_exp2;
229 ir->operation = ir_binop_mul;
265 ir->operation = ir_binop_mul;
274 switch (ir->operation) {