Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h212 SpvId foldToBool(SpvId id, const Type& operandType, SpvOp op, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp1874 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SpvOp op, in foldToBool() function in SkSL::SPIRVCodeGenerator
2068 return this->foldToBool(this->writeBinaryOperation(*tmpType, *operandType, lhs, rhs, in writeBinaryExpression()
2087 return this->foldToBool(this->writeBinaryOperation(*tmpType, *operandType, lhs, rhs, in writeBinaryExpression()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h322 SpvId foldToBool(SpvId id, const Type& operandType, SpvOp op, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp2217 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SpvOp op, in foldToBool() function in SkSL::SPIRVCodeGenerator
2422 return this->foldToBool(this->writeBinaryOperation(*tmpType, *operandType, lhs, rhs, in writeBinaryExpression()
2449 return this->foldToBool(this->writeBinaryOperation(*tmpType, *operandType, lhs, rhs, in writeBinaryExpression()