Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp537 … TString errorStr = name + ": not been declare as a output variable in pre shader stage."; in operator ()() local
538 infoSink.info.message(EPrefixError, errorStr.c_str()); in operator ()()
649 std::string errorStr = name + ": have precision conflict cross stage."; in qualifierCheck() local
650 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck()
655 std::string errorStr = name + ": have layout format conflict cross stage."; in qualifierCheck() local
656 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck()
665 std::string errorStr = name + ": have layoutPacking conflict cross stage."; in qualifierCheck() local
666 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck()
670 std::string errorStr = name + ": have layoutMatrix conflict cross stage."; in qualifierCheck() local
671 infoSink.info.message(EPrefixError, errorStr.c_str()); in qualifierCheck()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp244 std::string errorStr = errorStream.str(); in assignIndicesInternal() local
245 mDiagnostics->globalError(errorStr.c_str()); in assignIndicesInternal()
DCompiler.cpp1453 std::string errorStr = errorStream.str(); in checkCallDepth() local
1454 mDiagnostics.globalError(errorStr.c_str()); in checkCallDepth()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibrary.cpp166 void parseError(const std::string& errorStr);
202 void ShaderParser::parseError(const std::string& errorStr) in parseError() argument
205 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.cpp368 void parseError (const std::string& errorStr);
420 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument
423 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3523 std::string errorStr = extraInfoStream.str(); in arrayExceedsLimits() local
3524 mContext.error(operand->getLine(), errorStr.c_str(), in arrayExceedsLimits()