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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_screen.h 37 struct nouveau_object *swzsurf; member in struct:nv30_screen
nv30_screen.c 306 nouveau_object_del(&screen->swzsurf);
551 NULL, 0, &screen->swzsurf);
556 PUSH_DATA (push, screen->swzsurf->handle);
nv30_transfer.c 456 PUSH_DATA (push, nv30->screen->swzsurf->handle);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.h 37 struct nouveau_object *swzsurf; member in struct:nv30_screen
nv30_screen.c 306 nouveau_object_del(&screen->swzsurf);
551 NULL, 0, &screen->swzsurf);
556 PUSH_DATA (push, screen->swzsurf->handle);
nv30_transfer.c 456 PUSH_DATA (push, nv30->screen->swzsurf->handle);
  /external/chromium_org/third_party/mesa/src/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
  /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 516 milliseconds