Home
last modified time | relevance | path

Searched refs:m2mf (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_screen.h35 struct nouveau_object *m2mf; member
Dnv30_screen.c308 nouveau_object_del(&screen->m2mf); in nv30_screen_destroy()
526 NULL, 0, &screen->m2mf); in nv30_screen_create()
531 PUSH_DATA (push, screen->m2mf->handle); in nv30_screen_create()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_screen.c281 nouveau_object_del(&screen->m2mf); in nvc0_screen_destroy()
468 &screen->m2mf); in nvc0_screen_create()
473 PUSH_DATA (push, screen->m2mf->oclass); in nvc0_screen_create()
474 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) { in nvc0_screen_create()
Dnvc0_screen.h65 struct nouveau_object *m2mf; member
Dnvc0_surface.c208 boolean m2mf; in nvc0_resource_copy_region() local
221 m2mf = (src->format == dst->format) || in nvc0_resource_copy_region()
227 if (m2mf) { in nvc0_resource_copy_region()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h58 struct nouveau_object *m2mf; member
Dnv04_surface.c474 nouveau_object_del(&hw->m2mf); in nv04_surface_takedown()
497 NULL, 0, &hw->m2mf); in nv04_surface_init()
502 PUSH_DATA (push, hw->m2mf->handle); in nv04_surface_init()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.h69 struct nouveau_object *m2mf; member
Dnv50_screen.c291 nouveau_object_del(&screen->m2mf); in nv50_screen_destroy()
336 PUSH_DATA (push, screen->m2mf->handle); in nv50_screen_init_hwctx()
657 NULL, 0, &screen->m2mf); in nv50_screen_create()
Dnv50_surface.c201 boolean m2mf; in nv50_resource_copy_region() local
214 m2mf = (src->format == dst->format) || in nv50_resource_copy_region()
220 if (m2mf) { in nv50_resource_copy_region()