Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_scalar

133    if (v->type->is_scalar())
158 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
185 else if (rhs->type->is_scalar())
305 if (op0->type->is_scalar()) {
307 } else if (op1->type->is_scalar()) {
319 if (op0->type->is_scalar()) {
321 } else if (op1->type->is_scalar()) {
513 assert(type->is_scalar() || type->is_vector() || type->is_matrix()
553 if (value->type->is_scalar() && value->next->is_tail_sentinel()) {
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())