Home | History | Annotate | Download | only in sksl

Lines Matching defs:REF

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