Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.h23 struct nouveau_screen { struct
24 struct pipe_screen base;
25 struct nouveau_drm *drm;
26 struct nouveau_device *device;
27 struct nouveau_object *channel;
28 struct nouveau_client *client;
29 struct nouveau_pushbuf *pushbuf;
31 char chipset_name[8];
33 int refcount;
35 unsigned transfer_pushbuf_threshold;
[all …]