Searched refs:swzsurf (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 35 struct nouveau_object *swzsurf; member in struct:nv30_screen
|
| H A D | nv30_screen.c | 509 nouveau_object_del(&screen->swzsurf); 774 NULL, 0, &screen->swzsurf); 779 PUSH_DATA (push, screen->swzsurf->handle);
|
| H A D | nv30_transfer.c | 457 PUSH_DATA (push, nv30->screen->swzsurf->handle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 35 struct nouveau_object *swzsurf; member in struct:nv30_screen
|
| H A D | nv30_screen.c | 524 nouveau_object_del(&screen->swzsurf); 789 NULL, 0, &screen->swzsurf); 794 PUSH_DATA (push, screen->swzsurf->handle);
|
| H A D | nv30_transfer.c | 457 PUSH_DATA (push, nv30->screen->swzsurf->handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_surface.c | 205 struct nouveau_object *swzsurf = hw->swzsurf; local in function:nv04_surface_copy_swizzle 220 PUSH_DATA (push, swzsurf->handle); 244 PUSH_DATA (push, swzsurf->handle); 412 /* Swizzle using sifm+swzsurf. */ 468 nouveau_object_del(&hw->swzsurf); 585 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf); 590 PUSH_DATA (push, hw->swzsurf->handle);
|
| H A D | nouveau_context.h | 63 struct nouveau_object *swzsurf; member in struct:nouveau_hw_state
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_surface.c | 201 struct nouveau_object *swzsurf = hw->swzsurf; local in function:nv04_surface_copy_swizzle 216 PUSH_DATA (push, swzsurf->handle); 240 PUSH_DATA (push, swzsurf->handle); 408 /* Swizzle using sifm+swzsurf. */ 464 nouveau_object_del(&hw->swzsurf); 581 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf); 586 PUSH_DATA (push, hw->swzsurf->handle);
|
| H A D | nouveau_context.h | 63 struct nouveau_object *swzsurf; member in struct:nouveau_hw_state
|
Completed in 9 milliseconds