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
117 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4);
123 next = vc4_first_bin_job(vc4);
125 /* Only submit the next job in the bin list if it matches the perfmon
129 if (next && next->perfmon == exec->perfmon)
142 /* Stop the perfmon so that the next bin job can be started. */
176 * the finished renderjob to the one attached to the next bin job: if