Searched defs:nv50_context (Results 1 – 1 of 1) sorted by relevance
140 struct nv50_context { struct141 struct nouveau_context base;143 struct nv50_screen *screen;145 struct nouveau_bufctx *bufctx_3d;146 struct nouveau_bufctx *bufctx;147 struct nouveau_bufctx *bufctx_cp;149 uint32_t dirty_3d; /* dirty flags for 3d state */150 uint32_t dirty_cp; /* dirty flags for compute state */151 bool cb_dirty;153 struct nv50_graph_state state;[all …]