Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h167 struct nvc0_context { struct
176 void (*m2mf_copy_rect)(struct nvc0_context *, argument
181 uint32_t dirty_3d; /* dirty flags for 3d state */
182 uint32_t dirty_cp; /* dirty flags for compute state */
184 struct nvc0_graph_state state;
186 struct nvc0_blend_stateobj *blend;
187 struct nvc0_rasterizer_stateobj *rast;
188 struct nvc0_zsa_stateobj *zsa;
189 struct nvc0_vertex_stateobj *vertex;
191 struct nvc0_program *vertprog;
[all …]