Home
last modified time | relevance | path

Searched refs:kConstructorMatrixResize (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLConstructorMatrixResize.h28 inline static constexpr Kind kExpressionKind = Kind::kConstructorMatrixResize;
DSkSLExpression.h39 kConstructorMatrixResize, enumerator
/third_party/skia/src/sksl/analysis/
DSkSLIsConstantExpression.cpp56 case Expression::Kind::kConstructorMatrixResize: in visitExpression()
/third_party/skia/src/sksl/
DSkSLAnalysis.cpp436 case Expression::Kind::kConstructorMatrixResize: in IsSameExpressionTree()
651 case Expression::Kind::kConstructorMatrixResize: in visitExpression()
DSkSLInliner.cpp367 case Expression::Kind::kConstructorMatrixResize: { in inlineExpression()
980 case Expression::Kind::kConstructorMatrixResize: in visitExpression()
DSkSLDehydrator.cpp310 case Expression::Kind::kConstructorMatrixResize: in write()
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp478 case Expression::Kind::kConstructorMatrixResize: in writeExpression()
DSkSLGLSLCodeGenerator.cpp184 case Expression::Kind::kConstructorMatrixResize: in writeExpression()
DSkSLMetalCodeGenerator.cpp150 case Expression::Kind::kConstructorMatrixResize: in writeExpression()
DSkSLVMCodeGenerator.cpp1520 case Expression::Kind::kConstructorMatrixResize: in writeExpression()
DSkSLSPIRVCodeGenerator.cpp776 case Expression::Kind::kConstructorMatrixResize: in writeExpression()