• Home
  • Raw
  • Download

Lines Matching refs:isMatrix

70 		if(type.isMatrix())  in TypeToConstructorOperator()
341 …if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) { in addBinaryMath()
348 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) { in addBinaryMath()
355 if (!IsInteger(left->getBasicType()) || left->isMatrix() || left->isArray()) { in addBinaryMath()
482 …if (!IsInteger(child->getType().getBasicType()) || child->getType().isMatrix() || child->getType()… in addUnaryMath()
488 …if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().… in addUnaryMath()
498 if (!child->getType().isScalar() && !child->getType().isVector() && !child->getType().isMatrix()) in addUnaryMath()
1015 if (!left->isMatrix() && right->isMatrix()) { in promote()
1027 } else if (left->isMatrix() && !right->isMatrix()) { in promote()
1035 } else if (left->isMatrix() && right->isMatrix()) { in promote()
1039 } else if (!left->isMatrix() && !right->isMatrix()) { in promote()
1058 if (!left->isMatrix() && right->isMatrix()) { in promote()
1064 } else if (left->isMatrix() && !right->isMatrix()) { in promote()
1070 } else if (left->isMatrix() && right->isMatrix()) { in promote()
1074 } else if (!left->isMatrix() && !right->isMatrix()) { in promote()
1120 if ((left->isMatrix() && right->isVector()) || in promote()
1121 (left->isVector() && right->isMatrix())) in promote()
1173 if(!right->isMatrix()) in promote()
1179 if(!right->isMatrix()) in promote()
1185 if(!right->isMatrix() || right->getNominalSize() != right->getSecondarySize()) in promote()