/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query.c | 81 q->funcs->end_query(etna_context(pctx), q); in etna_end_query() 130 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 | 91 .end_query = etna_sw_end_query,
|
/external/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()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.c | 91 q->funcs->end_query(fd_context(pctx), q); in fd_end_query() 164 pctx->end_query = fd_end_query; in fd_query_context_init()
|
D | freedreno_query.h | 41 void (*end_query)(struct fd_context *ctx, struct fd_query *q); member
|
D | freedreno_query_sw.c | 136 .end_query = fd_sw_end_query,
|
/external/mesa3d/src/gallium/tests/graw/ |
D | occlusion-query.c | 179 info.ctx->end_query(info.ctx, q1); in draw() 185 info.ctx->end_query(info.ctx, q2); in draw()
|
/external/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.c | 61 q->funcs->end_query(nv50_context(pipe), q); in nv50_end_query() 161 pipe->end_query = nv50_end_query; in nv50_init_query_functions()
|
D | nv50_query.h | 14 void (*end_query)(struct nv50_context *, struct nv50_query *); member
|
D | nv50_query_hw.c | 209 if (hq->funcs && hq->funcs->end_query) { in nv50_hw_end_query() 210 hq->funcs->end_query(nv50, hq); in nv50_hw_end_query() 351 .end_query = nv50_hw_end_query,
|
D | nv50_query_hw.h | 16 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member
|
/external/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 | 16 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,
|
D | nvc0_query_hw.c | 212 if (hq->funcs && hq->funcs->end_query) { in nvc0_hw_end_query() 213 hq->funcs->end_query(nvc0, hq); in nvc0_hw_end_query() 485 .end_query = nvc0_hw_end_query,
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_query.c | 87 pctx->end_query = vc4_end_query; in vc4_query_init()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | timestamp.cpp | 33 q.pipe->end_query(q.pipe, _query); in query()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_query.c | 91 i915->base.end_query = i915_end_query; in i915_init_query_functions()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 6 CALL(end_query)
|
D | u_helpers.c | 140 ctx->end_query(ctx, q); in util_end_pipestat_query()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 164 ret = pipe->end_query(pipe, stq->pq_begin); in st_BeginQuery() 203 ret = pipe->end_query(pipe, stq->pq); in st_EndQuery()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_query.c | 175 pctx->end_query = vc5_end_query; in vc5_query_init()
|