Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2425 SpvId falseLabel = this->nextId(); in writeTernaryExpression() local
2428 this->writeInstruction(SpvOpBranchConditional, test, trueLabel, falseLabel, out); in writeTernaryExpression()
2432 this->writeLabel(falseLabel, out); in writeTernaryExpression()