Home
last modified time | relevance | path

Searched refs:kFunctionReference_Kind (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLFunctionReference.h24 : INHERITED(offset, kFunctionReference_Kind, *context.fInvalid_Type) in FunctionReference()
46 : INHERITED(offset, kFunctionReference_Kind, *type) in FunctionReference()
DSkSLExpression.h35 kFunctionReference_Kind, enumerator
/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp415 case Expression::kFunctionReference_Kind: // fall through in addExpression()
DSkSLIRGenerator.cpp1636 if (functionValue->fKind != Expression::kFunctionReference_Kind) { in call()
2129 if (Expression::kFunctionReference_Kind == base->fKind && in convertSuffixExpression()
2193 case Expression::kFunctionReference_Kind: in checkValid()
DSkSLJIT.cpp845 SkASSERT(a.fArguments[1]->fKind == Expression::kFunctionReference_Kind); in appendStage()