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 Dnouveau_screen.h146 int nouveau_screen_init(struct nouveau_screen *, struct nouveau_device *);
H A Dnouveau_screen.c175 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 Dnouveau_screen.h153 int nouveau_screen_init(struct nouveau_screen *, struct nouveau_device *);
H A Dnouveau_screen.c191 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 Dnv30_screen.c602 ret = nouveau_screen_init(&screen->base, dev);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c617 ret = nouveau_screen_init(&screen->base, dev);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c936 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 Dnv50_screen.c1022 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 Dnvc0_screen.c1011 ret = nouveau_screen_init(&screen->base, dev);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c1062 ret = nouveau_screen_init(&screen->base, dev);

Completed in 13 milliseconds