Home | History | Annotate | Download | only in glsl

Lines Matching refs:vector_elements

497 	    ? 1 : op[0]->type->vector_elements;
498 const unsigned m = op[1]->type->vector_elements;
793 for (unsigned c = 0; c < this->type->vector_elements; c++) {
894 const unsigned mat_idx = column * column_type->vector_elements;
901 for (unsigned i = 0; i < column_type->vector_elements; i++)
907 for (unsigned i = 0; i < column_type->vector_elements; i++)
1267 const unsigned m = op[0]->type->vector_elements;
1268 const unsigned n = op[1]->type->vector_elements;
1339 const unsigned n = op[0]->type->vector_elements;