Lines Matching refs:EShMessages
85 EShMessages DeriveOptions(Source, Semantics, Target);
186 const std::string& entryPointName, EShMessages controls,
213 const std::string& entryPointName, EShMessages controls,
285 const std::string& entryPointName, EShMessages controls, in compileLinkIoMap()
340 const std::string& entryPointName, EShMessages controls,
380 EShMessages controls,
402 EShMessages controls) in outputResultToStream()
447 EShMessages controls = DeriveOptions(source, semantics, target);
449 controls = static_cast<EShMessages>(controls & ~EShMsgHlslLegalization);
451 controls = static_cast<EShMessages>(controls | EShMsgDebugInfo);
470 … const EShMessages additionalOptions = EShMessages::EShMsgDefault)
479 EShMessages controls = DeriveOptions(source, semantics, target);
480 controls = static_cast<EShMessages>(controls | additionalOptions);
506 const EShMessages controls = DeriveOptions(source, semantics, target);
540 const EShMessages controls = DeriveOptions(source, semantics, target); in loadFileCompileIoMapAndCheck()
571 const EShMessages controls = DeriveOptions(source, semantics, target);
598 const EShMessages controls = DeriveOptions(source, semantics, target);
624 …forceVersionProfile, isForwardCompatible, (EShMessages)(EShMsgOnlyPreprocessor | EShMsgCascadingEr… in preprocess()
676 const EShMessages controls = DeriveOptions(source, semantics, target);