Lines Matching defs:EShMessages
86 EShMessages DeriveOptions(Source, Semantics, Target);
187 const std::string& entryPointName, EShMessages controls,
214 const std::string& entryPointName, EShMessages controls,
313 const std::string& entryPointName, EShMessages controls,
371 const std::string& entryPointName, EShMessages controls,
413 EShMessages controls,
435 EShMessages controls)
482 EShMessages controls = DeriveOptions(source, semantics, target);
484 controls = static_cast<EShMessages>(controls & ~EShMsgHlslLegalization);
486 controls = static_cast<EShMessages>(controls | EShMsgDebugInfo);
507 const EShMessages additionalOptions = EShMessages::EShMsgDefault)
516 EShMessages controls = DeriveOptions(source, semantics, target);
517 controls = static_cast<EShMessages>(controls | additionalOptions);
543 const EShMessages controls = DeriveOptions(source, semantics, target);
577 const EShMessages controls = DeriveOptions(source, semantics, target);
608 const EShMessages controls = DeriveOptions(source, semantics, target);
635 const EShMessages controls = DeriveOptions(source, semantics, target);
661 forceVersionProfile, isForwardCompatible, (EShMessages)(EShMsgOnlyPreprocessor | EShMsgCascadingErrors),
713 const EShMessages controls = DeriveOptions(source, semantics, target);