HomeSort by relevance Sort by last modified time
    Searched refs:m2mf (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.h 33 struct nouveau_object *m2mf; member in struct:nv30_screen
nv30_screen.c 447 nouveau_object_del(&screen->m2mf);
570 /* DMA_NOTIFY object, we don't actually use this but M2MF fails without */
685 NULL, 0, &screen->m2mf);
687 FAIL_SCREEN_INIT("error allocating m2mf object: %d\n", ret);
689 BEGIN_NV04(push, NV01_SUBC(M2MF, OBJECT), 1);
690 PUSH_DATA (push, screen->m2mf->handle);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 58 struct nouveau_object *m2mf; member in struct:nouveau_hw_state
nv04_surface.c 474 nouveau_object_del(&hw->m2mf);
497 NULL, 0, &hw->m2mf);
501 BEGIN_NV04(push, NV01_SUBC(M2MF, OBJECT), 1);
502 PUSH_DATA (push, hw->m2mf->handle);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.h 113 struct nouveau_object *m2mf; member in struct:nv50_screen
nv50_screen.c 482 nouveau_object_del(&screen->m2mf);
529 PUSH_DATA (push, screen->m2mf->handle);
891 NULL, 0, &screen->m2mf);
893 NOUVEAU_ERR("Failed to allocate PGRAPH context for M2MF: %d\n", ret);
    [all...]
nv50_surface.c 204 bool m2mf; local
217 m2mf = (src->format == dst->format) ||
223 if (m2mf) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 112 struct nouveau_object *m2mf; member in struct:nvc0_screen
nvc0_screen.c 548 nouveau_object_del(&screen->m2mf);
862 &screen->m2mf);
864 FAIL_SCREEN_INIT("Error allocating PGRAPH context for M2MF: %d\n", ret);
867 PUSH_DATA (push, screen->m2mf->oclass);
868 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) {
    [all...]
nvc0_surface.c 206 bool m2mf; local
221 m2mf = (src->format == dst->format) ||
227 if (m2mf) {
    [all...]

Completed in 896 milliseconds