Home
last modified time | relevance | path

Searched refs:end_query (Results 1 – 25 of 91) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query.c81 q->funcs->end_query(etna_context(pctx), q); in etna_end_query()
130 pctx->end_query = etna_end_query; in etna_query_context_init()
Detnaviv_query.h39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member
Detnaviv_query_sw.c91 .end_query = etna_sw_end_query,
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c63 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/
Dfreedreno_query.c91 q->funcs->end_query(fd_context(pctx), q); in fd_end_query()
164 pctx->end_query = fd_end_query; in fd_query_context_init()
Dfreedreno_query.h41 void (*end_query)(struct fd_context *ctx, struct fd_query *q); member
Dfreedreno_query_sw.c136 .end_query = fd_sw_end_query,
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c179 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/
Dnv50_query_hw_metric.c101 hmq->queries[i]->funcs->end_query(nv50, hmq->queries[i]); in nv50_hw_metric_end_query()
147 .end_query = nv50_hw_metric_end_query,
Dnv50_query.c61 q->funcs->end_query(nv50_context(pipe), q); in nv50_end_query()
161 pipe->end_query = nv50_end_query; in nv50_init_query_functions()
Dnv50_query.h14 void (*end_query)(struct nv50_context *, struct nv50_query *); member
Dnv50_query_hw.c209 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,
Dnv50_query_hw.h16 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.h14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member
Dnvc0_query_hw.h16 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member
Dnvc0_query.c65 q->funcs->end_query(nvc0_context(pipe), q); in nvc0_end_query()
278 pipe->end_query = nvc0_end_query; in nvc0_init_query_functions()
Dnvc0_query_sw.c114 .end_query = nvc0_sw_end_query,
Dnvc0_query_hw.c212 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/
Dvc4_query.c87 pctx->end_query = vc4_end_query; in vc4_query_init()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dtimestamp.cpp33 q.pipe->end_query(q.pipe, _query); in query()
/external/mesa3d/src/gallium/drivers/i915/
Di915_query.c91 i915->base.end_query = i915_end_query; in i915_init_query_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h6 CALL(end_query)
Du_helpers.c140 ctx->end_query(ctx, q); in util_end_pipestat_query()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c164 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/
Dvc5_query.c175 pctx->end_query = vc5_end_query; in vc5_query_init()

1234