HomeSort by relevance Sort by last modified time
    Searched full:surf2d (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.h 34 struct nouveau_object *surf2d; member in struct:nv30_screen
nv30_screen.c 446 nouveau_object_del(&screen->surf2d);
695 NV10_SURFACE_2D_CLASS, NULL, 0, &screen->surf2d);
697 FAIL_SCREEN_INIT("error allocating surf2d object: %d\n", ret);
700 PUSH_DATA (push, screen->surf2d->handle);
nv30_transfer.c 448 PUSH_DATA (push, nv30->screen->surf2d->handle);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 59 struct nouveau_object *surf2d; member in struct:nouveau_hw_state
nv04_surface.c 473 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 502 milliseconds