Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_context.h76 struct nv50_context { struct
77 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 …]