Searched refs:EShMsgOnlyPreprocessor (Results 1 – 5 of 5) sorted by relevance
198 CONVERT_MSG(GLSLANG_MSG_ONLY_PREPROCESSOR_BIT, EShMsgOnlyPreprocessor); in c_shader_messages()
73 if (messages & EShMsgOnlyPreprocessor) in error()
261 EShMsgOnlyPreprocessor = (1 << 5), // only print out errors produced by the preprocessor enumerator
661 …forceVersionProfile, isForwardCompatible, (EShMessages)(EShMsgOnlyPreprocessor | EShMsgCascadingEr… in preprocess()
1141 messages = (EShMessages)(messages | EShMsgOnlyPreprocessor); in SetMessageOptions()