Home | History | Annotate | Download | only in glsl

Lines Matching refs:matrix_columns

557 	 for (unsigned i = 0; i < type->matrix_columns; i++)
591 unsigned cols = MIN2(type->matrix_columns, value->type->matrix_columns);
602 for (unsigned i = cols; i < type->matrix_columns; i++)