Searched refs:nstages (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 1175 static void build_program(void** program, const SkRasterPipeline::Stage* stages, int nstages) { in build_program() argument 1176 for (int i = 0; i < nstages; i++) { in build_program() 1202 Compiled(const SkRasterPipeline::Stage* stages, int nstages) { in Compiled() 1203 int slots = nstages + 1; // One extra for just_return. in Compiled() 1204 for (int i = 0; i < nstages; i++) { in Compiled() 1210 build_program(fProgram, stages, nstages); in Compiled() 1233 const SkRasterPipeline::Stage* stages, int nstages) { in run_pipeline() argument 1236 if (2*nstages+1 <= kStackMax) { in run_pipeline() 1238 build_program(program, stages, nstages); in run_pipeline() 1241 Compiled{stages,nstages}(x,n); in run_pipeline()
|