Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace.taskq.cpp174 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in parallel_thread() local
175 for (ys = starty; ys <= stopy; ys += ypatchsize) in parallel_thread()
181 pch.stopy = MIN(ys + ypatchsize, stopy); in parallel_thread()
H A Dtrace.threads2d.cpp186 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in generate_work() local
187 for (ys = starty; ys <= stopy; ys += ypatchsize) in generate_work()
193 pch.stopy = MIN(ys + ypatchsize, stopy); in generate_work()