Home | History | Annotate | Download | only in glsl

Lines Matching refs:last_row

1059       const unsigned last_row = MIN2(src_matrix->type->vector_elements,
1065 for (unsigned i = 1; i < last_row; i++)
1068 const unsigned write_mask = (1U << last_row) - 1;
1086 rhs = new(ctx) ir_swizzle(rhs_col, swiz, last_row);