Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvTools.cpp150 spv_context context = spvContextCreate(MapToSpirvToolsEnv(intermediate.getSpv(), logger)); in SpirvToolsValidate()
176 spv_target_env target_env = MapToSpirvToolsEnv(intermediate.getSpv(), logger); in SpirvToolsTransform()
217 optimizer.SetTargetEnv(MapToSpirvToolsEnv(intermediate.getSpv(), logger)); in SpirvToolsTransform()
228 spv_target_env target_env = MapToSpirvToolsEnv(intermediate.getSpv(), logger); in SpirvToolsStripDebugInfo()
236 optimizer.SetTargetEnv(MapToSpirvToolsEnv(intermediate.getSpv(), logger)); in SpirvToolsStripDebugInfo()
DGlslangToSpv.cpp1221 if (glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4) { in TranslateLoopControl()
1473 if (glslangIntermediate->getSpv().spv < glslang::EShTargetSpv_1_1) { in TGlslangToSpvTraverser()
1480 … if (glslangIntermediate->getSpv().spv < glslang::EShTargetSpv_1_1 && (int)processes.size() > 0) in TGlslangToSpvTraverser()
1802 …if ((glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4 && builder.isGlobalStorage(id)… in visitSymbol()
2427 if (glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4) { in createCompositeConstruct()
3235 if (glslangIntermediate->getSpv().spv < glslang::EShTargetSpv_1_4) { in visitSelection()
3303 …if (glslangIntermediate->getSpv().spv < glslang::EShTargetSpv_1_4 && builder.isVector(trueValue)) { in visitSelection()
4360 if (glslangIntermediate->getSpv().spv >= glslang::EShTargetSpv_1_4) { in multiTypeStore()
8961 TGlslangToSpvTraverser it(intermediate.getSpv().spv, &intermediate, logger, *options); in GlslangToSpv()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp821 type.isAtomic() || (type.containsOpaque() && intermediate.getSpv().openGl == 0)) { in resolveUniformLocation()
1018 type.isAtomic() || (type.containsOpaque() && intermediate.getSpv().openGl == 0)) { in resolveUniformLocation()
1080 …int numBindings = intermediate.getSpv().openGl != 0 && type.isSizedArray() ? type.getCumulativeArr… in resolveBinding()
1276 …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()