Searched refs:sifm (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h36 struct nouveau_object *sifm; member in struct:nv30_screen
H A Dnv30_screen.c508 nouveau_object_del(&screen->sifm);
789 NULL, 0, &screen->sifm);
794 PUSH_DATA (push, screen->sifm->handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h36 struct nouveau_object *sifm; member in struct:nv30_screen
H A Dnv30_screen.c523 nouveau_object_del(&screen->sifm);
804 NULL, 0, &screen->sifm);
809 PUSH_DATA (push, screen->sifm->handle);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h64 struct nouveau_object *sifm; member in struct:nouveau_hw_state
H A Dnv04_surface.c412 /* Swizzle using sifm+swzsurf. */
469 nouveau_object_del(&hw->sifm);
598 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm);
603 PUSH_DATA (push, hw->sifm->handle);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h64 struct nouveau_object *sifm; member in struct:nouveau_hw_state
H A Dnv04_surface.c408 /* Swizzle using sifm+swzsurf. */
465 nouveau_object_del(&hw->sifm);
594 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm);
599 PUSH_DATA (push, hw->sifm->handle);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.8.rst60 - nv30: Fix max width / height checks in nv30 sifm code

Completed in 7 milliseconds