Searched refs:end_query (Results 1 - 25 of 49) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.h14 void (*end_query)(struct nv50_context *, struct nv50_query *); member in struct:nv50_query_funcs
H A Dnv50_query_hw.h16 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member in struct:nv50_hw_query_funcs
H A Dnv50_query_hw_metric.c101 hmq->queries[i]->funcs->end_query(nv50, hmq->queries[i]);
147 .end_query = nv50_hw_metric_end_query,
H A Dnv50_query.c61 q->funcs->end_query(nv50_context(pipe), q);
160 pipe->end_query = nv50_end_query;
H A Dnv50_query_hw.c208 if (hq->funcs && hq->funcs->end_query) {
209 hq->funcs->end_query(nv50, hq);
348 .end_query = nv50_hw_end_query,
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query.h39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member in struct:etna_query_funcs
H A Detnaviv_query.c67 q->funcs->end_query(etna_context(pctx), q);
117 pctx->end_query = etna_end_query;
H A Detnaviv_query_sw.c96 .end_query = etna_sw_end_query,
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member in struct:nvc0_query_funcs
H A Dnvc0_query_hw.h16 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member in struct:nvc0_hw_query_funcs
H A Dnvc0_query_sw.c114 .end_query = nvc0_sw_end_query,
H A Dnvc0_query.c65 q->funcs->end_query(nvc0_context(pipe), q);
277 pipe->end_query = nvc0_end_query;
H A Dnvc0_query_hw.c211 if (hq->funcs && hq->funcs->end_query) {
212 hq->funcs->end_query(nvc0, hq);
481 .end_query = nvc0_hw_end_query,
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.h41 void (*end_query)(struct fd_context *ctx, struct fd_query *q); member in struct:fd_query_funcs
H A Dfreedreno_query.c73 q->funcs->end_query(fd_context(pctx), q);
135 pctx->end_query = fd_end_query;
H A Dfreedreno_query_sw.c134 .end_query = fd_sw_end_query,
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c91 i915->base.end_query = i915_end_query;
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_query.c87 pctx->end_query = vc4_end_query;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dtimestamp.cpp33 q.pipe->end_query(q.pipe, _query);
/external/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c179 info.ctx->end_query(info.ctx, q1);
185 info.ctx->end_query(info.ctx, q2);
/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c67 pipe->end_query(pipe, bq->query[bq->head]);
187 bq->pipe->end_query(bq->pipe, bq->query[bq->head]);
239 pipe->end_query(pipe, info->query[info->head]);
347 pipe->end_query(pipe, info->query[info->head]);
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_query.c179 vctx->base.end_query = virgl_end_query;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_queryobj.c155 ret = pipe->end_query(pipe, stq->pq_begin);
194 ret = pipe->end_query(pipe, stq->pq);
H A Dst_cb_perfmon.c213 pipe->end_query(pipe, query);
217 pipe->end_query(pipe, stm->batch_query);
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_query.c241 ilo->base.end_query = ilo_end_query;

Completed in 410 milliseconds

12