Home | History | Annotate | Download | only in compiler

Lines Matching defs:arg0

1556 				TIntermTyped *arg0 = arg[0]->getAsTyped();
1560 if(arg0->isScalar() && arg.size() == 1) // Construct scale matrix
1565 Instruction *mov = emitCast(result, i, arg0, 0);
1570 else if(arg0->isMatrix())
1693 TIntermTyped *arg0 = arg[0]->getAsTyped();
1694 ASSERT((arg0->getNominalSize() == arg[1]->getAsTyped()->getNominalSize()) &&
1695 (arg0->getSecondarySize() == arg[1]->getAsTyped()->getSecondarySize()));
1697 int size = arg0->getNominalSize();