Home
last modified time | relevance | path

Searched refs:m2mf (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h34 struct nouveau_object *m2mf; member
H A Dnv30_screen.c567 nouveau_object_del(&screen->m2mf); in nv30_screen_destroy()
812 NULL, 0, &screen->m2mf); in nv30_screen_create()
814 FAIL_SCREEN_INIT("error allocating m2mf object: %d\n", ret); in nv30_screen_create()
817 PUSH_DATA (push, screen->m2mf->handle); in nv30_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h114 struct nouveau_object *m2mf; member
H A Dnv50_screen.c653 nouveau_object_del(&screen->m2mf); in nv50_screen_destroy()
700 PUSH_DATA (push, screen->m2mf->handle); in nv50_screen_init_hwctx()
1087 NULL, 0, &screen->m2mf); in nv50_screen_create()
H A Dnv50_surface.c204 bool m2mf; in nv50_resource_copy_region() local
217 m2mf = (src->format == dst->format) || in nv50_resource_copy_region()
223 if (m2mf) { in nv50_resource_copy_region()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h127 struct nouveau_object *m2mf; member
H A Dnvc0_screen.c744 nouveau_object_del(&screen->m2mf); in nvc0_screen_destroy()
1159 &screen->m2mf); in nvc0_screen_create()
1164 PUSH_DATA (push, screen->m2mf->oclass); in nvc0_screen_create()
1165 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) { in nvc0_screen_create()
H A Dnvc0_surface.c213 bool m2mf; in nvc0_resource_copy_region() local
228 m2mf = (src->format == dst->format) || in nvc0_resource_copy_region()
234 if (m2mf) { in nvc0_resource_copy_region()

Completed in 11 milliseconds