Searched refs:foldToBool (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 212 SpvId foldToBool(SpvId id, const Type& operandType, SpvOp op, OutputStream& out);
|
D | SkSLSPIRVCodeGenerator.cpp | 1874 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/ |
D | SkSLSPIRVCodeGenerator.h | 322 SpvId foldToBool(SpvId id, const Type& operandType, SpvOp op, OutputStream& out);
|
D | SkSLSPIRVCodeGenerator.cpp | 2217 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()
|