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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h34 struct nouveau_object *surf2d; member in struct:nv30_screen
H A Dnv30_screen.c510 nouveau_object_del(&screen->surf2d);
759 NV10_SURFACE_2D_CLASS, NULL, 0, &screen->surf2d);
761 FAIL_SCREEN_INIT("error allocating surf2d object: %d\n", ret);
764 PUSH_DATA (push, screen->surf2d->handle);
H A Dnv30_transfer.c448 PUSH_DATA (push, nv30->screen->surf2d->handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h34 struct nouveau_object *surf2d; member in struct:nv30_screen
H A Dnv30_screen.c525 nouveau_object_del(&screen->surf2d);
774 NV10_SURFACE_2D_CLASS, NULL, 0, &screen->surf2d);
776 FAIL_SCREEN_INIT("error allocating surf2d object: %d\n", ret);
779 PUSH_DATA (push, screen->surf2d->handle);
H A Dnv30_transfer.c448 PUSH_DATA (push, nv30->screen->surf2d->handle);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h59 struct nouveau_object *surf2d; member in struct:nouveau_hw_state
H A Dnv04_surface.c473 nouveau_object_del(&hw->surf2d);
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
517 PUSH_DATA (push, hw->surf2d->handle);
566 PUSH_DATA (push, hw->surf2d->handle);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h59 struct nouveau_object *surf2d; member in struct:nouveau_hw_state
H A Dnv04_surface.c469 nouveau_object_del(&hw->surf2d);
508 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
513 PUSH_DATA (push, hw->surf2d->handle);
562 PUSH_DATA (push, hw->surf2d->handle);

Completed in 10 milliseconds