Searched defs:foldToBool (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1805 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
1959 return this->foldToBool(this->writeBinaryOperation(resultType, *operandType, lhs, rhs,
1970 return this->foldToBool(this->writeBinaryOperation(resultType, *operandType, lhs, rhs,
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1797 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
1951 return this->foldToBool(this->writeBinaryOperation(resultType, *operandType, lhs, rhs,
1962 return this->foldToBool(this->writeBinaryOperation(resultType, *operandType, lhs, rhs,

Completed in 128 milliseconds