Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h74 , fBoolTrue(0) in SPIRVCodeGenerator()
328 SpvId fBoolTrue; variable
DSkSLSPIRVCodeGenerator.cpp2279 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()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h74 , fBoolTrue(0) in SPIRVCodeGenerator()
328 SpvId fBoolTrue; variable
DSkSLSPIRVCodeGenerator.cpp2287 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()