Home
last modified time | relevance | path

Searched refs:switchValue (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dselection_controls_demo.dart74 bool switchValue = false;
191 value: switchValue,
194 switchValue = value;
/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.cpp249 SKSL_INT switchValue; in Make() local
250 if (ConstantFolder::GetConstantInt(*value, &switchValue)) { in Make()
262 if (caseValue == switchValue) { in Make()
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dexample_code.dart228 bool switchValue = false;
232 value: switchValue,
235 switchValue = value;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp123 TIntermTyped* switchValue = node->getInit(); in visitSwitch() local
126 if(!switchValue || !opList) in visitSwitch()
DOutputASM.cpp1999 TIntermTyped* switchValue = node->getInit(); in visitSwitch() local
2002 if(!switchValue || !opList) in visitSwitch()
2007 switchValue->traverse(this); in visitSwitch()
2032 emitBinary(sw::Shader::OPCODE_EQ, &result, switchValue, condition); in visitSwitch()
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1720 Value switchValue = this->writeExpression(*s.value()); in writeSwitchStatement() local
1731 switchFallthrough | (i32(caseValue) == i32(switchValue))); in writeSwitchStatement()