Searched refs:nouveau_screen_init (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_screen.h | 146 int nouveau_screen_init(struct nouveau_screen *, struct nouveau_device *);
|
| H A D | nouveau_screen.c | 175 nouveau_screen_init(struct nouveau_screen *screen, struct nouveau_device *dev) function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_screen.h | 153 int nouveau_screen_init(struct nouveau_screen *, struct nouveau_device *);
|
| H A D | nouveau_screen.c | 191 nouveau_screen_init(struct nouveau_screen *screen, struct nouveau_device *dev) function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.c | 602 ret = nouveau_screen_init(&screen->base, dev);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.c | 617 ret = nouveau_screen_init(&screen->base, dev);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.c | 936 ret = nouveau_screen_init(&screen->base, dev); 938 NOUVEAU_ERR("nouveau_screen_init failed: %d\n", ret);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.c | 1022 ret = nouveau_screen_init(&screen->base, dev); 1024 NOUVEAU_ERR("nouveau_screen_init failed: %d\n", ret);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.c | 1011 ret = nouveau_screen_init(&screen->base, dev);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.c | 1062 ret = nouveau_screen_init(&screen->base, dev);
|
Completed in 13 milliseconds