/external/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.h | 12 void (*destroy_query)(struct nv50_context *, struct nv50_query *); member
|
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_hw.h | 19 void (*destroy_query)(struct nv50_context *, struct nv50_hw_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() 343 .destroy_query = nv50_hw_destroy_query,
|
/external/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,
|
/external/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()
|
/external/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()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query.h | 12 void (*destroy_query)(struct nvc0_context *, struct nvc0_query *); member
|
D | nvc0_query_hw.h | 19 void (*destroy_query)(struct nvc0_context *, struct nvc0_hw_query *); member
|
D | nvc0_query.c | 51 q->funcs->destroy_query(nvc0_context(pipe), q); in nvc0_destroy_query() 275 pipe->destroy_query = nvc0_destroy_query; in nvc0_init_query_functions()
|
D | nvc0_query_sw.c | 112 .destroy_query = nvc0_sw_destroy_query,
|
D | nvc0_query_hw_metric.c | 468 if (hmq->queries[i]->funcs->destroy_query) in nvc0_hw_metric_destroy_query() 469 hmq->queries[i]->funcs->destroy_query(nvc0, hmq->queries[i]); in nvc0_hw_metric_destroy_query() 706 .destroy_query = nvc0_hw_metric_destroy_query,
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_query.c | 89 i915->base.destroy_query = i915_destroy_query; in i915_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_query.c | 90 pctx->base.destroy_query = lima_destroy_query; in lima_query_init()
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | timestamp.cpp | 44 q().pipe->destroy_query(q().pipe, _query); in ~query()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.h | 36 void (*destroy_query)(struct fd_context *ctx, member
|
D | freedreno_query.c | 58 q->funcs->destroy_query(fd_context(pctx), q); in fd_destroy_query() 266 pctx->destroy_query = fd_destroy_query; in fd_query_context_init()
|
D | freedreno_query_sw.c | 157 .destroy_query = fd_sw_destroy_query,
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_query.c | 151 destroy_query(struct zink_screen *screen, struct zink_query *query) in destroy_query() function 174 destroy_query(screen, query); in zink_destroy_query() 184 destroy_query(screen, query); in zink_prune_queries() 561 pctx->destroy_query = zink_destroy_query; in zink_context_query_init()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 5 CALL(destroy_query)
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 70 pipe->destroy_query(pipe, stq->pq); in free_queries() 75 pipe->destroy_query(pipe, stq->pq_begin); in free_queries()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_query.c | 206 pctx->destroy_query = v3d_destroy_query; in v3d_query_init()
|