Home
last modified time | relevance | path

Searched refs:kFunctionCall_Kind (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLFunctionCall.h22 : INHERITED(offset, kFunctionCall_Kind, type) in FunctionCall()
DSkSLExpression.h38 kFunctionCall_Kind, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLCFGGenerator.cpp217 case Expression::kFunctionCall_Kind: { in tryRemoveExpression()
362 case Expression::kFunctionCall_Kind: { in addExpression()
DSkSLGLSLCodeGenerator.cpp211 case Expression::kFunctionCall_Kind: in writeExpression()
241 if (expr.fKind != Expression::kFunctionCall_Kind) { in is_abs()
DSkSLMetalCodeGenerator.cpp136 case Expression::kFunctionCall_Kind: in writeExpression()
1514 case Expression::kFunctionCall_Kind: { in requirements()
DSkSLByteCodeGenerator.cpp1159 case Expression::kFunctionCall_Kind: in writeExpression()
DSkSLCompiler.cpp338 case Expression::kFunctionCall_Kind: { in addDefinitions()
DSkSLJIT.cpp1041 case Expression::kFunctionCall_Kind: in compileExpression()
DSkSLIRGenerator.cpp214 if (expr.fKind == Expression::kFunctionCall_Kind) { in convertStatement()
DSkSLSPIRVCodeGenerator.cpp670 case Expression::kFunctionCall_Kind: in writeExpression()