Searched refs:EShMsgSpvRules (Results 1 – 14 of 14) sorted by relevance
102 result = static_cast<EShMessages>(result | EShMsgSpvRules); in DeriveOptions()106 result = static_cast<EShMessages>(result | EShMsgSpvRules | EShMsgAST); in DeriveOptions()115 result = static_cast<EShMessages>(result | EShMsgVulkanRules | EShMsgSpvRules); in DeriveOptions()
234 if (controls & EShMsgSpvRules) {261 if (success && (controls & EShMsgSpvRules)) {325 if (success && (controls & EShMsgSpvRules)) { in compileLinkIoMap()368 if (success && (controls & EShMsgSpvRules)) {395 if ((controls & EShMsgSpvRules)) {431 if (controls & EShMsgSpvRules) { in outputResultToStream()
83 if (success && (controls & EShMsgSpvRules)) { in TEST_P()
44 EShMessages messages = static_cast<EShMessages>(EShMsgSpvRules | EShMsgVulkanRules); in Warmup()146 constexpr EShMessages messages = static_cast<EShMessages>(EShMsgSpvRules | EShMsgVulkanRules); in GlslangCompileToSpirv()
233 const int compileRes = shader.parse(&builtinRes, 100, false, EShMsgSpvRules); in compileGlslToSpirV()236 const int linkRes = program.link(EShMsgSpvRules); in compileGlslToSpirV()
153 …= static_cast<EShMessages>(EShMessages::EShMsgDefault | EShMessages::EShMsgSpvRules | EShMessages:… in compileGLSLtoSPIRV()
245 EShMessages flags = (EShMessages)(EShMsgSpvRules | EShMsgVulkanRules); in getCompileFlags()
215 CONVERT_MSG(GLSLANG_MSG_SPV_RULES_BIT, EShMsgSpvRules); in c_shader_messages()
252 EShMsgSpvRules = (1 << 3), // issue messages for SPIR-V generation enumerator
975 EShMessages messages = static_cast<EShMessages>(EShMsgSpvRules | EShMsgVulkanRules); in GetShaderCodeImpl()
886 messages = (EShMessages)(messages | EShMsgSpvRules); in SetMessageOptions()
706 if (messages & EShMsgSpvRules) in TranslateEnvironment()
1445 EShMessages messages = (EShMessages)(EShMsgSpvRules | EShMsgVulkanRules); in GLSLtoSPV()
1456 EShMessages messages = (EShMessages)(EShMsgSpvRules | EShMsgVulkanRules); in GLSLtoSPV()