Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h74 , fBoolFalse(0) in SPIRVCodeGenerator()
301 SpvId fBoolFalse; variable
DSkSLSPIRVCodeGenerator.cpp2536 if (fBoolFalse == 0) { in writeBoolLiteral()
2537 fBoolFalse = this->nextId(); in writeBoolLiteral()
2538 this->writeInstruction(SpvOpConstantFalse, this->getType(b.fType), fBoolFalse, in writeBoolLiteral()
2541 return fBoolFalse; in writeBoolLiteral()