Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h36 struct nouveau_object *sifm; member
Dnv30_screen.c523 nouveau_object_del(&screen->sifm); in nv30_screen_destroy()
804 NULL, 0, &screen->sifm); in nv30_screen_create()
809 PUSH_DATA (push, screen->sifm->handle); in nv30_screen_create()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h64 struct nouveau_object *sifm; member
Dnv04_surface.c465 nouveau_object_del(&hw->sifm); in nv04_surface_takedown()
594 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm); in nv04_surface_init()
599 PUSH_DATA (push, hw->sifm->handle); in nv04_surface_init()
/third_party/mesa3d/docs/relnotes/
D10.6.8.rst60 - nv30: Fix max width / height checks in nv30 sifm code