Searched refs:fBoolFalse (Results 1 – 4 of 4) sorted by relevance
75 , fBoolFalse(0) in SPIRVCodeGenerator()329 SpvId fBoolFalse; variable
2286 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()
2294 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()