Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h173 bool suppressWarnings() const { return (messages & EShMsgSuppressWarnings) != 0; } in suppressWarnings()
DShaderLang.cpp777 if ((messages & EShMsgSuppressWarnings) != 0) in RecordProcesses()
882 if (! (messages & EShMsgSuppressWarnings) && ! versionNotFound && in ProcessDeferred()
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp213 CONVERT_MSG(GLSLANG_MSG_SUPPRESS_WARNINGS_BIT, EShMsgSuppressWarnings); in c_shader_messages()
/third_party/glslang/glslang/Public/
DShaderLang.h250EShMsgSuppressWarnings = (1 << 1), // suppress all warnings, except those required by the specifi… enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp884 messages = (EShMessages)(messages | EShMsgSuppressWarnings); in SetMessageOptions()