Lines Matching refs:isVector
343 …if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) { in addBinaryMath()
350 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) { in addBinaryMath()
490 …Bool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) { in addUnaryMath()
1018 if (left->isVector()) in promote()
1030 if (right->isVector()) { in promote()
1042 if (left->isVector() && right->isVector()) { in promote()
1044 } else if (left->isVector() || right->isVector()) { in promote()
1061 if (left->isVector()) in promote()
1067 if (right->isVector()) { in promote()
1077 if (left->isVector() && right->isVector()) { in promote()
1079 } else if (left->isVector() || right->isVector()) { in promote()
1080 if (! left->isVector()) in promote()
1122 if ((left->isMatrix() && right->isVector()) || in promote()
1123 (left->isVector() && right->isMatrix())) in promote()
1169 if(!left->isVector() || !right->isVector()) in promote()