HomeSort by relevance Sort by last modified time
    Searched refs:pipe_query (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_query.c 42 static struct pipe_query *i915_create_query(struct pipe_context *ctx,
47 return (struct pipe_query *)query;
51 struct pipe_query *query)
57 struct pipe_query *query)
61 static void i915_end_query(struct pipe_context *ctx, struct pipe_query *query)
66 struct pipe_query *query,
  /external/mesa3d/src/gallium/drivers/i915/
i915_query.c 42 static struct pipe_query *i915_create_query(struct pipe_context *ctx,
47 return (struct pipe_query *)query;
51 struct pipe_query *query)
57 struct pipe_query *query)
61 static void i915_end_query(struct pipe_context *ctx, struct pipe_query *query)
66 struct pipe_query *query,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_queryobj.h 41 struct pipe_query *pq;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.h 41 struct pipe_query *pq;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_query.c 43 static struct llvmpipe_query *llvmpipe_query( struct pipe_query *p )
48 static struct pipe_query *
58 return (struct pipe_query *) pq;
63 llvmpipe_destroy_query(struct pipe_context *pipe, struct pipe_query *q)
86 struct pipe_query *q,
122 llvmpipe_begin_query(struct pipe_context *pipe, struct pipe_query *q)
145 llvmpipe_end_query(struct pipe_context *pipe, struct pipe_query *q)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_query.c 26 static struct pipe_query *r600_create_query(struct pipe_context *ctx, unsigned query_type)
30 return (struct pipe_query*)r600_context_query_create(rctx, query_type);
33 static void r600_destroy_query(struct pipe_context *ctx, struct pipe_query *query)
40 static void r600_begin_query(struct pipe_context *ctx, struct pipe_query *query)
51 static void r600_end_query(struct pipe_context *ctx, struct pipe_query *query)
61 struct pipe_query *query,
71 struct pipe_query *query,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_query.c 43 static struct llvmpipe_query *llvmpipe_query( struct pipe_query *p )
48 static struct pipe_query *
58 return (struct pipe_query *) pq;
63 llvmpipe_destroy_query(struct pipe_context *pipe, struct pipe_query *q)
86 struct pipe_query *q,
122 llvmpipe_begin_query(struct pipe_context *pipe, struct pipe_query *q)
145 llvmpipe_end_query(struct pipe_context *pipe, struct pipe_query *q)
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_query.c 26 static struct pipe_query *r600_create_query(struct pipe_context *ctx, unsigned query_type)
30 return (struct pipe_query*)r600_context_query_create(rctx, query_type);
33 static void r600_destroy_query(struct pipe_context *ctx, struct pipe_query *query)
40 static void r600_begin_query(struct pipe_context *ctx, struct pipe_query *query)
51 static void r600_end_query(struct pipe_context *ctx, struct pipe_query *query)
61 struct pipe_query *query,
71 struct pipe_query *query,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_query.c 32 static struct pipe_query *r300_create_query(struct pipe_context *pipe,
52 return (struct pipe_query*)q;
68 return (struct pipe_query*)q;
72 struct pipe_query* query)
88 struct pipe_query* query)
114 struct pipe_query* query)
136 struct pipe_query* query,
180 struct pipe_query *query,
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 32 static struct pipe_query *r300_create_query(struct pipe_context *pipe,
52 return (struct pipe_query*)q;
68 return (struct pipe_query*)q;
72 struct pipe_query* query)
88 struct pipe_query* query)
114 struct pipe_query* query)
136 struct pipe_query* query,
180 struct pipe_query *query,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 49 static struct softpipe_query *softpipe_query( struct pipe_query *p )
54 static struct pipe_query *
71 return (struct pipe_query *)sq;
76 softpipe_destroy_query(struct pipe_context *pipe, struct pipe_query *q)
83 softpipe_begin_query(struct pipe_context *pipe, struct pipe_query *q)
119 softpipe_end_query(struct pipe_context *pipe, struct pipe_query *q)
158 struct pipe_query *q,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 49 static struct softpipe_query *softpipe_query( struct pipe_query *p )
54 static struct pipe_query *
71 return (struct pipe_query *)sq;
76 softpipe_destroy_query(struct pipe_context *pipe, struct pipe_query *q)
83 softpipe_begin_query(struct pipe_context *pipe, struct pipe_query *q)
119 softpipe_end_query(struct pipe_context *pipe, struct pipe_query *q)
158 struct pipe_query *q,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_query.c 41 struct pipe_query { struct
46 struct pipe_query base;
58 svga_query( struct pipe_query *q )
64 struct pipe_query *q,
68 static struct pipe_query *svga_create_query( struct pipe_context *pipe,
119 struct pipe_query *q)
132 struct pipe_query *q)
178 struct pipe_query *q)
208 struct pipe_query *q,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 41 struct pipe_query { struct
46 struct pipe_query base;
58 svga_query( struct pipe_query *q )
64 struct pipe_query *q,
68 static struct pipe_query *svga_create_query( struct pipe_context *pipe,
119 struct pipe_query *q)
132 struct pipe_query *q)
178 struct pipe_query *q)
208 struct pipe_query *q,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_query.c 102 nv30_query(struct pipe_query *pipe)
107 static struct pipe_query *
138 return (struct pipe_query *)q;
142 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq)
148 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq)
177 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq)
198 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq,
235 struct pipe_query *pq, uint mode)
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 102 nv30_query(struct pipe_query *pipe)
107 static struct pipe_query *
138 return (struct pipe_query *)q;
142 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq)
148 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq)
177 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq)
198 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq,
235 struct pipe_query *pq, uint mode)
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 50 struct pipe_query;
99 struct pipe_query *query,
106 struct pipe_query *(*create_query)( struct pipe_context *pipe,
110 struct pipe_query *q);
112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
121 struct pipe_query *q,
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 50 struct pipe_query;
99 struct pipe_query *query,
106 struct pipe_query *(*create_query)( struct pipe_context *pipe,
110 struct pipe_query *q);
112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
121 struct pipe_query *q,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_query.c 54 nv50_query(struct pipe_query *pipe)
92 nv50_query_destroy(struct pipe_context *pipe, struct pipe_query *pq)
98 static struct pipe_query *
123 return (struct pipe_query *)q;
142 nv50_query_begin(struct pipe_context *pipe, struct pipe_query *pq)
195 nv50_query_end(struct pipe_context *pipe, struct pipe_query *pq)
246 nv50_query_result(struct pipe_context *pipe, struct pipe_query *pq,
308 nv84_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq)
324 struct pipe_query *pq, uint mode)
353 struct pipe_query *pq, unsigned result_offset
    [all...]
