Home
last modified time | relevance | path

Searched refs:getStage (Results 1 – 11 of 11) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInternalInjectorCreator.java111 if (shellBuilder.getStage() == Stage.TOOL) { in build()
180 if (shellBuilder.getStage() != Stage.TOOL) { in injectDynamically()
182 loadEagerSingletons(shell.getInjector(), shellBuilder.getStage(), errors); in injectDynamically()
DInjectorShell.java108 Stage getStage() { in getStage() method in InjectorShell.Builder
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp87 virtual eStageType getStage() = 0;
98 , m_stage(contextSupplier.getStage()) in LayoutBindingProgram()
102 if (getStage() != ComputeShader) in LayoutBindingProgram()
140 if (getStage() != ComputeShader) in getErrorLog()
150 errLog << "Fragment shader compile failed while testing " << stageToName(getStage()) << ": " in getErrorLog()
159 errLog << msg << stageToName(getStage()) << ": " << vertexShaderInfo.infoLog << "\n"; in getErrorLog()
178 getStage(); in getErrorLog()
179 errLog << "Linking failed while testing " << stageToName(getStage()) << ": " in getErrorLog()
182 switch (getStage()) in getErrorLog()
248 virtual eStageType getStage() const in getStage() function in glcts::LayoutBindingProgram
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp138 LiveRangeStage getStage(const LiveInterval &VirtReg) const { in getStage() function in __anond49439340111::RAGreedy
502 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
547 if (getStage(*Intf) == RS_Done) in canEvictInterference()
1055 if (getStage(Reg) != RS_New) in splitAroundRegion()
1248 if (getStage(LI) == RS_New && IntvMap[i] == 0) in tryBlockSplit()
1362 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit()
1511 if (getStage(VirtReg) >= RS_Spill) in trySplit()
1539 if (getStage(VirtReg) < RS_Split2) { in trySplit()
1561 LiveRangeStage Stage = getStage(VirtReg); in selectOrSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp212 LiveRangeStage getStage(const LiveInterval &VirtReg) const { in getStage() function in __anonc86962080111::RAGreedy
702 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
757 if (getStage(*Intf) == RS_Done) in canEvictInterference()
1323 if (getStage(Reg) != RS_New) in splitAroundRegion()
1543 if (getStage(LI) == RS_New && IntvMap[i] == 0) in tryBlockSplit()
1797 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit()
1955 if (getStage(VirtReg) >= RS_Spill) in trySplit()
1986 if (getStage(VirtReg) < RS_Split2) { in trySplit()
2028 if ((getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
2086 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp256 LiveRangeStage getStage(const LiveInterval &VirtReg) const { in getStage() function in __anon32fbef600111::RAGreedy
845 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
900 if (getStage(*Intf) == RS_Done) in canEvictInterference()
978 if (getStage(*Intf) == RS_Done) in canEvictInterferenceInRange()
1751 if (getStage(Reg) != RS_New) in splitAroundRegion()
2009 if (getStage(LI) == RS_New && IntvMap[i] == 0) in tryBlockSplit()
2262 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit()
2419 if (getStage(VirtReg) >= RS_Spill) in trySplit()
2452 if (getStage(VirtReg) < RS_Split2) { in trySplit()
2505 if (((getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
[all …]
/external/deqp-deps/glslang/gtests/
DLink.FromFile.Vk.cpp81 glslang::GlslangToSpv(*program.getIntermediate(shaders.front()->getStage()), in TEST_P()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp749 if (intermediate.getStage() == EShLangVertex && base->getQualifier().isPipeInput()) in visitSymbol()
785 …[i].stages = static_cast<EShLanguageMask>(indexToUniform[i].stages | 1 << intermediate.getStage()); in buildUniformStageMask()
Dlocalintermediate.h432 EShLanguage getStage() const { return language; } in getStage() function
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp616 switch (glslangIntermediate->getStage()) { in TranslateBuiltInDecoration()
648 if (glslangIntermediate->getStage() == EShLangVertex || in TranslateBuiltInDecoration()
649 glslangIntermediate->getStage() == EShLangTessControl || in TranslateBuiltInDecoration()
650 glslangIntermediate->getStage() == EShLangTessEvaluation) { in TranslateBuiltInDecoration()
670 if (glslangIntermediate->getStage() == EShLangMeshNV) { in TranslateBuiltInDecoration()
675 if (glslangIntermediate->getStage() == EShLangVertex || in TranslateBuiltInDecoration()
676 glslangIntermediate->getStage() == EShLangTessControl || in TranslateBuiltInDecoration()
677 glslangIntermediate->getStage() == EShLangTessEvaluation) { in TranslateBuiltInDecoration()
706 if (glslangIntermediate->getStage() == EShLangFragment) in TranslateBuiltInDecoration()
1284 spv::ExecutionModel executionModel = TranslateExecutionModel(glslangIntermediate->getStage()); in TGlslangToSpvTraverser()
[all …]
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h567 EShLanguage getStage() const { return stage; } in getStage() function