Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2414 SpvId falseId = this->writeExpression(*t.fIfFalse, out); in writeTernaryExpression() local
2415 this->writeInstruction(SpvOpSelect, this->getType(t.fType), result, test, trueId, falseId, in writeTernaryExpression()