Searched defs:appendStage (Results 1 – 5 of 5) sorted by relevance
73 void appendStage(std::unique_ptr<Stage> S) { Stages.push_back(std::move(S)); } in appendStage() function
233 void Interpreter::appendStage(const AppendStage& a) { in appendStage() function in SkSL::Interpreter
837 void JIT::appendStage(LLVMBuilderRef builder, const AppendStage& a) { in appendStage() function in SkSL::JIT