Home | History | Annotate | Download | only in glsl

Lines Matching refs:operation

45  * there is no subtract operation separate from adding the negation.
56 * reciprocal. By breaking the operation down, constant reciprocals
121 ir->operation = ir_binop_add;
139 ir->operation = ir_binop_mul;
171 ir->operation = ir_unop_f2i;
184 ir->operation = ir_unop_exp2;
197 ir->operation = ir_unop_exp2;
207 ir->operation = ir_binop_mul;
243 ir->operation = ir_binop_mul;
252 switch (ir->operation) {