Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2389 BoolLiteral trueLiteral(fContext, Position(), true); in writeLogicalOr() local
2390 SpvId trueConstant = this->writeBoolLiteral(trueLiteral); in writeLogicalOr()