Searched defs:SwitchType (Results 1 - 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderSwitchTests.cpp | 66 enum SwitchType enum in namespace:deqp::gles3::Functional 89 static tcu::TestCase* makeSwitchCase (Context& context, const char* name, const char* desc, SwitchType type, bool isVertex, const LineStream& switchBody) 163 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, switchBody)); 164 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, switchBody));
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderSwitchTests.cpp | 83 enum SwitchType enum in namespace:vkt::sr::__anon3909 106 static de::MovePtr<ShaderSwitchCase> makeSwitchCase (tcu::TestContext& testCtx, const string& name, const string& desc, SwitchType type, bool isVertex, const LineStream& switchBody) 205 addChild(makeSwitchCase(m_testCtx, (name + "_" + switchTypeNames[type] + "_vertex"), desc, (SwitchType)type, true, switchBody).release()); 206 addChild(makeSwitchCase(m_testCtx, (name + "_" + switchTypeNames[type] + "_fragment"), desc, (SwitchType)type, false, switchBody).release());
|
/external/lzma/CS/7zip/Common/ |
H A D | CommandLineParser.cs | 8 public enum SwitchType
enum in namespace:SevenZip.CommandLineParser 20 public SwitchType Type;
26 public SwitchForm(string idString, SwitchType type, bool multi,
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
40 public SwitchForm(string idString, SwitchType type, bool multi):
106 SwitchType type = switchForm.Type;
109 case SwitchType.PostMinus:
121 case SwitchType.PostChar:
142 case SwitchType.LimitedPostString:
143 case SwitchType [all...] |
/external/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h | 65 SwitchType, // Dispatch based on type. enumerator in enum:llvm::Matcher::KindTy 563 : Matcher(SwitchType), Cases(cases.begin(), cases.end()) {} 567 return N->getKind() == SwitchType;
|
Completed in 76 milliseconds