Searched defs:nv30_context (Results 1 – 1 of 1) sorted by relevance
42 struct nv30_context { struct43 struct nouveau_context base;44 struct nv30_screen *screen;46 struct nouveau_bufctx *bufctx;48 struct {54 } state;56 uint32_t dirty;58 struct draw_context *draw;59 uint32_t draw_flags;60 uint32_t draw_dirty;[all …]