Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_matrix

311 	 assert(!op0->type->is_matrix() && !op1->type->is_matrix());
513 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
554 if (type->is_matrix()) {
583 if (type->is_matrix() && value->type->is_matrix()) {
994 } else if (vt->is_matrix()) {