Home
last modified time | relevance | path

Searched refs:swzsurf (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c205 struct nouveau_object *swzsurf = hw->swzsurf; in nv04_surface_copy_swizzle() local
220 PUSH_DATA (push, swzsurf->handle); in nv04_surface_copy_swizzle()
244 PUSH_DATA (push, swzsurf->handle); in nv04_surface_copy_swizzle()
468 nouveau_object_del(&hw->swzsurf); in nv04_surface_takedown()
585 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf); in nv04_surface_init()
590 PUSH_DATA (push, hw->swzsurf->handle); in nv04_surface_init()
Dnouveau_context.h63 struct nouveau_object *swzsurf; member
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h35 struct nouveau_object *swzsurf; member
Dnv30_screen.c470 nouveau_object_del(&screen->swzsurf); in nv30_screen_destroy()
735 NULL, 0, &screen->swzsurf); in nv30_screen_create()
740 PUSH_DATA (push, screen->swzsurf->handle); in nv30_screen_create()
Dnv30_transfer.c457 PUSH_DATA (push, nv30->screen->swzsurf->handle); in nv30_transfer_rect_sifm()