Home | History | Annotate | Download | only in glsl

Lines Matching refs:rhs_col

1073 	 ir_rvalue *const rhs_col =
1085 if (lhs->type->vector_elements != rhs_col->type->vector_elements) {
1086 rhs = new(ctx) ir_swizzle(rhs_col, swiz, last_row);
1088 rhs = rhs_col;