Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c124 if (!pipe->begin_query(pipe, bq->query[bq->head])) { in hud_batch_query_begin()
294 begin_query(struct hud_graph *gr, struct pipe_context *pipe) in begin_query() function
300 pipe->begin_query(pipe, info->query[info->head]); in begin_query()
404 gr->begin_query = begin_query; in hud_pipe_query_install()
Dhud_private.h106 void (*begin_query)(struct hud_graph *gr, struct pipe_context *pipe); member
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query.c67 ret = q->funcs->begin_query(etna_context(pctx), q); in etna_begin_query()
129 pctx->begin_query = etna_begin_query; in etna_query_context_init()
Detnaviv_query.h38 boolean (*begin_query)(struct etna_context *ctx, struct etna_query *q); member
Detnaviv_query_sw.c90 .begin_query = etna_sw_begin_query,
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c71 ret = q->funcs->begin_query(fd_context(pctx), q); in fd_begin_query()
163 pctx->begin_query = fd_begin_query; in fd_query_context_init()
Dfreedreno_query.h40 boolean (*begin_query)(struct fd_context *ctx, struct fd_query *q); member
Dfreedreno_query_sw.c135 .begin_query = fd_sw_begin_query,
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c177 info.ctx->begin_query(info.ctx, q1); in draw()
183 info.ctx->begin_query(info.ctx, q2); in draw()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_metric.c87 ret = hmq->queries[i]->funcs->begin_query(nv50, hmq->queries[i]); in nv50_hw_metric_begin_query()
146 .begin_query = nv50_hw_metric_begin_query,
Dnv50_query.c54 return q->funcs->begin_query(nv50_context(pipe), q); in nv50_begin_query()
160 pipe->begin_query = nv50_begin_query; in nv50_init_query_functions()
Dnv50_query.h13 boolean (*begin_query)(struct nv50_context *, struct nv50_query *); member
Dnv50_query_hw.c133 if (hq->funcs && hq->funcs->begin_query) in nv50_hw_begin_query()
134 return hq->funcs->begin_query(nv50, hq); in nv50_hw_begin_query()
350 .begin_query = nv50_hw_begin_query,
Dnv50_query_hw.h15 boolean (*begin_query)(struct nv50_context *, struct nv50_hw_query *); member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.h13 boolean (*begin_query)(struct nvc0_context *, struct nvc0_query *); member
Dnvc0_query_hw.h15 boolean (*begin_query)(struct nvc0_context *, struct nvc0_hw_query *); member
Dnvc0_query.c58 return q->funcs->begin_query(nvc0_context(pipe), q); in nvc0_begin_query()
277 pipe->begin_query = nvc0_begin_query; in nvc0_init_query_functions()
Dnvc0_query_sw.c113 .begin_query = nvc0_sw_begin_query,
Dnvc0_query_hw.c137 if (hq->funcs && hq->funcs->begin_query) in nvc0_hw_begin_query()
138 return hq->funcs->begin_query(nvc0, hq); in nvc0_hw_begin_query()
484 .begin_query = nvc0_hw_begin_query,
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_query.c86 pctx->begin_query = vc4_begin_query; in vc4_query_init()
/external/mesa3d/src/gallium/drivers/i915/
Di915_query.c90 i915->base.begin_query = i915_begin_query; in i915_init_query_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h5 CALL(begin_query)
Du_helpers.c129 ctx->begin_query(ctx, q); in util_begin_pipestat_query()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_query.c174 pctx->begin_query = vc5_begin_query; in vc5_query_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c187 if (query && !pipe->begin_query(pipe, query)) in st_BeginPerfMonitor()
191 if (stm->batch_query && !pipe->begin_query(pipe, stm->batch_query)) in st_BeginPerfMonitor()

1234