Home
last modified time | relevance | path

Searched refs:nv04_fifo (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_compute.c38 struct nv04_fifo *fifo = (struct nv04_fifo *)chan->data; in nv50_screen_compute_setup()
Dnv98_video.c91 struct nv04_fifo nv04_data = {.vram = 0xbeef0201, .gart = 0xbeef0202}; in nv98_create_decoder()
Dnv50_screen.c547 struct nv04_fifo *fifo; in nv50_screen_init_hwctx()
550 fifo = (struct nv04_fifo *)screen->base.channel->data; in nv50_screen_init_hwctx()
Dnv84_video.c274 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nv84_create_decoder()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c143 &(struct nv04_fifo){ in nouveau_context_init()
146 }, sizeof(struct nv04_fifo), &nctx->hw.chan); in nouveau_context_init()
Dnv04_surface.c206 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_copy_swizzle()
286 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_copy_m2mf()
434 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_fill()
Dnv04_context.c82 struct nv04_fifo *fifo = hw->chan->data; in nv04_hwctx_init()
Dnv20_context.c101 struct nv04_fifo *fifo = hw->chan->data; in nv20_hwctx_init()
Dnv10_context.c205 struct nv04_fifo *fifo = hw->chan->data; in nv10_hwctx_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.c406 struct nv04_fifo *fifo = push->channel->data; in nv30_transfer_rect_sifm()
503 struct nv04_fifo *fifo = push->channel->data; in nv30_transfer_rect_m2mf()
692 struct nv04_fifo *fifo = nv->screen->channel->data; in nv30_transfer_copy_data()
Dnv30_screen.c493 struct nv04_fifo *fifo; in nv30_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c171 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nouveau_screen_init()
Dnouveau_vp3_video.c379 struct nv04_fifo nv04_data = {.vram = 0xbeef0201, .gart = 0xbeef0202}; in firmware_present()
Dnouveau_video.c503 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nouveau_create_decoder()
/external/libdrm/nouveau/
Dnouveau.h243 struct nv04_fifo { struct
Dabi16.c38 struct nv04_fifo *nv04 = obj->data; in abi16_chan_nv04()