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

12 3

  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 131 struct pipe_query *current_render_cond;
133 struct pipe_query *saved_render_cond;
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 131 struct pipe_query *current_render_cond;
133 struct pipe_query *saved_render_cond;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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/llvmpipe/
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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.h 140 struct pipe_query *render_cond_query;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 140 struct pipe_query *render_cond_query;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
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/nv50/
nv50_context.h 199 struct pipe_query *, unsigned result_offset);
200 void nv84_query_fifo_wait(struct nouveau_pushbuf *, struct pipe_query *);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
occlusion-query.c 160 struct pipe_query *q1, *q2;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 192 struct pipe_query *render_condition;
  /external/mesa3d/src/gallium/tests/graw/
occlusion-query.c 160 struct pipe_query *q1, *q2;
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 192 struct pipe_query *render_condition;

Completed in 311 milliseconds

12 3