Home
last modified time | relevance | path

Searched refs:EPrefixInternalError (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp347 infoSink.info.message(EPrefixInternalError, "Bad type in AddUnaryMath", line); in addUnaryMath()
908 infoSink.info.message(EPrefixInternalError, "Missing elses", getLine()); in promote()
945 infoSink.info.message(EPrefixInternalError, "Missing elses", getLine()); in promote()
1317 …infoSink.info.message(EPrefixInternalError, "Constant Folding cannot be done for matrix multiply",… in fold()
1326 …infoSink.info.message(EPrefixInternalError, "Constant Folding cannot be done for matrix multiply",… in fold()
1449 …infoSink.info.message(EPrefixInternalError, "Constant folding cannot be done for \"/\"", getLine()… in fold()
1458 …infoSink.info.message(EPrefixInternalError, "Constant Folding cannot be done for matrix times vect… in fold()
1479 …infoSink.info.message(EPrefixInternalError, "Constant Folding cannot be done for vector times matr… in fold()
1646 …infoSink.info.message(EPrefixInternalError, "Unary operation not folded into constant", getLine()); in fold()
1654 …infoSink.info.message(EPrefixInternalError, "Unary operation not folded into constant", getLine()); in fold()
[all …]
DparseConst.cpp70 …infoSink.info.message(EPrefixInternalError, "Symbol Node found in constant constructor", node->get… in visitSymbol()
87 …infoSink.info.message(EPrefixInternalError, "Binary Node found in constant constructor", node->get… in visitBinary()
152 …infoSink.info.message(EPrefixInternalError, "Selection Node found in constant constructor", node->… in visitSelection()
222 …infoSink.info.message(EPrefixInternalError, "Loop Node found in constant constructor", node->getLi… in visitLoop()
229 …infoSink.info.message(EPrefixInternalError, "Branch Node found in constant constructor", node->get… in visitBranch()
DInfoSink.cpp27 case EPrefixInternalError: in prefix()
DInfoSink.h35 EPrefixInternalError, enumerator
DCompiler.cpp130 infoSink.info.message(EPrefixInternalError, "Wrong symbol table level"); in compile()
DintermOut.cpp388 out.message(EPrefixInternalError, "Unknown constant", node->getLine()); in visitConstantUnion()