Searched refs:fBoolTrue (Results 1 – 4 of 4) sorted by relevance
74 , fBoolTrue(0) in SPIRVCodeGenerator()328 SpvId fBoolTrue; variable
2279 if (fBoolTrue == 0) { in writeBoolLiteral()2280 fBoolTrue = this->nextId(); in writeBoolLiteral()2281 this->writeInstruction(SpvOpConstantTrue, this->getType(b.fType), fBoolTrue, in writeBoolLiteral()2284 return fBoolTrue; in writeBoolLiteral()
2287 if (fBoolTrue == 0) { in writeBoolLiteral()2288 fBoolTrue = this->nextId(); in writeBoolLiteral()2289 this->writeInstruction(SpvOpConstantTrue, this->getType(b.fType), fBoolTrue, in writeBoolLiteral()2292 return fBoolTrue; in writeBoolLiteral()