Searched refs:m2mf (Results 1 - 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | nv30_screen.h | 35 struct nouveau_object *m2mf; member in struct:nv30_screen
|
H A D | nv30_screen.c | 308 nouveau_object_del(&screen->m2mf); 526 NULL, 0, &screen->m2mf); 528 FAIL_SCREEN_INIT("error allocating m2mf object: %d\n", ret); 531 PUSH_DATA (push, screen->m2mf->handle);
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | nv50_screen.h | 69 struct nouveau_object *m2mf; member in struct:nv50_screen
|
H A D | nv50_screen.c | 291 nouveau_object_del(&screen->m2mf); 336 PUSH_DATA (push, screen->m2mf->handle); 657 NULL, 0, &screen->m2mf);
|
H A D | nv50_surface.c | 201 boolean m2mf; local 214 m2mf = (src->format == dst->format) || 220 if (m2mf) {
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
H A D | nvc0_screen.h | 65 struct nouveau_object *m2mf; member in struct:nvc0_screen
|
H A D | nvc0_screen.c | 281 nouveau_object_del(&screen->m2mf); 468 &screen->m2mf); 473 PUSH_DATA (push, screen->m2mf->oclass); 474 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) {
|
H A D | nvc0_surface.c | 208 boolean m2mf; local 221 m2mf = (src->format == dst->format) || 227 if (m2mf) {
|
/external/mesa3d/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);
|
Completed in 2198 milliseconds