/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_query.c | 85 return q->funcs->end_query(v3d, q); in v3d_end_query() 115 pctx->end_query = v3d_end_query; in v3d_query_init()
|
D | v3d_query.h | 34 bool (*end_query)(struct v3d_context *v3d, struct v3d_query *query); member
|
D | v3d_query_pipe.c | 184 .end_query = v3d_end_query_pipe,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query.c | 74 q->funcs->end_query(etna_context(pctx), q); in etna_end_query() 149 pctx->end_query = etna_end_query; in etna_query_context_init()
|
D | etnaviv_query.h | 39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member
|
D | etnaviv_query_sw.c | 89 .end_query = etna_sw_end_query,
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_driver_query.c | 63 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/ |
D | d3d12_query.cpp | 349 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/ |
D | nv50_query_hw_metric.c | 101 hmq->queries[i]->funcs->end_query(nv50, hmq->queries[i]); in nv50_hw_metric_end_query() 147 .end_query = nv50_hw_metric_end_query,
|
D | nv50_query.h | 14 void (*end_query)(struct nv50_context *, struct nv50_query *); member
|
D | nv50_query.c | 61 q->funcs->end_query(nv50_context(pipe), q); in nv50_end_query() 159 pipe->end_query = nv50_end_query; in nv50_init_query_functions()
|
D | nv50_query_hw.h | 21 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member
|
D | nv50_query_hw.c | 203 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/ |
D | occlusion-query.c | 181 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/ |
D | nvc0_query.h | 14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member
|
D | nvc0_query_hw.h | 21 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member
|
D | nvc0_query.c | 65 q->funcs->end_query(nvc0_context(pipe), q); in nvc0_end_query() 278 pipe->end_query = nvc0_end_query; in nvc0_init_query_functions()
|
D | nvc0_query_sw.c | 114 .end_query = nvc0_sw_end_query,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_query.c | 89 i915->base.end_query = i915_end_query; in i915_init_query_functions()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_query.c | 92 pctx->base.end_query = lima_end_query; in lima_query_init()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | timestamp.cpp | 33 q.pipe->end_query(q.pipe, _query); in query()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.h | 42 void (*end_query)(struct fd_context *ctx, struct fd_query *q) dt; member
|
D | freedreno_query.c | 82 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/ |
D | u_threaded_context_calls.h | 7 CALL(end_query)
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 205 ret = pipe->end_query(pipe, stq->pq_begin); in st_BeginQuery() 248 ret = pipe->end_query(pipe, stq->pq); in st_EndQuery()
|