Searched defs:nvc0_screen (Results 1 – 1 of 1) sorted by relevance
24 struct nvc0_screen { struct25 struct nouveau_screen base;27 struct nvc0_context *cur_ctx;29 int num_occlusion_queries_active;31 struct nouveau_bo *text;32 struct nouveau_bo *uniform_bo;33 struct nouveau_bo *tls;34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */35 struct nouveau_bo *poly_cache;37 uint64_t tls_size;[all …]