Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1715 skvm::I32 switchFallthrough = falseValue; in writeSwitchStatement() local
1731 switchFallthrough | (i32(caseValue) == i32(switchValue))); in writeSwitchStatement()
1736 switchFallthrough.id = this->writeConditionalStore(switchFallthrough.id, trueValue.id, in writeSwitchStatement()