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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.h36 struct nouveau_object *surf2d; member in struct:nv30_screen
H A Dnv30_screen.c307 nouveau_object_del(&screen->surf2d);
536 NV10_SURFACE_2D_CLASS, NULL, 0, &screen->surf2d);
538 FAIL_SCREEN_INIT("error allocating surf2d object: %d\n", ret);
541 PUSH_DATA (push, screen->surf2d->handle);
H A Dnv30_transfer.c447 PUSH_DATA (push, nv30->screen->surf2d->handle);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.h36 struct nouveau_object *surf2d; member in struct:nv30_screen
H A Dnv30_screen.c307 nouveau_object_del(&screen->surf2d);
536 NV10_SURFACE_2D_CLASS, NULL, 0, &screen->surf2d);
538 FAIL_SCREEN_INIT("error allocating surf2d object: %d\n", ret);
541 PUSH_DATA (push, screen->surf2d->handle);
H A Dnv30_transfer.c447 PUSH_DATA (push, nv30->screen->surf2d->handle);
/external/chromium_org/third_party/mesa/src/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);
/external/mesa3d/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);

Completed in 3070 milliseconds