Searched refs:active_perfmon (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_query_perfcnt.c192 if (v3d->active_perfmon == pquery->perfmon) {
212 if (v3d->active_perfmon) {
241 v3d->active_perfmon = pquery->perfmon;
253 if (v3d->active_perfmon != pquery->perfmon) {
266 if (v3d->active_perfmon->job_submitted)
267 v3d->active_perfmon->last_job_fence = v3d_fence_create(v3d);
269 v3d->active_perfmon = NULL;
H A Dv3d_job.c519 if (v3d->active_perfmon) {
521 job->submit.perfmon_id = v3d->active_perfmon->kperfmon_id;
528 if (v3d->active_perfmon != v3d->last_perfmon) {
529 v3d->last_perfmon = v3d->active_perfmon;
561 if (v3d->active_perfmon)
562 v3d->active_perfmon->job_submitted = true;
H A Dv3dx_draw.c1442 if (v3d->active_perfmon) {
1444 submit.perfmon_id = v3d->active_perfmon->kperfmon_id;
1447 v3d->last_perfmon = v3d->active_perfmon;
1458 if (v3d->active_perfmon)
1459 v3d->active_perfmon->job_submitted = true;
H A Dv3d_context.h594 struct v3d_perfmon_state *active_perfmon; member in struct:v3d_context

Completed in 7 milliseconds