/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query_hw_metric.c | 74 if (hmq->queries[i]->funcs->destroy_query) in nv50_hw_metric_destroy_query() 75 hmq->queries[i]->funcs->destroy_query(nv50, hmq->queries[i]); in nv50_hw_metric_destroy_query() 145 .destroy_query = nv50_hw_metric_destroy_query,
|
D | nv50_query.c | 47 q->funcs->destroy_query(nv50_context(pipe), q); in nv50_destroy_query() 157 pipe->destroy_query = nv50_destroy_query; in nv50_init_query_functions()
|
D | nv50_query.h | 12 void (*destroy_query)(struct nv50_context *, struct nv50_query *); member
|
D | nv50_query_hw.c | 112 if (hq->funcs && hq->funcs->destroy_query) { in nv50_hw_destroy_query() 113 hq->funcs->destroy_query(nv50, hq); in nv50_hw_destroy_query() 348 .destroy_query = nv50_hw_destroy_query,
|
D | nv50_query_hw.h | 19 void (*destroy_query)(struct nv50_context *, struct nv50_hw_query *); member
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_query.c | 67 q->funcs->destroy_query(v3d, q); in v3d_destroy_query() 113 pctx->destroy_query = v3d_destroy_query; in v3d_query_init()
|
D | v3d_query.h | 32 void (*destroy_query)(struct v3d_context *v3d, struct v3d_query *query); member
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_driver_query.c | 96 pipe->destroy_query(pipe, bq->query[bq->head]); in hud_batch_query_update() 187 pipe->destroy_query(pipe, bq->query[idx]); in hud_batch_query_cleanup() 270 pipe->destroy_query(pipe, info->query[info->head]); in query_new_value_normal() 357 pipe->destroy_query(pipe, info->query[i]); in free_query_info()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query.c | 56 q->funcs->destroy_query(etna_context(pctx), q); in etna_destroy_query() 147 pctx->destroy_query = etna_destroy_query; in etna_query_context_init()
|
D | etnaviv_query.h | 37 void (*destroy_query)(struct etna_context *ctx, struct etna_query *q); member
|
D | etnaviv_query_sw.c | 87 .destroy_query = etna_sw_destroy_query,
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | occlusion-query.c | 202 info.ctx->destroy_query(info.ctx, q1); in draw() 203 info.ctx->destroy_query(info.ctx, q2); in draw()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_query.c | 88 device->queue.ctx->destroy_query(device->queue.ctx, pool->queries[i]); in lvp_DestroyQueryPool() 213 device->queue.ctx->destroy_query(device->queue.ctx, pool->queries[idx]); in lvp_ResetQueryPool()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query.h | 12 void (*destroy_query)(struct nvc0_context *, struct nvc0_query *); member
|
D | nvc0_query.c | 51 q->funcs->destroy_query(nvc0_context(pipe), q); in nvc0_destroy_query() 276 pipe->destroy_query = nvc0_destroy_query; in nvc0_init_query_functions()
|
D | nvc0_query_hw.h | 19 void (*destroy_query)(struct nvc0_context *, struct nvc0_hw_query *); member
|
D | nvc0_query_hw_metric.c | 472 if (hmq->queries[i]->funcs->destroy_query) in nvc0_hw_metric_destroy_query() 473 hmq->queries[i]->funcs->destroy_query(nvc0, hmq->queries[i]); in nvc0_hw_metric_destroy_query() 710 .destroy_query = nvc0_hw_metric_destroy_query,
|
D | nvc0_query_sw.c | 112 .destroy_query = nvc0_sw_destroy_query,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.c | 58 q->funcs->destroy_query(fd_context(pctx), q); in fd_destroy_query() 265 pctx->destroy_query = fd_destroy_query; in fd_query_context_init()
|
D | freedreno_query.h | 40 void (*destroy_query)(struct fd_context *ctx, struct fd_query *q) dt; member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_query.c | 87 i915->base.destroy_query = i915_destroy_query; in i915_init_query_functions()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_query.c | 90 pctx->base.destroy_query = lima_destroy_query; in lima_query_init()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | timestamp.cpp | 44 q().pipe->destroy_query(q().pipe, _query); in ~query()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_query.c | 368 destroy_query(struct zink_screen *screen, struct zink_query *query) in destroy_query() function 507 destroy_query(screen, query); in zink_create_query() 526 destroy_query(screen, query); in zink_destroy_query() 536 destroy_query(screen, query); in zink_prune_query() 1331 pctx->destroy_query(pctx, pquery); in zink_get_timestamp() 1346 pctx->destroy_query = zink_destroy_query; in zink_context_query_init()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 4 CALL(destroy_query)
|