Home | History | Annotate | Download | only in glsl

Lines Matching full:is_vector

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()) {