Searched refs:getStage (Results 1 - 5 of 5) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
H A DInternalInjectorCreator.java112 if (shellBuilder.getStage() == Stage.TOOL) {
178 if(shellBuilder.getStage() != Stage.TOOL) {
180 loadEagerSingletons(shell.getInjector(), shellBuilder.getStage(), errors);
H A DInjectorShell.java109 Stage getStage() { method in class:InjectorShell.Builder
/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp87 virtual eStageType getStage() = 0;
98 , m_stage(contextSupplier.getStage())
102 if (getStage() != ComputeShader)
140 if (getStage() != ComputeShader)
150 errLog << "Fragment shader compile failed while testing " << stageToName(getStage()) << ": "
159 errLog << msg << stageToName(getStage()) << ": " << vertexShaderInfo.infoLog << "\n";
178 getStage();
179 errLog << "Linking failed while testing " << stageToName(getStage()) << ": "
182 switch (getStage())
248 virtual eStageType getStage() cons function in class:glcts::LayoutBindingProgram
488 virtual eStageType getStage() function in class:glcts::LayoutBindingBaseCase
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp138 LiveRangeStage getStage(const LiveInterval &VirtReg) const { function in class:__anon22648::RAGreedy
502 bool CanSplit = getStage(B) < RS_Spill;
547 if (getStage(*Intf) == RS_Done)
1055 if (getStage(Reg) != RS_New)
1248 if (getStage(LI) == RS_New && IntvMap[i] == 0)
1352 // 1. Allow any split for ranges with getStage() < RS_Split2. (Except for the
1354 // 2. Require progress be made for ranges with getStage() == RS_Split2. All
1362 bool ProgressRequired = getStage(VirtReg) >= RS_Split2;
1511 if (getStage(VirtReg) >= RS_Spill)
1539 if (getStage(VirtRe
[all...]
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp212 LiveRangeStage getStage(const LiveInterval &VirtReg) const { function in class:__anon13961::RAGreedy
702 bool CanSplit = getStage(B) < RS_Spill;
757 if (getStage(*Intf) == RS_Done)
1323 if (getStage(Reg) != RS_New)
1543 if (getStage(LI) == RS_New && IntvMap[i] == 0)
1787 // 1. Allow any split for ranges with getStage() < RS_Split2. (Except for the
1789 // 2. Require progress be made for ranges with getStage() == RS_Split2. All
1797 bool ProgressRequired = getStage(VirtReg) >= RS_Split2;
1955 if (getStage(VirtReg) >= RS_Spill)
1986 if (getStage(VirtRe
[all...]

Completed in 333 milliseconds