Home | History | Annotate | Download | only in glsl

Lines Matching refs:ir2

60 			     ir_expression *ir2);
63 ir_expression *ir2,
105 ir_expression *ir2,
108 ir_rvalue *temp = ir2->operands[op2];
109 ir2->operands[op2] = ir1->operands[op1];
112 /* Update the type of ir2. The type of ir1 won't have changed --
116 update_type(ir2);
129 ir_expression *ir2)
131 if (!ir2 || ir1->operation != ir2->operation)
137 ir2->operands[0]->type->is_matrix() ||
138 ir2->operands[1]->type->is_matrix())
142 ir2_const[0] = ir2->operands[0]->constant_expression_value();
143 ir2_const[1] = ir2->operands[1]->constant_expression_value();
149 reassociate_operands(ir1, const_index, ir2, 1);
152 reassociate_operands(ir1, const_index, ir2, 0);
157 ir2->operands[0]->as_expression())) {
158 update_type(ir2);
163 ir2->operands[1]->as_expression())) {
164 update_type(ir2);