Lines Matching refs:value_b
165 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b,
170 const glsl_type *type_b = value_b->type;
189 if (!apply_implicit_conversion(type_a, value_b, state)
197 type_b = value_b->type;
496 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b,
500 const glsl_type *type_b = value_b->type;
521 if (!apply_implicit_conversion(type_a, value_b, state)
529 type_b = value_b->type;