Searched refs:writeBinaryExpression (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 115 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence); 591 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression() 678 void PipelineStageCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::PipelineStage::PipelineStageCodeGenerator
|
H A D | SkSLSPIRVCodeGenerator.cpp | 463 SpvId writeBinaryExpression(const Type& leftType, SpvId lhs, Operator op, 467 SpvId writeBinaryExpression(const BinaryExpression& b, OutputStream& out); 1930 return this->writeBinaryExpression(expr.as<BinaryExpression>(), out); in writeExpression() 3489 SpvId flippedY = this->writeBinaryExpression( in writeVariableReference() 3495 flippedY = this->writeBinaryExpression( in writeVariableReference() 3538 SpvId positiveRTFlip = this->writeBinaryExpression( in writeVariableReference() 3546 return this->writeBinaryExpression( in writeVariableReference() 3811 SpvId product = this->writeBinaryExpression(columnType, matN, OperatorKind::STAR, in writeDecomposedMatrixVectorMultiply() 3819 sum = this->writeBinaryExpression(columnType, sum, OperatorKind::PLUS, in writeDecomposedMatrixVectorMultiply() 3828 SpvId SPIRVCodeGenerator::writeBinaryExpression(const Type& leftType, SpvId lhs, Operator op, in writeBinaryExpression() function in SkSL::SPIRVCodeGenerator [all …]
|
H A D | SkSLGLSLCodeGenerator.cpp | 181 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence); 416 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression() 1206 void GLSLCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::GLSLCodeGenerator
|
H A D | SkSLMetalCodeGenerator.cpp | 281 void writeBinaryExpression(const BinaryExpression& b, Precedence parentPrecedence); 489 this->writeBinaryExpression(expr.as<BinaryExpression>(), parentPrecedence); in writeExpression() 2153 void MetalCodeGenerator::writeBinaryExpression(const BinaryExpression& b, in writeBinaryExpression() function in SkSL::MetalCodeGenerator
|
/aosp_15_r20/system/extras/simpleperf/testdata/ |
H A D | perf_display_bitmaps.RenderThread.perf-script | 2092 …7531ab52fc SkSL::GLSLCodeGenerator::writeBinaryExpression(SkSL::BinaryExpression const&, SkSL::GLS…
|
H A D | perf_display_bitmaps.perf-script | 2092 …7531ab52fc SkSL::GLSLCodeGenerator::writeBinaryExpression(SkSL::BinaryExpression const&, SkSL::GLS…
|
H A D | perf_display_bitmaps.header.perf-script | 2107 …7531ab52fc SkSL::GLSLCodeGenerator::writeBinaryExpression(SkSL::BinaryExpression const&, SkSL::GLS…
|