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

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h 38 struct nouveau_object *sifm; member in struct:nv30_screen
nv30_screen.c 305 nouveau_object_del(&screen->sifm);
566 NULL, 0, &screen->sifm);
570 BEGIN_NV04(push, NV01_SUBC(SIFM, OBJECT), 1);
571 PUSH_DATA (push, screen->sifm->handle);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 64 struct nouveau_object *sifm; member in struct:nouveau_hw_state
nv04_surface.c 412 /* Swizzle using sifm+swzsurf. */
469 nouveau_object_del(&hw->sifm);
596 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm);
600 BEGIN_NV04(push, NV01_SUBC(SIFM, OBJECT), 1);
601 PUSH_DATA (push, hw->sifm->handle);

Completed in 53 milliseconds