Searched refs:surf2d (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 34 struct nouveau_object *surf2d; member in struct:nv30_screen
|
| H A D | nv30_screen.c | 510 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 D | nv30_transfer.c | 448 PUSH_DATA (push, nv30->screen->surf2d->handle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 34 struct nouveau_object *surf2d; member in struct:nv30_screen
|
| H A D | nv30_screen.c | 525 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 D | nv30_transfer.c | 448 PUSH_DATA (push, nv30->screen->surf2d->handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.h | 59 struct nouveau_object *surf2d; member in struct:nouveau_hw_state
|
| H A D | 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);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.h | 59 struct nouveau_object *surf2d; member in struct:nouveau_hw_state
|
| H A D | nv04_surface.c | 469 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