Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c201 struct nouveau_object *swzsurf = hw->swzsurf; in nv04_surface_copy_swizzle() local
216 PUSH_DATA (push, swzsurf->handle); in nv04_surface_copy_swizzle()
240 PUSH_DATA (push, swzsurf->handle); in nv04_surface_copy_swizzle()
464 nouveau_object_del(&hw->swzsurf); in nv04_surface_takedown()
581 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf); in nv04_surface_init()
586 PUSH_DATA (push, hw->swzsurf->handle); in nv04_surface_init()
Dnouveau_context.h63 struct nouveau_object *swzsurf; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.h35 struct nouveau_object *swzsurf; member
Dnv30_screen.c524 nouveau_object_del(&screen->swzsurf); in nv30_screen_destroy()
789 NULL, 0, &screen->swzsurf); in nv30_screen_create()
794 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()