| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_queryobj.h | 40 struct pipe_query *pq; 43 struct pipe_query *pq_begin;
|
| H A D | st_cb_perfmon.h | 31 struct pipe_query *query; 46 struct pipe_query *batch_query;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_queryobj.h | 40 struct pipe_query *pq; 43 struct pipe_query *pq_begin;
|
| H A D | st_cb_perfmon.h | 31 struct pipe_query *query; 46 struct pipe_query *batch_query;
|
| H A D | st_cb_perfquery.c | 138 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 D | i915_query.c | 42 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 D | lima_query.c | 42 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 D | i915_query.c | 41 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 D | lima_query.c | 42 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 D | timestamp.hpp | 28 struct pipe_query; 53 pipe_query *_query;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | timestamp.hpp | 28 struct pipe_query; 53 pipe_query *_query;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_query.h | 44 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 D | v3d_query.c | 44 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 D | v3d_query.c | 47 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 D | etnaviv_query.c | 37 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 D | etnaviv_query.h | 51 etna_query(struct pipe_query *pq)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_query.c | 37 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 D | etnaviv_query.h | 50 etna_query(struct pipe_query *pq)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_helpers.h | 58 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 D | nv50_query.h | 26 nv50_query(struct pipe_query *pipe)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_helpers.h | 88 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 D | nv50_query.h | 26 nv50_query(struct pipe_query *pipe)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_query.h | 33 nvc0_query(struct pipe_query *pipe)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_monitor.h | 55 struct pipe_query;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_monitor.h | 42 struct pipe_query;
|