Searched defs:nv50_screen (Results 1 – 1 of 1) sorted by relevance
26 struct nv50_screen { struct27 struct nouveau_screen base;29 struct nv50_context *cur_ctx;31 struct nouveau_bo *code;32 struct nouveau_bo *uniforms;33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */34 struct nouveau_bo *stack_bo;35 struct nouveau_bo *tls_bo;37 unsigned TPs;38 unsigned MPsInTP;[all …]