Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_vector

141    if (v->type->is_vector()) {
163 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
188 if (rhs->type->is_vector())
601 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
735 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
936 if (!type->is_vector() && !type->is_matrix()) {
1029 if (!this->type->is_scalar() && !this->type->is_vector())
1066 if (!this->type->is_scalar() && !this->type->is_vector())
1103 if (!this->type->is_scalar() && !this->type->is_vector())
1139 if (!this->type->is_scalar() && !this->type->is_vector())
1233 } else if (vt->is_vector()) {