• Home
  • Raw
  • Download

Lines Matching refs:isMatrix

367 …if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().…  in addUnaryMath()
1293 if (lhsNode->isMatrix() && rhsNode->isMatrix()) in addBiShapeConversion()
1381 if (sourceType.isScalarOrVec1() && type.isMatrix()) { in addShapeConversion()
1409 if (sourceType.isMatrix()) { in addShapeConversion()
1411 if (type.isMatrix()) { in addShapeConversion()
1430 } else if (type.isMatrix()) { in addShapeConversion()
2018 if (type.isMatrix()) { in mapTypeToConstructorOp()
3420 if (left->getBasicType() != EbtBool || left->isMatrix()) in promoteBinary()
3452 if (left->isMatrix() || right->isMatrix()) in promoteBinary()
3573 if (!left->isMatrix() && right->isMatrix()) { in promoteBinary()
3583 } else if (left->isMatrix() && !right->isMatrix()) { in promoteBinary()
3592 } else if (left->isMatrix() && right->isMatrix()) { in promoteBinary()
3597 } else if (! left->isMatrix() && ! right->isMatrix()) { in promoteBinary()
3610 if (! left->isMatrix() && right->isMatrix()) { in promoteBinary()
3618 } else if (left->isMatrix() && !right->isMatrix()) { in promoteBinary()
3624 } else if (left->isMatrix() && right->isMatrix()) { in promoteBinary()
3628 } else if (!left->isMatrix() && !right->isMatrix()) { in promoteBinary()
3669 if ((left->isMatrix() && right->isVector()) || in promoteBinary()
3670 (left->isVector() && right->isMatrix()) || in promoteBinary()
3673 …if (left->isMatrix() && right->isMatrix() && (left->getMatrixCols() != right->getMatrixCols() || l… in promoteBinary()
3677 if (right->isVector() || right->isMatrix()) { in promoteBinary()