Home
last modified time | relevance | path

Searched refs:end_query (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query.c85 return q->funcs->end_query(v3d, q); in v3d_end_query()
115 pctx->end_query = v3d_end_query; in v3d_query_init()
Dv3d_query.h34 bool (*end_query)(struct v3d_context *v3d, struct v3d_query *query); member
Dv3d_query_pipe.c184 .end_query = v3d_end_query_pipe,
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query.c74 q->funcs->end_query(etna_context(pctx), q); in etna_end_query()
149 pctx->end_query = etna_end_query; in etna_query_context_init()
Detnaviv_query.h39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member
Detnaviv_query_sw.c89 .end_query = etna_sw_end_query,
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c63 pipe->end_query(pipe, bq->query[bq->head]); in hud_batch_query_update()
183 pipe->end_query(pipe, bq->query[bq->head]); in hud_batch_query_cleanup()
237 pipe->end_query(pipe, info->query[info->head]); in query_new_value_normal()
353 pipe->end_query(pipe, info->query[info->head]); in free_query_info()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp349 end_query(struct d3d12_context *ctx, struct d3d12_query *q) in end_query() function
358 end_query(ctx, q->subquery); in end_query()
389 end_query(ctx, query); in d3d12_end_query()
421 end_query(ctx, query); in d3d12_suspend_queries()
519 pctx->end_query = d3d12_end_query; in d3d12_context_query_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_metric.c101 hmq->queries[i]->funcs->end_query(nv50, hmq->queries[i]); in nv50_hw_metric_end_query()
147 .end_query = nv50_hw_metric_end_query,
Dnv50_query.h14 void (*end_query)(struct nv50_context *, struct nv50_query *); member
Dnv50_query.c61 q->funcs->end_query(nv50_context(pipe), q); in nv50_end_query()
159 pipe->end_query = nv50_end_query; in nv50_init_query_functions()
Dnv50_query_hw.h21 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member
Dnv50_query_hw.c203 if (hq->funcs && hq->funcs->end_query) { in nv50_hw_end_query()
204 hq->funcs->end_query(nv50, hq); in nv50_hw_end_query()
350 .end_query = nv50_hw_end_query,
/third_party/mesa3d/src/gallium/tests/graw/
Docclusion-query.c181 info.ctx->end_query(info.ctx, q1); in draw()
187 info.ctx->end_query(info.ctx, q2); in draw()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.h14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member
Dnvc0_query_hw.h21 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member
Dnvc0_query.c65 q->funcs->end_query(nvc0_context(pipe), q); in nvc0_end_query()
278 pipe->end_query = nvc0_end_query; in nvc0_init_query_functions()
Dnvc0_query_sw.c114 .end_query = nvc0_sw_end_query,
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_query.c89 i915->base.end_query = i915_end_query; in i915_init_query_functions()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_query.c92 pctx->base.end_query = lima_end_query; in lima_query_init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dtimestamp.cpp33 q.pipe->end_query(q.pipe, _query); in query()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.h42 void (*end_query)(struct fd_context *ctx, struct fd_query *q) dt; member
Dfreedreno_query.c82 q->funcs->end_query(fd_context(pctx), q); in fd_end_query()
267 pctx->end_query = fd_end_query; in fd_query_context_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h7 CALL(end_query)
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c205 ret = pipe->end_query(pipe, stq->pq_begin); in st_BeginQuery()
248 ret = pipe->end_query(pipe, stq->pq); in st_EndQuery()

12345