Home
last modified time | relevance | path

Searched refs:sifm (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h36 struct nouveau_object *sifm; member
Dnv30_screen.c444 nouveau_object_del(&screen->sifm); in nv30_screen_destroy()
725 NULL, 0, &screen->sifm); in nv30_screen_create()
730 PUSH_DATA (push, screen->sifm->handle); in nv30_screen_create()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h64 struct nouveau_object *sifm; member
Dnv04_surface.c469 nouveau_object_del(&hw->sifm); in nv04_surface_takedown()
598 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm); in nv04_surface_init()
603 PUSH_DATA (push, hw->sifm->handle); in nv04_surface_init()