Home
last modified time | relevance | path

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

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