Searched refs:sifm (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 36 struct nouveau_object *sifm; member in struct:nv30_screen
|
| H A D | nv30_screen.c | 508 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 D | nv30_screen.h | 36 struct nouveau_object *sifm; member in struct:nv30_screen
|
| H A D | nv30_screen.c | 523 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 D | nouveau_context.h | 64 struct nouveau_object *sifm; member in struct:nouveau_hw_state
|
| H A D | nv04_surface.c | 412 /* 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 D | nouveau_context.h | 64 struct nouveau_object *sifm; member in struct:nouveau_hw_state
|
| H A D | nv04_surface.c | 408 /* 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 D | 10.6.8.rst | 60 - nv30: Fix max width / height checks in nv30 sifm code
|
Completed in 7 milliseconds