Searched refs:EShMsgDebugInfo (Results 1 – 5 of 5) sorted by relevance
195 if ((controls & EShMsgDebugInfo) && shaderName != nullptr) {486 controls = static_cast<EShMessages>(controls | EShMsgDebugInfo);
203 CONVERT_MSG(GLSLANG_MSG_DEBUG_INFO_BIT, EShMsgDebugInfo); in c_shader_messages()
266 EShMsgDebugInfo = (1 << 10), // save debug information enumerator
1151 messages = (EShMessages)(messages | EShMsgDebugInfo); in SetMessageOptions()
904 if (messages & EShMsgDebugInfo) { in ProcessDeferred()