Lines Matching full:arg0
1393 TIntermTyped *arg0 = arg[0]->getAsTyped();
1397 if(arg0->isScalar() && arg.size() == 1) // Construct scale matrix
1402 Instruction *mov = emitCast(result, i, arg0, 0);
1407 else if(arg0->isMatrix())
1409 const int inCols = arg0->getNominalSize();
1410 const int inRows = arg0->getSecondarySize();
1423 Instruction *mov = emitCast(result, i, arg0, i);
1512 TIntermTyped *arg0 = arg[0]->getAsTyped();
1514 ASSERT((arg0->getNominalSize() == arg1->getNominalSize()) && (arg0->getSecondarySize() == arg1->getSecondarySize()));
1516 int size = arg0->getNominalSize();