Searched defs:nvc0_screen (Results 1 – 1 of 1) sorted by relevance
69 struct nvc0_screen { struct70 struct nouveau_screen base;72 struct nvc0_context *cur_ctx;73 struct nvc0_graph_state save_state;74 simple_mtx_t state_lock;76 int num_occlusion_queries_active;78 struct nouveau_bo *text;79 struct nouveau_bo *uniform_bo;80 struct nouveau_bo *tls;81 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */[all …]