Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h35 struct nvc0_graph_state { struct
36 bool flushed;
37 bool rasterizer_discard;
38 bool early_z_forced;
39 bool prim_restart;
40 uint32_t instance_elts; /* bitmask of per-instance elements */
41 uint32_t instance_base;
42 uint32_t constant_vbos;
66 struct nvc0_graph_state save_state; argument