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

  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 123 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 };
nouveau_video.c 515 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 };
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 206 struct nv04_fifo *fifo = hw->chan->data;
286 struct nv04_fifo *fifo = hw->chan->data;
434 struct nv04_fifo *fifo = hw->chan->data;
nouveau_context.c 151 &(struct nv04_fifo){
154 }, sizeof(struct nv04_fifo), &nctx->hw.chan);
nv04_context.c 82 struct nv04_fifo *fifo = hw->chan->data;
nv10_context.c 205 struct nv04_fifo *fifo = hw->chan->data;
nv20_context.c 101 struct nv04_fifo *fifo = hw->chan->data;
  /external/libdrm/nouveau/
nouveau.h 243 struct nv04_fifo { struct
abi16.c 42 struct nv04_fifo *nv04 = obj->data;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 405 struct nv04_fifo *fifo = push->channel->data;
502 struct nv04_fifo *fifo = push->channel->data;
692 struct nv04_fifo *fifo = nv->screen->channel->data;
nv30_screen.c 329 struct nv04_fifo *fifo;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.c 330 struct nv04_fifo *fifo;
333 fifo = (struct nv04_fifo *)screen->base.channel->data;

Completed in 1028 milliseconds