Searched refs:ir1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp66 bool reassociate_constant(ir_expression *ir1,
70 void reassociate_operands(ir_expression *ir1,
229 ir_algebraic_visitor::reassociate_operands(ir_expression *ir1, argument
235 ir2->operands[op2] = ir1->operands[op1];
236 ir1->operands[op1] = temp;
238 /* Update the type of ir2. The type of ir1 won't have changed --
253 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index, argument
257 if (!ir2 || ir1->operation != ir2->operation)
261 if (ir1->operands[0]->type->is_matrix() ||
262 ir1
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp66 bool reassociate_constant(ir_expression *ir1,
70 void reassociate_operands(ir_expression *ir1,
229 ir_algebraic_visitor::reassociate_operands(ir_expression *ir1, argument
235 ir2->operands[op2] = ir1->operands[op1];
236 ir1->operands[op1] = temp;
238 /* Update the type of ir2. The type of ir1 won't have changed --
253 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index, argument
257 if (!ir2 || ir1->operation != ir2->operation)
261 if (ir1->operands[0]->type->is_matrix() ||
262 ir1
[all...]

Completed in 3 milliseconds