HomeSort by relevance Sort by last modified time
    Searched defs:swzsurf (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h 37 struct nouveau_object *swzsurf; member in struct:nv30_screen
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 205 struct nouveau_object *swzsurf = hw->swzsurf; local
220 PUSH_DATA (push, swzsurf->handle);
244 PUSH_DATA (push, swzsurf->handle);
412 /* Swizzle using sifm+swzsurf. */
468 nouveau_object_del(&hw->swzsurf);
583 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf);
588 PUSH_DATA (push, hw->swzsurf->handle);
nouveau_context.h 63 struct nouveau_object *swzsurf; member in struct:nouveau_hw_state

Completed in 187 milliseconds