Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2371 SpvId rhsLabel = this->nextId(); in writeLogicalAnd() local
2375 this->writeInstruction(SpvOpBranchConditional, lhs, rhsLabel, end, out); in writeLogicalAnd()
2376 this->writeLabel(rhsLabel, out); in writeLogicalAnd()
2392 SpvId rhsLabel = this->nextId(); in writeLogicalOr() local
2396 this->writeInstruction(SpvOpBranchConditional, lhs, end, rhsLabel, out); in writeLogicalOr()
2397 this->writeLabel(rhsLabel, out); in writeLogicalOr()