Home | History | Annotate | Download | only in sksl

Lines Matching defs:REF

614     #define REF(var) std::unique_ptr<Expression>(\
617 new FieldAccess(REF(var), idx, FieldAccess::kAnonymousInterfaceBlock_OwnerKind))
618 #define POS std::unique_ptr<Expression>(new FieldAccess(REF(fSkPerVertex), 0, \
622 REF(fRTAdjust))
1580 FunctionReference* ref = (FunctionReference*) functionValue.get();
1583 if (ref->fFunctions.size() > 1) {
1584 for (const auto& f : ref->fFunctions) {
1594 String msg = "no match for " + ref->fFunctions[0]->fName + "(";
1605 return this->call(offset, *ref->fFunctions[0], std::move(arguments));