Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2318 SpvId trueId = this->writeExpression(*t.fIfTrue, out); in writeTernaryExpression() local
2320 this->writeInstruction(SpvOpSelect, this->getType(t.fType), result, test, trueId, falseId, in writeTernaryExpression()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2728 SpvId trueId = this->writeExpression(*t.ifTrue(), out); in writeTernaryExpression() local
2730 this->writeInstruction(SpvOpSelect, this->getType(type), result, test, trueId, falseId, in writeTernaryExpression()