Searched defs:nv50_context (Results 1 – 1 of 1) sorted by relevance
76 struct nv50_context { struct77 struct nouveau_context base;79 struct nv50_screen *screen;81 struct nouveau_bufctx *bufctx_3d;82 struct nouveau_bufctx *bufctx;84 uint32_t dirty;86 struct {107 } state;109 struct nv50_blend_stateobj *blend;110 struct nv50_rasterizer_stateobj *rast;[all …]