/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.c | 47 q->funcs->destroy_query(nv50_context(pipe), q); in nv50_destroy_query() 159 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 | 117 if (hq->funcs && hq->funcs->destroy_query) { in nv50_hw_destroy_query() 118 hq->funcs->destroy_query(nv50, hq); in nv50_hw_destroy_query() 349 .destroy_query = nv50_hw_destroy_query,
|
D | nv50_query_hw.h | 14 void (*destroy_query)(struct nv50_context *, struct nv50_hw_query *); member
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query.c | 55 q->funcs->destroy_query(etna_context(pctx), q); in etna_destroy_query() 128 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 | 89 .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/drivers/freedreno/ |
D | freedreno_query.c | 59 q->funcs->destroy_query(fd_context(pctx), q); in fd_destroy_query() 162 pctx->destroy_query = fd_destroy_query; in fd_query_context_init()
|
D | freedreno_query.h | 38 void (*destroy_query)(struct fd_context *ctx, member
|
D | freedreno_query_sw.c | 134 .destroy_query = fd_sw_destroy_query,
|
/external/mesa3d/src/gallium/tests/graw/ |
D | occlusion-query.c | 200 info.ctx->destroy_query(info.ctx, q1); in draw() 201 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 | 14 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() 276 pipe->destroy_query = nvc0_destroy_query; in nvc0_init_query_functions()
|
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,
|
D | nvc0_query_sw.c | 112 .destroy_query = nvc0_sw_destroy_query,
|
D | nvc0_query_hw.c | 120 if (hq->funcs && hq->funcs->destroy_query) { in nvc0_hw_destroy_query() 121 hq->funcs->destroy_query(nvc0, hq); in nvc0_hw_destroy_query() 483 .destroy_query = nvc0_hw_destroy_query,
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_query.c | 85 pctx->destroy_query = vc4_destroy_query; in vc4_query_init()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | timestamp.cpp | 44 q().pipe->destroy_query(q().pipe, _query); in ~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/auxiliary/util/ |
D | u_threaded_context_calls.h | 4 CALL(destroy_query)
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 69 pipe->destroy_query(pipe, stq->pq); in free_queries() 74 pipe->destroy_query(pipe, stq->pq_begin); in free_queries()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_context.c | 65 pipe->destroy_query(pipe, query); in dd_context_create_query() 91 pipe->destroy_query(pipe, query); in dd_context_create_batch_query() 105 pipe->destroy_query(pipe, dd_query_unwrap(query)); in dd_context_destroy_query() 774 CTX_INIT(destroy_query); in dd_context_create()
|