/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_query.c | 95 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()
|
D | v3d_query.h | 35 bool (*get_query_result)(struct v3d_context *v3d, struct v3d_query *query, member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query.c | 87 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()
|
D | etnaviv_query.h | 40 bool (*get_query_result)(struct etna_context *ctx, struct etna_query *q, member
|
D | etnaviv_query_sw.c | 90 .get_query_result = etna_sw_get_query_result,
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | occlusion-query.c | 189 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/ |
D | nv50_query_hw_metric.c | 133 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,
|
D | nv50_query.c | 70 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()
|
D | nv50_query.h | 15 bool (*get_query_result)(struct nv50_context *, struct nv50_query *, member
|
D | nv50_query_hw.c | 282 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,
|
D | nv50_query_hw.h | 22 bool (*get_query_result)(struct nv50_context *, struct nv50_hw_query *, member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query.h | 15 bool (*get_query_result)(struct nvc0_context *, struct nvc0_query *, member
|
D | nvc0_query_hw.c | 318 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,
|
D | nvc0_query.c | 74 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()
|
D | nvc0_query_hw.h | 22 bool (*get_query_result)(struct nvc0_context *, struct nvc0_hw_query *, member
|
D | nvc0_query_sw.c | 115 .get_query_result = nvc0_sw_get_query_result,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.c | 95 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()
|
D | freedreno_query.h | 43 bool (*get_query_result)(struct fd_context *ctx, struct fd_query *q, member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_query.c | 90 i915->base.get_query_result = i915_get_query_result; in i915_init_query_functions()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Query.cpp | 255 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/ |
D | lima_query.c | 93 pctx->base.get_query_result = lima_get_query_result; in lima_query_init()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | timestamp.cpp | 51 if (!q().pipe->get_query_result(q().pipe, _query, false, &result)) in operator ()()
|
/third_party/mesa3d/src/mesa/main/ |
D | queryobj.c | 254 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()
|
D | performance_monitor.c | 259 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/ |
D | sp_query.c | 328 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()
|