• Home
  • Raw
  • Download

Lines Matching refs:getSecondarySize

40 		       left.getSecondarySize() == right.getSecondarySize();  in ValidateMultiplication()
45 return left.getNominalSize() == right.getSecondarySize(); in ValidateMultiplication()
47 return left.getNominalSize() == right.getSecondarySize() && in ValidateMultiplication()
55 return left.getNominalSize() == right.getSecondarySize(); in ValidateMultiplication()
58 left.getSecondarySize() == right.getSecondarySize(); in ValidateMultiplication()
75 switch(type.getSecondarySize()) in TypeToConstructorOperator()
89 switch(type.getSecondarySize()) in TypeToConstructorOperator()
103 switch(type.getSecondarySize()) in TypeToConstructorOperator()
1025 …t<unsigned char>(right->getNominalSize()), static_cast<unsigned char>(right->getSecondarySize()))); in promote()
1031 static_cast<unsigned char>(left->getSecondarySize()), 1)); in promote()
1038 …st<unsigned char>(right->getNominalSize()), static_cast<unsigned char>(left->getSecondarySize()))); in promote()
1073 …st<unsigned char>(right->getNominalSize()), static_cast<unsigned char>(left->getSecondarySize()))); in promote()
1099 (left->getSecondarySize() != right->getSecondarySize())) in promote()
1126 left->getSecondarySize() != right->getSecondarySize()) in promote()
1143 left->getSecondarySize(), right->getSecondarySize()); in promote()
1161 (left->getSecondarySize() != right->getSecondarySize())) in promote()
1175 setType(TType(EbtFloat, right->getSecondarySize(), right->getNominalSize())); in promote()
1185 if(!right->isMatrix() || right->getNominalSize() != right->getSecondarySize()) in promote()
1462 int leftNumRows = getSecondarySize(); in fold()
1464 int rightNumRows = node->getSecondarySize(); in fold()
1506 int rightRow = node->getSecondarySize(); in fold()
1521 ASSERT(node->getNominalSize() == node->getSecondarySize()); in fold()
1533 ASSERT(node->getNominalSize() == node->getSecondarySize()); in fold()
1601 tempConstArray = new ConstantUnion[getSecondarySize()]; in fold()
1604 for (int rows = getSecondarySize(), i = 0; i < rows; i++) { in fold()
1612 …termConstantUnion(tempConstArray, TType(EbtFloat, EbpUndefined, EvqConstExpr, getSecondarySize())); in fold()
1627 for (int rows = node->getSecondarySize(), j = 0; j < rows; j++) { in fold()
2121 …romoteTo, t.getPrecision(), t.getQualifier(), t.getNominalSize(), t.getSecondarySize(), t.isArray(… in promoteConstantUnion()