Home
last modified time | relevance | path

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

/external/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 int refcount;
33 unsigned transfer_pushbuf_threshold;
35 unsigned vidmem_bindings; /* PIPE_BIND_* where VRAM placement is desired */
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.h34 struct nouveau_screen { struct
35 __DRIscreen *dri_screen;
36 struct nouveau_drm *drm;
37 struct nouveau_device *device;
38 const struct nouveau_driver *driver;