Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_vector

300       else if (ir->operands[0]->type->is_vector() &&
301 ir->operands[1]->type->is_vector()) {
320 assert(ir->operands[0]->type->is_vector()
342 if (ir->operands[0]->type->is_vector() &&
343 ir->operands[1]->type->is_vector()) {
356 if (ir->operands[0]->type->is_vector() &&
357 ir->operands[1]->type->is_vector()) {
374 assert(ir->operands[0]->type->is_vector());
386 assert(ir->type->is_vector());
416 /* The is_vector assertion above should prevent execution from ever
463 if (lhs->type->is_scalar() || lhs->type->is_vector()) {