Home
last modified time | relevance | path

Searched refs:EShTargetSpv_1_4 (Results 1 – 10 of 10) sorted by relevance

/third_party/glslang/glslang/OSDependent/Web/
Dglslang.js.cpp208 case glslang::EShTargetSpv_1_4: in convert_glsl_to_spirv()
/third_party/glslang/SPIRV/
DSpvTools.cpp64 case EShTargetSpv_1_4: in MapToSpirvToolsEnv()
DGlslangToSpv.cpp1170 if (glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4) { in TranslateLoopControl()
1743 …if ((glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4 && builder.isGlobalStorage(id)… in visitSymbol()
2351 if (glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4) { in createCompositeConstruct()
3141 if (glslangIntermediate->getSpv().spv < glslang::EShTargetSpv_1_4) { in visitSelection()
3209 …if (glslangIntermediate->getSpv().spv < glslang::EShTargetSpv_1_4 && builder.isVector(trueValue)) { in visitSelection()
4212 if (glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4) { in multiTypeStore()
/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp289 if (spvVersion.spv > 0 && spvVersion.spv < EShTargetSpv_1_4) in handleLoopAttributes()
DVersions.cpp168 const extensionData exts[] = { {E_GL_EXT_ray_tracing, EShTargetSpv_1_4} }; in initializeExtensionBehavior()
Dlocalintermediate.h384 case EShTargetSpv_1_4: in setSpv()
/third_party/glslang/gtests/
DSpv.FromFile.cpp120 … Source::GLSL, Semantics::Vulkan, glslang::EShTargetVulkan_1_1, glslang::EShTargetSpv_1_4, in TEST_P()
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp244 return glslang::EShTargetSpv_1_4; in c_shader_target_language_version()
/third_party/glslang/glslang/Public/
DShaderLang.h180 EShTargetSpv_1_4 = (1 << 16) | (4 << 8), // SPIR-V 1.4 enumerator
/third_party/glslang/StandAlone/
DStandAlone.cpp643 TargetVersion = glslang::EShTargetSpv_1_4; in ProcessArguments()