Searched refs:swzsurf (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h35 struct nouveau_object *swzsurf; member in struct:nv30_screen
H A Dnv30_screen.c509 nouveau_object_del(&screen->swzsurf);
774 NULL, 0, &screen->swzsurf);
779 PUSH_DATA (push, screen->swzsurf->handle);
H A Dnv30_transfer.c457 PUSH_DATA (push, nv30->screen->swzsurf->handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h35 struct nouveau_object *swzsurf; member in struct:nv30_screen
H A Dnv30_screen.c524 nouveau_object_del(&screen->swzsurf);
789 NULL, 0, &screen->swzsurf);
794 PUSH_DATA (push, screen->swzsurf->handle);
H A Dnv30_transfer.c457 PUSH_DATA (push, nv30->screen->swzsurf->handle);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c205 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 Dnouveau_context.h63 struct nouveau_object *swzsurf; member in struct:nouveau_hw_state
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c201 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 Dnouveau_context.h63 struct nouveau_object *swzsurf; member in struct:nouveau_hw_state

Completed in 9 milliseconds