Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_vector

136    if (v->type->is_vector()) {
158 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
183 if (rhs->type->is_vector())
513 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
837 if (!this->type->is_scalar() && !this->type->is_vector())
874 if (!this->type->is_scalar() && !this->type->is_vector())
911 if (!this->type->is_scalar() && !this->type->is_vector())
996 } else if (vt->is_vector()) {