Home
last modified time | relevance | path

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

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