Searched refs:swzsurf (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 201 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()
|
D | nouveau_context.h | 63 struct nouveau_object *swzsurf; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.h | 35 struct nouveau_object *swzsurf; member
|
D | nv30_screen.c | 524 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()
|
D | nv30_transfer.c | 457 PUSH_DATA (push, nv30->screen->swzsurf->handle); in nv30_transfer_rect_sifm()
|