Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp60 void PipelineStageCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::PipelineStageCodeGenerator
75 INHERITED::writeBinaryExpression(b, parentPrecedence); in writeBinaryExpression()
DSkSLPipelineStageCodeGenerator.h37 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence) override;
DSkSLCPPCodeGenerator.h38 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence) override;
DSkSLGLSLCodeGenerator.h160 virtual void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence);
DSkSLMetalCodeGenerator.h201 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h229 SpvId writeBinaryExpression(const BinaryExpression& b, OutputStream& out);
DSkSLCPPCodeGenerator.cpp66 void CPPCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::CPPCodeGenerator
81 INHERITED::writeBinaryExpression(b, parentPrecedence); in writeBinaryExpression()
DSkSLGLSLCodeGenerator.cpp198 this->writeBinaryExpression((BinaryExpression&) expr, parentPrecedence); in writeExpression()
892 void GLSLCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeFunctionCall() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp117 this->writeBinaryExpression((BinaryExpression&) expr, parentPrecedence); in writeExpression()
527 void MetalCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp639 return this->writeBinaryExpression((BinaryExpression&) expr, out); in writeExpression()
1947 SpvId SPIRVCodeGenerator::writeBinaryExpression(const BinaryExpression& b, OutputStream& out) { in writeBinaryExpression() function in SkSL::SPIRVCodeGenerator
/external/skia/src/sksl/codegen/
DSkSLCPPCodeGenerator.h42 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence) override;
DSkSLGLSLCodeGenerator.h146 virtual void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence);
DSkSLPipelineStageCodeGenerator.cpp81 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence);
397 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression()
483 void PipelineStageCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::PipelineStage::PipelineStageCodeGenerator
DSkSLMetalCodeGenerator.h222 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h353 SpvId writeBinaryExpression(const Type& leftType, SpvId lhs, Operator op,
357 SpvId writeBinaryExpression(const BinaryExpression& b, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp188 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression()
837 void GLSLCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::GLSLCodeGenerator
DSkSLCPPCodeGenerator.cpp71 void CPPCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::CPPCodeGenerator
89 INHERITED::writeBinaryExpression(b, parentPrecedence); in writeBinaryExpression()
DSkSLSPIRVCodeGenerator.cpp714 return this->writeBinaryExpression(expr.as<BinaryExpression>(), out); in writeExpression()
2309 SpvId SPIRVCodeGenerator::writeBinaryExpression(const Type& leftType, SpvId lhs, Operator op, in writeBinaryExpression() function in SkSL::SPIRVCodeGenerator
2548 SpvId comparison = this->writeBinaryExpression(componentType, itemL, op, in writeArrayComparison()
2577 SpvId comparison = this->writeBinaryExpression(fieldType, fieldL, op, fieldType, fieldR, in writeStructComparison()
2622 SpvId SPIRVCodeGenerator::writeBinaryExpression(const BinaryExpression& b, OutputStream& out) { in writeBinaryExpression() function in SkSL::SPIRVCodeGenerator
2670 SpvId result = this->writeBinaryExpression(left->type(), lhs, op.removeAssignment(), in writeBinaryExpression()
DSkSLVMCodeGenerator.cpp250 Value writeBinaryExpression(const BinaryExpression& b);
470 Value SkVMGenerator::writeBinaryExpression(const BinaryExpression& b) { in writeBinaryExpression() function in SkSL::SkVMGenerator
1374 return this->writeBinaryExpression(e.as<BinaryExpression>()); in writeExpression()
DSkSLMetalCodeGenerator.cpp134 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression()
1342 void MetalCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::MetalCodeGenerator