Lines Matching refs:perfmon
130 /* Only submit the next job in the bin list if it matches the perfmon
132 * perfmon attached to them).
134 if (next && next->perfmon == exec->perfmon)
147 /* Stop the perfmon so that the next bin job can be started. */
148 if (exec->perfmon)
149 vc4_perfmon_stop(vc4, exec->perfmon, false);
173 /* Only stop the perfmon if following jobs in the queue don't expect it
176 if (exec->perfmon && !nextrender &&
177 (!nextbin || nextbin->perfmon != exec->perfmon))
178 vc4_perfmon_stop(vc4, exec->perfmon, true);
182 * perfmon (this can be checked by comparing the perfmon attached to
189 else if (nextbin && nextbin->perfmon != exec->perfmon)