Home
last modified time | relevance | path

Searched refs:kFunctionCall (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.h22 inline static constexpr Kind kExpressionKind = Kind::kFunctionCall;
DSkSLExpression.h47 kFunctionCall, enumerator
/third_party/skia/src/sksl/analysis/
DSkSLIsConstantExpression.cpp72 case Expression::Kind::kFunctionCall: in visitExpression()
/third_party/skia/src/sksl/
DSkSLAnalysis.cpp570 case Expression::Kind::kFunctionCall: { in VerifyStaticTestsAndExpressions()
671 case Expression::Kind::kFunctionCall: { in visitExpression()
DSkSLInliner.cpp402 case Expression::Kind::kFunctionCall: { in inlineExpression()
997 case Expression::Kind::kFunctionCall: { in visitExpression()
DSkSLDehydrator.cpp347 case Expression::Kind::kFunctionCall: { in write()
/third_party/spirv-tools/source/fuzz/
Dtransformation.cpp236 case protobufs::Transformation::TransformationCase::kFunctionCall: in FromMessage()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation.cpp239 case protobufs::Transformation::TransformationCase::kFunctionCall: in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation.cpp239 case protobufs::Transformation::TransformationCase::kFunctionCall: in FromMessage()
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp487 case Expression::Kind::kFunctionCall: in writeExpression()
DSkSLMetalCodeGenerator.cpp164 case Expression::Kind::kFunctionCall: in writeExpression()
2557 case Expression::Kind::kFunctionCall: { in requirements()
DSkSLGLSLCodeGenerator.cpp196 case Expression::Kind::kFunctionCall: in writeExpression()
DSkSLVMCodeGenerator.cpp1535 case Expression::Kind::kFunctionCall: in writeExpression()
DSkSLSPIRVCodeGenerator.cpp788 case Expression::Kind::kFunctionCall: in writeExpression()