nv50_stateobj.h 67 struct pipe_query *pq;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_query.c 54 nv50_query(struct pipe_query *pipe)
92 nv50_query_destroy(struct pipe_context *pipe, struct pipe_query *pq)
98 static struct pipe_query *
123 return (struct pipe_query *)q;
142 nv50_query_begin(struct pipe_context *pipe, struct pipe_query *pq)
195 nv50_query_end(struct pipe_context *pipe, struct pipe_query *pq)
246 nv50_query_result(struct pipe_context *pipe, struct pipe_query *pq,
308 nv84_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq)
324 struct pipe_query *pq, uint mode)
353 struct pipe_query *pq, unsigned result_offset
    [all...]
nv50_stateobj.h 67 struct pipe_query *pq;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c 49 static struct pipe_query *noop_create_query(struct pipe_context *ctx, unsigned query_type)
53 return (struct pipe_query *)query;
56 static void noop_destroy_query(struct pipe_context *ctx, struct pipe_query *query)
61 static void noop_begin_query(struct pipe_context *ctx, struct pipe_query *query)
65 static void noop_end_query(struct pipe_context *ctx, struct pipe_query *query)
70 struct pipe_query *query,
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 49 static struct pipe_query *noop_create_query(struct pipe_context *ctx, unsigned query_type)
53 return (struct pipe_query *)query;
56 static void noop_destroy_query(struct pipe_context *ctx, struct pipe_query *query)
61 static void noop_begin_query(struct pipe_context *ctx, struct pipe_query *query)
65 static void noop_end_query(struct pipe_context *ctx, struct pipe_query *query)
70 struct pipe_query *query,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_stateobj.h 66 struct pipe_query *pq;

Completed in 638 milliseconds

1 2 3