Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2368 BoolLiteral falseLiteral(fContext, Position(), false); in writeLogicalAnd() local
2369 SpvId falseConstant = this->writeBoolLiteral(falseLiteral); in writeLogicalAnd()