Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_matrix

355 	 assert(!op0->type->is_matrix() && !op1->type->is_matrix());
601 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
642 if (type->is_matrix()) {
671 if (type->is_matrix() && value->type->is_matrix()) {
735 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
936 if (!type->is_vector() && !type->is_matrix()) {
1231 } else if (vt->is_matrix()) {