Home
last modified time | relevance | path

Searched refs:writeBinaryExpression (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp90 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence);
465 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression()
553 void PipelineStageCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::PipelineStage::PipelineStageCodeGenerator
DSkSLGLSLCodeGenerator.h135 virtual void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h369 SpvId writeBinaryExpression(const Type& leftType, SpvId lhs, Operator op,
373 SpvId writeBinaryExpression(const BinaryExpression& b, OutputStream& out);
DSkSLMetalCodeGenerator.h221 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.cpp768 return this->writeBinaryExpression(expr.as<BinaryExpression>(), out); in writeExpression()
2326 SpvId SPIRVCodeGenerator::writeBinaryExpression(const Type& leftType, SpvId lhs, Operator op, in writeBinaryExpression() function in SkSL::SPIRVCodeGenerator
2410 return this->writeBinaryExpression(leftType, lhs, op, leftType, rhsMatrix, in writeBinaryExpression()
2435 return this->writeBinaryExpression(rightType, lhsMatrix, op, rightType, rhs, in writeBinaryExpression()
2595 SpvId comparison = this->writeBinaryExpression(componentType, itemL, op, in writeArrayComparison()
2624 SpvId comparison = this->writeBinaryExpression(fieldType, fieldL, op, fieldType, fieldR, in writeStructComparison()
2669 SpvId SPIRVCodeGenerator::writeBinaryExpression(const BinaryExpression& b, OutputStream& out) { in writeBinaryExpression() function in SkSL::SPIRVCodeGenerator
2716 SpvId result = this->writeBinaryExpression(left->type(), lhs, op.removeAssignment(), in writeBinaryExpression()
DSkSLGLSLCodeGenerator.cpp173 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression()
876 void GLSLCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::GLSLCodeGenerator
DSkSLVMCodeGenerator.cpp211 Value writeBinaryExpression(const BinaryExpression& b);
577 Value SkVMGenerator::writeBinaryExpression(const BinaryExpression& b) { in writeBinaryExpression() function in SkSL::SkVMGenerator
1509 return this->writeBinaryExpression(e.as<BinaryExpression>()); in writeExpression()
DSkSLMetalCodeGenerator.cpp134 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression()
1588 void MetalCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::MetalCodeGenerator