Home | History | Annotate | Download | only in glsl

Lines Matching full:is_matrix

623          if (ir->operands[0]->type->is_matrix() && ir->operands[1]->type->is_vector())
625 else if (ir->operands[0]->type->is_vector() && ir->operands[1]->type->is_matrix()) {
636 else if (ir->operands[0]->type->is_matrix() && ir->operands[1]->type->is_matrix())
1284 if (ir->rhs->type->is_matrix()) {