Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h73 , fBoolTrue(0) in SPIRVCodeGenerator()
300 SpvId fBoolTrue; variable
DSkSLSPIRVCodeGenerator.cpp2529 if (fBoolTrue == 0) { in writeBoolLiteral()
2530 fBoolTrue = this->nextId(); in writeBoolLiteral()
2531 this->writeInstruction(SpvOpConstantTrue, this->getType(b.fType), fBoolTrue, in writeBoolLiteral()
2534 return fBoolTrue; in writeBoolLiteral()