Searched refs:trueId (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 2318 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/ |
D | SkSLSPIRVCodeGenerator.cpp | 2728 SpvId trueId = this->writeExpression(*t.ifTrue(), out); in writeTernaryExpression() local 2730 this->writeInstruction(SpvOpSelect, this->getType(type), result, test, trueId, falseId, in writeTernaryExpression()
|