Lines Matching refs:perfmon
125 /* Only submit the next job in the bin list if it matches the perfmon
127 * perfmon attached to them).
129 if (next && next->perfmon == exec->perfmon)
142 /* Stop the perfmon so that the next bin job can be started. */
143 if (exec->perfmon)
144 vc4_perfmon_stop(vc4, exec->perfmon, false);
166 /* Only stop the perfmon if following jobs in the queue don't expect it
169 if (exec->perfmon && !nextrender &&
170 (!nextbin || nextbin->perfmon != exec->perfmon))
171 vc4_perfmon_stop(vc4, exec->perfmon, true);
175 * perfmon (this can be checked by comparing the perfmon attached to
182 else if (nextbin && nextbin->perfmon != exec->perfmon)