Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_vector

348       else if (ir->operands[0]->type->is_vector() &&
349 ir->operands[1]->type->is_vector()) {
368 assert(ir->operands[0]->type->is_vector()
390 if (ir->operands[0]->type->is_vector() &&
391 ir->operands[1]->type->is_vector()) {
404 if (ir->operands[0]->type->is_vector() &&
405 ir->operands[1]->type->is_vector()) {
422 assert(ir->operands[0]->type->is_vector());
441 assert(ir->type->is_vector());
471 /* The is_vector assertion above should prevent execution from ever
540 if (lhs->type->is_scalar() || lhs->type->is_vector()) {