Home
last modified time | relevance | path

Searched refs:destroy_query (Results 1 – 25 of 70) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_metric.c74 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,
Dnv50_query.c47 q->funcs->destroy_query(nv50_context(pipe), q); in nv50_destroy_query()
157 pipe->destroy_query = nv50_destroy_query; in nv50_init_query_functions()
Dnv50_query.h12 void (*destroy_query)(struct nv50_context *, struct nv50_query *); member
Dnv50_query_hw.c112 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,
Dnv50_query_hw.h19 void (*destroy_query)(struct nv50_context *, struct nv50_hw_query *); member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query.c67 q->funcs->destroy_query(v3d, q); in v3d_destroy_query()
113 pctx->destroy_query = v3d_destroy_query; in v3d_query_init()
Dv3d_query.h32 void (*destroy_query)(struct v3d_context *v3d, struct v3d_query *query); member
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c96 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/
Detnaviv_query.c56 q->funcs->destroy_query(etna_context(pctx), q); in etna_destroy_query()
147 pctx->destroy_query = etna_destroy_query; in etna_query_context_init()
Detnaviv_query.h37 void (*destroy_query)(struct etna_context *ctx, struct etna_query *q); member
Detnaviv_query_sw.c87 .destroy_query = etna_sw_destroy_query,
/third_party/mesa3d/src/gallium/tests/graw/
Docclusion-query.c202 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/
Dlvp_query.c88 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/
Dnvc0_query.h12 void (*destroy_query)(struct nvc0_context *, struct nvc0_query *); member
Dnvc0_query.c51 q->funcs->destroy_query(nvc0_context(pipe), q); in nvc0_destroy_query()
276 pipe->destroy_query = nvc0_destroy_query; in nvc0_init_query_functions()
Dnvc0_query_hw.h19 void (*destroy_query)(struct nvc0_context *, struct nvc0_hw_query *); member
Dnvc0_query_hw_metric.c472 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,
Dnvc0_query_sw.c112 .destroy_query = nvc0_sw_destroy_query,
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c58 q->funcs->destroy_query(fd_context(pctx), q); in fd_destroy_query()
265 pctx->destroy_query = fd_destroy_query; in fd_query_context_init()
Dfreedreno_query.h40 void (*destroy_query)(struct fd_context *ctx, struct fd_query *q) dt; member
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_query.c87 i915->base.destroy_query = i915_destroy_query; in i915_init_query_functions()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_query.c90 pctx->base.destroy_query = lima_destroy_query; in lima_query_init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dtimestamp.cpp44 q().pipe->destroy_query(q().pipe, _query); in ~query()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c368 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/
Du_threaded_context_calls.h4 CALL(destroy_query)

123