Searched defs:nvc0_screen (Results 1 – 1 of 1) sorted by relevance
62 struct nvc0_screen { struct63 struct nouveau_screen base;65 struct nvc0_context *cur_ctx;66 struct nvc0_graph_state save_state;68 int num_occlusion_queries_active;70 struct nouveau_bo *text;71 struct nouveau_bo *uniform_bo;72 struct nouveau_bo *tls;73 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */74 struct nouveau_bo *poly_cache;[all …]