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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.h37 struct nouveau_object *swzsurf; member in struct:nv30_screen
H A Dnv30_screen.c306 nouveau_object_del(&screen->swzsurf);
551 NULL, 0, &screen->swzsurf);
556 PUSH_DATA (push, screen->swzsurf->handle);
H A Dnv30_transfer.c456 PUSH_DATA (push, nv30->screen->swzsurf->handle);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.h37 struct nouveau_object *swzsurf; member in struct:nv30_screen
H A Dnv30_screen.c306 nouveau_object_del(&screen->swzsurf);
551 NULL, 0, &screen->swzsurf);
556 PUSH_DATA (push, screen->swzsurf->handle);
H A Dnv30_transfer.c456 PUSH_DATA (push, nv30->screen->swzsurf->handle);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c205 struct nouveau_object *swzsurf = hw->swzsurf; local
220 PUSH_DATA (push, swzsurf->handle);
244 PUSH_DATA (push, swzsurf->handle);
412 /* Swizzle using sifm+swzsurf. */
468 nouveau_object_del(&hw->swzsurf);
583 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf);
588 PUSH_DATA (push, hw->swzsurf->handle);
H A Dnouveau_context.h63 struct nouveau_object *swzsurf; member in struct:nouveau_hw_state
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c205 struct nouveau_object *swzsurf = hw->swzsurf; local
220 PUSH_DATA (push, swzsurf->handle);
244 PUSH_DATA (push, swzsurf->handle);
412 /* Swizzle using sifm+swzsurf. */
468 nouveau_object_del(&hw->swzsurf);
583 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf);
588 PUSH_DATA (push, hw->swzsurf->handle);
H A Dnouveau_context.h63 struct nouveau_object *swzsurf; member in struct:nouveau_hw_state

Completed in 1817 milliseconds