Searched refs:pipe_query (Results 1 - 25 of 168) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.h40 struct pipe_query *pq;
43 struct pipe_query *pq_begin;
H A Dst_cb_perfmon.h31 struct pipe_query *query;
46 struct pipe_query *batch_query;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.h40 struct pipe_query *pq;
43 struct pipe_query *pq_begin;
H A Dst_cb_perfmon.h31 struct pipe_query *query;
46 struct pipe_query *batch_query;
H A Dst_cb_perfquery.c138 pipe->delete_intel_perf_query(pipe, (struct pipe_query *)o);
155 return pipe->begin_intel_perf_query(pipe, (struct pipe_query *)o);
163 pipe->end_intel_perf_query(pipe, (struct pipe_query *)o);
173 pipe->wait_intel_perf_query(pipe, (struct pipe_query *)o);
184 return pipe->is_intel_perf_query_ready(pipe, (struct pipe_query *)o);
203 return pipe->get_intel_perf_query_data(pipe, (struct pipe_query *)o,
211 struct pipe_query *q;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_query.c42 static struct pipe_query *i915_create_query(struct pipe_context *ctx,
48 return (struct pipe_query *)query;
52 struct pipe_query *query)
58 struct pipe_query *query)
63 static bool i915_end_query(struct pipe_context *ctx, struct pipe_query *query)
69 struct pipe_query *query,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_query.c42 static struct pipe_query *
47 /* Note that struct pipe_query isn't actually defined anywhere. */
48 return (struct pipe_query *)query;
52 lima_destroy_query(struct pipe_context *ctx, struct pipe_query *query)
58 lima_begin_query(struct pipe_context *ctx, struct pipe_query *query)
64 lima_end_query(struct pipe_context *ctx, struct pipe_query *query)
70 lima_get_query_result(struct pipe_context *ctx, struct pipe_query *query,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_query.c41 static struct pipe_query *
46 return (struct pipe_query *)query;
50 i915_destroy_query(struct pipe_context *ctx, struct pipe_query *query)
56 i915_begin_query(struct pipe_context *ctx, struct pipe_query *query)
62 i915_end_query(struct pipe_context *ctx, struct pipe_query *query)
68 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_query.c42 static struct pipe_query *
47 /* Note that struct pipe_query isn't actually defined anywhere. */
48 return (struct pipe_query *)query;
52 lima_destroy_query(struct pipe_context *ctx, struct pipe_query *query)
58 lima_begin_query(struct pipe_context *ctx, struct pipe_query *query)
64 lima_end_query(struct pipe_context *ctx, struct pipe_query *query)
70 lima_get_query_result(struct pipe_context *ctx, struct pipe_query *query,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dtimestamp.hpp28 struct pipe_query;
53 pipe_query *_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dtimestamp.hpp28 struct pipe_query;
53 pipe_query *_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_query.h44 struct pipe_query *v3d_create_query_pipe(struct v3d_context *v3d, unsigned query_type, unsigned index);
45 struct pipe_query *v3d_create_batch_query_perfcnt(struct v3d_context *v3d, unsigned num_queries,
H A Dv3d_query.c44 static struct pipe_query *
52 static struct pipe_query *
62 v3d_destroy_query(struct pipe_context *pctx, struct pipe_query *query)
71 v3d_begin_query(struct pipe_context *pctx, struct pipe_query *query)
80 v3d_end_query(struct pipe_context *pctx, struct pipe_query *query)
89 v3d_get_query_result(struct pipe_context *pctx, struct pipe_query *query,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_query.c47 static struct pipe_query *
54 /* Note that struct pipe_query isn't actually defined anywhere. */
55 return (struct pipe_query *)q;
59 v3d_destroy_query(struct pipe_context *pctx, struct pipe_query *query)
68 v3d_begin_query(struct pipe_context *pctx, struct pipe_query *query)
94 v3d_end_query(struct pipe_context *pctx, struct pipe_query *query)
116 v3d_get_query_result(struct pipe_context *pctx, struct pipe_query *query,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_query.c37 static struct pipe_query *
50 return (struct pipe_query *)q;
54 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq)
62 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq)
77 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq)
91 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq,
H A Detnaviv_query.h51 etna_query(struct pipe_query *pq)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_query.c37 static struct pipe_query *
48 return (struct pipe_query *)q;
52 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq)
60 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq)
70 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq)
80 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq,
H A Detnaviv_query.h50 etna_query(struct pipe_query *pq)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.h58 struct pipe_query *
62 util_end_pipestat_query(struct pipe_context *ctx, struct pipe_query *q,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.h26 nv50_query(struct pipe_query *pipe)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_helpers.h88 struct pipe_query *
92 util_end_pipestat_query(struct pipe_context *ctx, struct pipe_query *q,
95 struct pipe_query *
98 util_end_time_query(struct pipe_context *ctx, struct pipe_query *q, FILE *f,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.h26 nv50_query(struct pipe_query *pipe)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h33 nvc0_query(struct pipe_query *pipe)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_monitor.h55 struct pipe_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_monitor.h42 struct pipe_query;

Completed in 16 milliseconds

1234567