Home
last modified time | relevance | path

Searched refs:copy_constant (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLVariableReference.h81 static std::unique_ptr<Expression> copy_constant(const IRGenerator& irGenerator, in copy_constant() function
103 args.push_back(copy_constant(irGenerator, arg.get())); in copy_constant()
111 copy_constant(irGenerator, in copy_constant()
127 return copy_constant(irGenerator, exprIter->second->get()); in constantPropagate()
DSkSLSetting.cpp17 return VariableReference::copy_constant(irGenerator, fValue.get()); in constantPropagate()