• Home
  • Raw
  • Download

Lines Matching refs:getMatrixCols

406                                                                child->getMatrixCols(),  in addUnaryMath()
854 …TType newType(convertTo, EvqTemporary, node->getVectorSize(), node->getMatrixCols(), node->getMatr… in createConversion()
1412 …if ((sourceType.getMatrixCols() != type.getMatrixCols() || sourceType.getMatrixRows() != type.getM… in addShapeConversion()
1413 …sourceType.getMatrixCols() >= type.getMatrixCols() && sourceType.getMatrixRows() >= type.getMatrix… in addShapeConversion()
1417 …if (type.getVectorSize() == 4 && sourceType.getMatrixCols() == 2 && sourceType.getMatrixRows() == … in addShapeConversion()
1431 … if (sourceType.getVectorSize() == 4 && type.getMatrixCols() == 2 && type.getMatrixRows() == 2) in addShapeConversion()
2019 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2057 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2058 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2095 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2096 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2133 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2134 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2172 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2173 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2210 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2211 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
3578 node.setType(TType(basicType, EvqTemporary, right->getMatrixCols())); in promoteBinary()
3581 … node.setType(TType(basicType, EvqTemporary, 0, right->getMatrixCols(), right->getMatrixRows())); in promoteBinary()
3585 if (left->getMatrixCols() != right->getVectorSize()) in promoteBinary()
3593 if (left->getMatrixCols() != right->getMatrixRows()) in promoteBinary()
3596 … node.setType(TType(basicType, EvqTemporary, 0, right->getMatrixCols(), left->getMatrixRows())); in promoteBinary()
3612 …left->getVectorSize() != right->getMatrixRows() || left->getVectorSize() != right->getMatrixCols()) in promoteBinary()
3625 …if (left->getMatrixCols() != right->getMatrixCols() || left->getMatrixCols() != right->getMatrixRo… in promoteBinary()
3650 …left->getVectorSize() != right->getVectorSize() || left->getMatrixCols() != right->getMatrixCols()… in promoteBinary()
3673 …if (left->isMatrix() && right->isMatrix() && (left->getMatrixCols() != right->getMatrixCols() || l… in promoteBinary()
3939 …rray, TType(promoteTo, t.getQualifier().storage, t.getVectorSize(), t.getMatrixCols(), t.getMatrix… in promoteConstantUnion()