Searched refs:sifm (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_screen.h | 38 struct nouveau_object *sifm; member
|
D | nv30_screen.c | 305 nouveau_object_del(&screen->sifm); in nv30_screen_destroy() 566 NULL, 0, &screen->sifm); in nv30_screen_create() 571 PUSH_DATA (push, screen->sifm->handle); in nv30_screen_create()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nv30_screen.h | 38 struct nouveau_object *sifm; member
|
D | nv30_screen.c | 305 nouveau_object_del(&screen->sifm); in nv30_screen_destroy() 566 NULL, 0, &screen->sifm); in nv30_screen_create() 571 PUSH_DATA (push, screen->sifm->handle); in nv30_screen_create()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.h | 64 struct nouveau_object *sifm; member
|
D | nv04_surface.c | 469 nouveau_object_del(&hw->sifm); in nv04_surface_takedown() 596 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm); in nv04_surface_init() 601 PUSH_DATA (push, hw->sifm->handle); in nv04_surface_init()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.h | 64 struct nouveau_object *sifm; member
|
D | nv04_surface.c | 469 nouveau_object_del(&hw->sifm); in nv04_surface_takedown() 596 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm); in nv04_surface_init() 601 PUSH_DATA (push, hw->sifm->handle); in nv04_surface_init()
|