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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_context.h76 struct nv50_context { struct
159 static INLINE struct nv50_context *
160 nv50_context(struct pipe_context *pipe) function
162 return (struct nv50_context *)pipe;
166 nv50_context_screen(struct nv50_context *nv50)
171 /* return index used in nv50_context arrays for a specific shader type */
186 /* nv50_context.c */
194 extern struct draw_stage *nv50_draw_render_stage(struct nv50_context *);
197 void nv50_init_query_functions(struct nv50_context *);
208 void nv50_vertprog_validate(struct nv50_context *);
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h76 struct nv50_context { struct
159 static INLINE struct nv50_context *
160 nv50_context(struct pipe_context *pipe) function
162 return (struct nv50_context *)pipe;
166 nv50_context_screen(struct nv50_context *nv50)
171 /* return index used in nv50_context arrays for a specific shader type */
186 /* nv50_context.c */
194 extern struct draw_stage *nv50_draw_render_stage(struct nv50_context *);
197 void nv50_init_query_functions(struct nv50_context *);
208 void nv50_vertprog_validate(struct nv50_context *);
[all...]

Completed in 355 milliseconds