Lines Matching refs:isMatrix
70 if(type.isMatrix()) in TypeToConstructorOperator()
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()
357 if (!IsInteger(left->getBasicType()) || left->isMatrix() || left->isArray()) { in addBinaryMath()
484 …if (!IsInteger(child->getType().getBasicType()) || child->getType().isMatrix() || child->getType()… in addUnaryMath()
490 …if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().… in addUnaryMath()
1017 if (!left->isMatrix() && right->isMatrix()) { in promote()
1029 } else if (left->isMatrix() && !right->isMatrix()) { in promote()
1037 } else if (left->isMatrix() && right->isMatrix()) { in promote()
1041 } else if (!left->isMatrix() && !right->isMatrix()) { in promote()
1060 if (!left->isMatrix() && right->isMatrix()) { in promote()
1066 } else if (left->isMatrix() && !right->isMatrix()) { in promote()
1072 } else if (left->isMatrix() && right->isMatrix()) { in promote()
1076 } else if (!left->isMatrix() && !right->isMatrix()) { in promote()
1122 if ((left->isMatrix() && right->isVector()) || in promote()
1123 (left->isVector() && right->isMatrix())) in promote()
1175 if(!right->isMatrix()) in promote()
1181 if(!right->isMatrix()) in promote()
1187 if(!right->isMatrix() || right->getNominalSize() != right->getSecondarySize()) in promote()