Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h113 struct nv50_context { struct
114 struct nouveau_context base;
116 struct nv50_screen *screen;
118 struct nouveau_bufctx *bufctx_3d;
119 struct nouveau_bufctx *bufctx;
120 struct nouveau_bufctx *bufctx_cp;
122 uint32_t dirty_3d; /* dirty flags for 3d state */
123 uint32_t dirty_cp; /* dirty flags for compute state */
124 bool cb_dirty;
126 struct nv50_graph_state state;
[all …]