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()
1027 …t<unsigned char>(right->getNominalSize()), static_cast<unsigned char>(right->getSecondarySize()))); in promote()
1033 static_cast<unsigned char>(left->getSecondarySize()), 1)); in promote()
1040 …st<unsigned char>(right->getNominalSize()), static_cast<unsigned char>(left->getSecondarySize()))); in promote()
1075 …st<unsigned char>(right->getNominalSize()), static_cast<unsigned char>(left->getSecondarySize()))); in promote()
1101 (left->getSecondarySize() != right->getSecondarySize())) in promote()
1128 left->getSecondarySize() != right->getSecondarySize()) in promote()
1145 left->getSecondarySize(), right->getSecondarySize()); in promote()
1163 (left->getSecondarySize() != right->getSecondarySize())) in promote()
1177 setType(TType(EbtFloat, right->getSecondarySize(), right->getNominalSize())); in promote()
1187 if(!right->isMatrix() || right->getNominalSize() != right->getSecondarySize()) in promote()
1464 int leftNumRows = getSecondarySize(); in fold()
1466 int rightNumRows = node->getSecondarySize(); in fold()
1508 int rightRow = node->getSecondarySize(); in fold()
1523 ASSERT(node->getNominalSize() == node->getSecondarySize()); in fold()
1535 ASSERT(node->getNominalSize() == node->getSecondarySize()); in fold()
1603 tempConstArray = new ConstantUnion[getSecondarySize()]; in fold()
1606 for (int rows = getSecondarySize(), i = 0; i < rows; i++) { in fold()
1614 …termConstantUnion(tempConstArray, TType(EbtFloat, EbpUndefined, EvqConstExpr, getSecondarySize())); in fold()
1629 for (int rows = node->getSecondarySize(), j = 0; j < rows; j++) { in fold()
2123 …romoteTo, t.getPrecision(), t.getQualifier(), t.getNominalSize(), t.getSecondarySize(), t.isArray(… in promoteConstantUnion()