• Home
  • Raw
  • Download

Lines Matching refs:getMatrixCols

404                                                                child->getMatrixCols(),  in addUnaryMath()
839 …TType newType(convertTo, EvqTemporary, node->getVectorSize(), node->getMatrixCols(), node->getMatr… in createConversion()
1397 …if ((sourceType.getMatrixCols() != type.getMatrixCols() || sourceType.getMatrixRows() != type.getM… in addShapeConversion()
1398 …sourceType.getMatrixCols() >= type.getMatrixCols() && sourceType.getMatrixRows() >= type.getMatrix… in addShapeConversion()
1402 …if (type.getVectorSize() == 4 && sourceType.getMatrixCols() == 2 && sourceType.getMatrixRows() == … in addShapeConversion()
1416 … if (sourceType.getVectorSize() == 4 && type.getMatrixCols() == 2 && type.getMatrixRows() == 2) in addShapeConversion()
1988 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2026 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2027 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2064 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2065 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2102 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2103 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2140 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2141 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
2178 if (type.getMatrixCols()) { in mapTypeToConstructorOp()
2179 switch (type.getMatrixCols()) { in mapTypeToConstructorOp()
3610 node.setType(TType(basicType, EvqTemporary, right->getMatrixCols())); in promoteBinary()
3613 … node.setType(TType(basicType, EvqTemporary, 0, right->getMatrixCols(), right->getMatrixRows())); in promoteBinary()
3617 if (left->getMatrixCols() != right->getVectorSize()) in promoteBinary()
3625 if (left->getMatrixCols() != right->getMatrixRows()) in promoteBinary()
3628 … node.setType(TType(basicType, EvqTemporary, 0, right->getMatrixCols(), left->getMatrixRows())); in promoteBinary()
3644 …left->getVectorSize() != right->getMatrixRows() || left->getVectorSize() != right->getMatrixCols()) in promoteBinary()
3657 …if (left->getMatrixCols() != right->getMatrixCols() || left->getMatrixCols() != right->getMatrixRo… in promoteBinary()
3682 …left->getVectorSize() != right->getVectorSize() || left->getMatrixCols() != right->getMatrixCols()… in promoteBinary()
3705 …if (left->isMatrix() && right->isMatrix() && (left->getMatrixCols() != right->getMatrixCols() || l… in promoteBinary()
3958 …rray, TType(promoteTo, t.getQualifier().storage, t.getVectorSize(), t.getMatrixCols(), t.getMatrix… in promoteConstantUnion()