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