Home
last modified time | relevance | path

Searched defs:nvc0_screen (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.h24 struct nvc0_screen { struct
25 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 …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_screen.h24 struct nvc0_screen { struct
25 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 …]