| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 33 struct nouveau_object *m2mf; member in struct:nv30_screen
|
| H A D | nv30_screen.c | 511 nouveau_object_del(&screen->m2mf); 749 NULL, 0, &screen->m2mf); 751 FAIL_SCREEN_INIT("error allocating m2mf object: %d\n", ret); 754 PUSH_DATA (push, screen->m2mf->handle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 33 struct nouveau_object *m2mf; member in struct:nv30_screen
|
| H A D | nv30_screen.c | 526 nouveau_object_del(&screen->m2mf); 764 NULL, 0, &screen->m2mf); 766 FAIL_SCREEN_INIT("error allocating m2mf object: %d\n", ret); 769 PUSH_DATA (push, screen->m2mf->handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.h | 58 struct nouveau_object *m2mf; member in struct:nouveau_hw_state
|
| H A D | nv04_surface.c | 474 nouveau_object_del(&hw->m2mf); 497 NULL, 0, &hw->m2mf); 502 PUSH_DATA (push, hw->m2mf->handle);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.h | 58 struct nouveau_object *m2mf; member in struct:nouveau_hw_state
|
| H A D | nv04_surface.c | 470 nouveau_object_del(&hw->m2mf); 493 NULL, 0, &hw->m2mf); 498 PUSH_DATA (push, hw->m2mf->handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.h | 127 struct nouveau_object *m2mf; member in struct:nvc0_screen
|
| H A D | nvc0_screen.c | 648 nouveau_object_del(&screen->m2mf); 1091 &screen->m2mf); 1096 PUSH_DATA (push, screen->m2mf->oclass); 1097 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) {
|
| H A D | nvc0_surface.c | 206 bool m2mf; local in function:nvc0_resource_copy_region 221 m2mf = (src->format == dst->format) || 227 if (m2mf) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.h | 114 struct nouveau_object *m2mf; member in struct:nv50_screen
|
| H A D | nv50_screen.c | 550 nouveau_object_del(&screen->m2mf); 597 PUSH_DATA (push, screen->m2mf->handle); 1005 NULL, 0, &screen->m2mf);
|
| H A D | nv50_surface.c | 204 bool m2mf; local in function:nv50_resource_copy_region 217 m2mf = (src->format == dst->format) || 223 if (m2mf) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.h | 114 struct nouveau_object *m2mf; member in struct:nv50_screen
|
| H A D | nv50_screen.c | 626 nouveau_object_del(&screen->m2mf); 673 PUSH_DATA (push, screen->m2mf->handle); 1091 NULL, 0, &screen->m2mf);
|
| H A D | nv50_surface.c | 204 bool m2mf; local in function:nv50_resource_copy_region 217 m2mf = (src->format == dst->format) || 223 if (m2mf) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.h | 127 struct nouveau_object *m2mf; member in struct:nvc0_screen
|
| H A D | nvc0_screen.c | 731 nouveau_object_del(&screen->m2mf); 1145 &screen->m2mf); 1150 PUSH_DATA (push, screen->m2mf->oclass); 1151 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) {
|
| H A D | nvc0_surface.c | 213 bool m2mf; local in function:nvc0_resource_copy_region 228 m2mf = (src->format == dst->format) || 234 if (m2mf) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 1588 - nv50: use 2d blit when m2mf doesn't support the copy
|