Searched refs:type_b (Results 1 – 2 of 2) sorted by relevance
170 const glsl_type *type_b = value_b->type; in arithmetic_result_type() local178 if (!type_a->is_numeric() || !type_b->is_numeric()) { in arithmetic_result_type()190 && !apply_implicit_conversion(type_b, value_a, state)) { in arithmetic_result_type()197 type_b = value_b->type; in arithmetic_result_type()208 if (type_a->base_type != type_b->base_type) { in arithmetic_result_type()222 if (type_a->is_scalar() && type_b->is_scalar()) in arithmetic_result_type()231 if (!type_b->is_scalar()) in arithmetic_result_type()232 return type_b; in arithmetic_result_type()233 } else if (type_b->is_scalar()) { in arithmetic_result_type()242 assert(!type_b->is_scalar()); in arithmetic_result_type()[all …]
13 %type_a = type { %type_a*, %type_b }14 %type_b = type { %type_c, i32 }