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;75 int num_occlusion_queries_active;77 struct nouveau_bo *text;78 struct nouveau_bo *uniform_bo;79 struct nouveau_bo *tls;80 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */81 struct nouveau_bo *poly_cache;[all …]