Lines Matching refs:isVector
158 …if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) { in addBinaryMath()
165 … if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) { in addBinaryMath()
293 …Bool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) { in addUnaryMath()
943 if (left->isVector()) in promote()
950 if (right->isVector()) { in promote()
959 if (left->isVector() && right->isVector()) { in promote()
961 } else if (left->isVector() || right->isVector()) { in promote()
972 if (left->isVector()) in promote()
978 if (right->isVector()) { in promote()
986 if (left->isVector() && right->isVector()) { in promote()
988 } else if (left->isVector() || right->isVector()) { in promote()
989 if (! left->isVector()) in promote()
1008 if (left->isMatrix() && right->isVector() || in promote()
1009 left->isVector() && right->isMatrix()) in promote()
1020 if (left->isMatrix() && right->isVector() || in promote()
1021 left->isVector() && right->isMatrix()) in promote()