Searched defs:nvc0_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_context.h74 struct nvc0_context { struct
82 void (*m2mf_copy_rect)(struct nvc0_context *,
167 static INLINE struct nvc0_context *
168 nvc0_context(struct pipe_context *pipe) function
170 return (struct nvc0_context *)pipe;
190 /* nvc0_context.c */
192 void nvc0_bufctx_fence(struct nvc0_context *, struct nouveau_bufctx *,
197 extern struct draw_stage *nvc0_draw_render_stage(struct nvc0_context *);
201 boolean nvc0_program_upload_code(struct nvc0_context *, struct nvc0_program *);
202 void nvc0_program_destroy(struct nvc0_context *, struc
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h74 struct nvc0_context { struct
82 void (*m2mf_copy_rect)(struct nvc0_context *,
167 static INLINE struct nvc0_context *
168 nvc0_context(struct pipe_context *pipe) function
170 return (struct nvc0_context *)pipe;
190 /* nvc0_context.c */
192 void nvc0_bufctx_fence(struct nvc0_context *, struct nouveau_bufctx *,
197 extern struct draw_stage *nvc0_draw_render_stage(struct nvc0_context *);
201 boolean nvc0_program_upload_code(struct nvc0_context *, struct nvc0_program *);
202 void nvc0_program_destroy(struct nvc0_context *, struc
[all...]

Completed in 28 milliseconds