Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvTools.cpp144 spv_context context = spvContextCreate(MapToSpirvToolsEnv(intermediate.getSpv(), logger)); in SpirvToolsValidate()
168 spv_target_env target_env = MapToSpirvToolsEnv(intermediate.getSpv(), logger); in SpirvToolsTransform()
215 optimizer.SetTargetEnv(MapToSpirvToolsEnv(intermediate.getSpv(), logger)); in SpirvToolsTransform()
226 spv_target_env target_env = MapToSpirvToolsEnv(intermediate.getSpv(), logger); in SpirvToolsStripDebugInfo()
234 optimizer.SetTargetEnv(MapToSpirvToolsEnv(intermediate.getSpv(), logger)); in SpirvToolsStripDebugInfo()
DGlslangToSpv.cpp1170 if (glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4) { in TranslateLoopControl()
1414 if (glslangIntermediate->getSpv().spv < glslang::EShTargetSpv_1_1) { in TGlslangToSpvTraverser()
1421 … if (glslangIntermediate->getSpv().spv < glslang::EShTargetSpv_1_1 && (int)processes.size() > 0) in TGlslangToSpvTraverser()
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()
8771 TGlslangToSpvTraverser it(intermediate.getSpv().spv, &intermediate, logger, *options); in GlslangToSpv()
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp510 type.isAtomic() || (type.containsOpaque() && intermediate.getSpv().openGl == 0)) { in resolveUniformLocation()
707 type.isAtomic() || (type.containsOpaque() && intermediate.getSpv().openGl == 0)) { in resolveUniformLocation()
769 …int numBindings = intermediate.getSpv().openGl != 0 && type.isSizedArray() ? type.getCumulativeArr… in resolveBinding()
972 …int numBindings = intermediate.getSpv().openGl != 0 && type.isSizedArray() ? type.getCumulativeArr… in resolveBinding()
Dlocalintermediate.h415 const SpvVersion& getSpv() const { return spvVersion; } in getSpv() function
DShaderLang.cpp2026 intermediate[stage]->setSpv(firstIntermediate->getSpv()); in linkStage()