Home
last modified time | relevance | path

Searched refs:current_oq (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query_pipe.c90 v3d->current_oq = pquery->bo; in v3d_begin_query_pipe()
128 v3d->current_oq = NULL; in v3d_end_query_pipe()
Dv3dx_emit.c825 if (v3d->active_queries && v3d->current_oq) { in v3dX()
826 counter.address = cl_address(v3d->current_oq, 0); in v3dX()
Dv3d_context.h613 struct v3d_bo *current_oq; member