Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h75 , fBoolFalse(0) in SPIRVCodeGenerator()
329 SpvId fBoolFalse; variable
DSkSLSPIRVCodeGenerator.cpp2286 if (fBoolFalse == 0) { in writeBoolLiteral()
2287 fBoolFalse = this->nextId(); in writeBoolLiteral()
2288 this->writeInstruction(SpvOpConstantFalse, this->getType(b.fType), fBoolFalse, in writeBoolLiteral()
2291 return fBoolFalse; in writeBoolLiteral()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h75 , fBoolFalse(0) in SPIRVCodeGenerator()
329 SpvId fBoolFalse; variable
DSkSLSPIRVCodeGenerator.cpp2294 if (fBoolFalse == 0) { in writeBoolLiteral()
2295 fBoolFalse = this->nextId(); in writeBoolLiteral()
2296 this->writeInstruction(SpvOpConstantFalse, this->getType(b.fType), fBoolFalse, in writeBoolLiteral()
2299 return fBoolFalse; in writeBoolLiteral()