Home
last modified time | relevance | path

Searched refs:get_query_result (Results 1 – 25 of 71) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query.c95 return q->funcs->get_query_result(v3d, q, wait, vresult); in v3d_get_query_result()
116 pctx->get_query_result = v3d_get_query_result; in v3d_query_init()
Dv3d_query.h35 bool (*get_query_result)(struct v3d_context *v3d, struct v3d_query *query, member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query.c87 return q->funcs->get_query_result(etna_context(pctx), q, wait, result); in etna_get_query_result()
150 pctx->get_query_result = etna_get_query_result; in etna_query_context_init()
Detnaviv_query.h40 bool (*get_query_result)(struct etna_context *ctx, struct etna_query *q, member
Detnaviv_query_sw.c90 .get_query_result = etna_sw_get_query_result,
/third_party/mesa3d/src/gallium/tests/graw/
Docclusion-query.c189 info.ctx->get_query_result(info.ctx, q1, TRUE, &res1); in draw()
190 info.ctx->get_query_result(info.ctx, q2, TRUE, &res2); in draw()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_metric.c133 ret = hmq->queries[i]->funcs->get_query_result(nv50, hmq->queries[i], in nv50_hw_metric_get_query_result()
148 .get_query_result = nv50_hw_metric_get_query_result,
Dnv50_query.c70 return q->funcs->get_query_result(nv50_context(pipe), q, wait, result); in nv50_get_query_result()
160 pipe->get_query_result = nv50_get_query_result; in nv50_init_query_functions()
Dnv50_query.h15 bool (*get_query_result)(struct nv50_context *, struct nv50_query *, member
Dnv50_query_hw.c282 if (hq->funcs && hq->funcs->get_query_result) in nv50_hw_get_query_result()
283 return hq->funcs->get_query_result(nv50, hq, wait, result); in nv50_hw_get_query_result()
351 .get_query_result = nv50_hw_get_query_result,
Dnv50_query_hw.h22 bool (*get_query_result)(struct nv50_context *, struct nv50_hw_query *, member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.h15 bool (*get_query_result)(struct nvc0_context *, struct nvc0_query *, member
Dnvc0_query_hw.c318 if (hq->funcs && hq->funcs->get_query_result) in nvc0_hw_get_query_result()
319 return hq->funcs->get_query_result(nvc0, hq, wait, result); in nvc0_hw_get_query_result()
401 assert(!hq->funcs || !hq->funcs->get_query_result); in nvc0_hw_get_query_result_resource()
521 .get_query_result = nvc0_hw_get_query_result,
Dnvc0_query.c74 return q->funcs->get_query_result(nvc0_context(pipe), q, wait, result); in nvc0_get_query_result()
279 pipe->get_query_result = nvc0_get_query_result; in nvc0_init_query_functions()
Dnvc0_query_hw.h22 bool (*get_query_result)(struct nvc0_context *, struct nvc0_hw_query *, member
Dnvc0_query_sw.c115 .get_query_result = nvc0_sw_get_query_result,
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c95 return q->funcs->get_query_result(fd_context(pctx), q, wait, result); in fd_get_query_result()
268 pctx->get_query_result = fd_get_query_result; in fd_query_context_init()
Dfreedreno_query.h43 bool (*get_query_result)(struct fd_context *ctx, struct fd_query *q, member
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_query.c90 i915->base.get_query_result = i915_get_query_result; in i915_init_query_functions()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp255 ret = pipe->get_query_result(pipe, state, wait, &result); in QueryGetData()
390 ret = pipe->get_query_result(pipe, query, TRUE, &result); in CheckPredicate()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_query.c93 pctx->base.get_query_result = lima_get_query_result; in lima_query_init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dtimestamp.cpp51 if (!q().pipe->get_query_result(q().pipe, _query, false, &result)) in operator ()()
/third_party/mesa3d/src/mesa/main/
Dqueryobj.c254 get_query_result(struct pipe_context *pipe, in get_query_result() function
267 if (!pipe->get_query_result(pipe, q->pq, wait, &data)) in get_query_result()
326 pipe->get_query_result(pipe, q->pq_begin, TRUE, (void *)&Result0); in get_query_result()
345 !get_query_result(pipe, q, TRUE)) in _mesa_wait_query()
359 q->Ready = get_query_result(pipe, q, FALSE); in _mesa_check_query()
Dperformance_monitor.c259 if (query && !pipe->get_query_result(pipe, query, FALSE, &result)) { in is_perf_monitor_result_available()
266 !pipe->get_query_result(pipe, m->batch_query, FALSE, m->batch_result)) in is_perf_monitor_result_available()
291 have_batch_query = pipe->get_query_result(pipe, m->batch_query, TRUE, in get_perf_monitor_result()
306 if (!pipe->get_query_result(pipe, cntr->query, TRUE, &result)) in get_perf_monitor_result()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c328 b = pipe->get_query_result(pipe, sp->render_cond_query, wait, in softpipe_check_render_cond()
349 softpipe->pipe.get_query_result = softpipe_get_query_result; in softpipe_init_query_funcs()

123