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

1 2

  /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/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.h 41 struct pipe_query *pq;
st_context.h 192 struct pipe_query *render_condition;
  /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)
lp_context.h 137 struct pipe_query *render_cond_query;
lp_setup.h 38 struct pipe_query;
lp_context.c 105 struct pipe_query *query,
  /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,
radeonsi_pipe.h 131 struct pipe_query *current_render_cond;
133 struct pipe_query *saved_render_cond;
  /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/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,
sp_context.h 140 struct pipe_query *render_cond_query;
  /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/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/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/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;
nv50_context.h 199 struct pipe_query *, unsigned result_offset);
200 void nv84_query_fifo_wait(struct nouveau_pushbuf *, struct pipe_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/mesa3d/src/gallium/drivers/nvc0/
nvc0_stateobj.h 66 struct pipe_query *pq;
nvc0_query.c 53 nvc0_query(struct pipe_query *pipe)
91 nvc0_query_destroy(struct pipe_context *pipe, struct pipe_query *pq)
97 static struct pipe_query *
153 return (struct pipe_query *)q;
181 nvc0_query_begin(struct pipe_context *pipe, struct pipe_query *pq)
253 nvc0_query_end(struct pipe_context *pipe, struct pipe_query *pq)
335 nvc0_query_result(struct pipe_context *pipe, struct pipe_query *pq,
409 nvc0_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq)
428 struct pipe_query *pq, uint mode)
484 struct pipe_query *pq, unsigned result_offset
    [all...]
nvc0_context.h 208 struct pipe_query *, unsigned result_offset);
209 void nvc0_query_fifo_wait(struct nouveau_pushbuf *, struct pipe_query *);
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 251 static struct pipe_query *r600_create_query(struct pipe_context *ctx, unsigned query_type)
296 return (struct pipe_query*)query;
299 static void r600_destroy_query(struct pipe_context *ctx, struct pipe_query *query)
335 static void r600_begin_query(struct pipe_context *ctx, struct pipe_query *query)
375 static void r600_end_query(struct pipe_context *ctx, struct pipe_query *query)
499 struct pipe_query *query,
523 struct pipe_query *query,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 653 struct pipe_query* query;
656 GalliumD3D11Asynchronous(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size)
695 GalliumD3D11QueryOrPredicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc)
708 GalliumD3D11Query(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc)
715 GalliumD3D11Predicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc)
728 GalliumD3D11Counter(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_COUNTER_DESC& desc)
  /external/mesa3d/src/gallium/tests/graw/
occlusion-query.c 160 struct pipe_query *q1, *q2;

Completed in 712 milliseconds

1 2