Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h188 SpvId foldToBool(SpvId id, const Type& operandType, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp2049 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, OutputStream& out) { in foldToBool() function in SkSL::SPIRVCodeGenerator
2201 return this->foldToBool(this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2212 return this->foldToBool(this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()