Home
last modified time | relevance | path

Searched refs:destroyreq (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query_perfcnt.c133 struct drm_v3d_perfmon_destroy destroyreq; in kperfmon_destroy() local
135 destroyreq.id = perfmon->kperfmon_id; in kperfmon_destroy()
136 int ret = v3d_ioctl(v3d->fd, DRM_IOCTL_V3D_PERFMON_DESTROY, &destroyreq); in kperfmon_destroy()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_query.c205 struct drm_vc4_perfmon_destroy destroyreq = { }; in vc4_begin_query() local
207 destroyreq.id = query->hwperfmon->id; in vc4_begin_query()
208 vc4_ioctl(ctx->fd, DRM_IOCTL_VC4_PERFMON_DESTROY, &destroyreq); in vc4_begin_query()