Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLExpression.h36 kFunctionCall_Kind, enumerator
DSkSLFunctionCall.h22 : INHERITED(offset, kFunctionCall_Kind, type) in FunctionCall()
/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp215 case Expression::kFunctionCall_Kind: { in tryRemoveExpression()
351 case Expression::kFunctionCall_Kind: { in addExpression()
DSkSLInterpreter.cpp393 case Expression::kFunctionCall_Kind: in evaluate()
DSkSLGLSLCodeGenerator.cpp215 case Expression::kFunctionCall_Kind: in writeExpression()
245 if (expr.fKind != Expression::kFunctionCall_Kind) { in is_abs()
DSkSLMetalCodeGenerator.cpp134 case Expression::kFunctionCall_Kind: in writeExpression()
1366 case Expression::kFunctionCall_Kind: { in requirements()
DSkSLCompiler.cpp325 case Expression::kFunctionCall_Kind: { in addDefinitions()
DSkSLJIT.cpp1041 case Expression::kFunctionCall_Kind: in compileExpression()
DSkSLIRGenerator.cpp194 if (expr.fKind == Expression::kFunctionCall_Kind) { in convertStatement()
DSkSLSPIRVCodeGenerator.cpp650 case Expression::kFunctionCall_Kind: in writeExpression()