Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
35 * next frame for binning and move the finished frame to the render
39 * processes waiting for some frame to be done, and get the next frame
120 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4);
128 next = vc4_first_bin_job(vc4);
130 /* Only submit the next job in the bin list if it matches the perfmon
134 if (next && next->perfmon == exec->perfmon)
147 /* Stop the perfmon so that the next bin job can be started. */
183 * the finished renderjob to the one attached to the next bin job: if