Home
last modified time | relevance | path

Searched refs:EShMsgOnlyPreprocessor (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp217 CONVERT_MSG(GLSLANG_MSG_ONLY_PREPROCESSOR_BIT, EShMsgOnlyPreprocessor); in c_shader_messages()
/third_party/glslang/glslang/MachineIndependent/
DParseContextBase.cpp75 if (messages & EShMsgOnlyPreprocessor) in error()
/third_party/glslang/glslang/Public/
DShaderLang.h254 EShMsgOnlyPreprocessor = (1 << 5), // only print out errors produced by the preprocessor enumerator
/third_party/glslang/gtests/
DTestFixture.h638 …forceVersionProfile, isForwardCompatible, (EShMessages)(EShMsgOnlyPreprocessor | EShMsgCascadingEr… in preprocess()
/third_party/glslang/StandAlone/
DStandAlone.cpp890 messages = (EShMessages)(messages | EShMsgOnlyPreprocessor); in SetMessageOptions()