Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h797 SpvOpPhi = 245, enumerator
DSkSLSPIRVCodeGenerator.cpp631 case SpvOpPhi: in opcode_text()
2214 this->writeInstruction(SpvOpPhi, this->getType(*fContext.fBool_Type), result, falseConstant, in writeLogicalAnd()
2235 this->writeInstruction(SpvOpPhi, this->getType(*fContext.fBool_Type), result, trueConstant, in writeLogicalOr()