Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dprime_nv_pcopy.c211 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, in init_nouveau()
262 struct nv04_fifo *nv04_fifo = (struct nv04_fifo*)fifo; in init_nouveau() local
269 PUSH_DATA(npush, nv04_fifo->vram); in init_nouveau()
270 PUSH_DATA(npush, nv04_fifo->vram); in init_nouveau()
271 PUSH_DATA(npush, nv04_fifo->vram); in init_nouveau()
797 struct nv04_fifo *nv04_fifo = nchannel->data; in test_semaphore() local
802 PUSH_DATA(npush, nv04_fifo->vram); in test_semaphore()
/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.c635 struct nv04_fifo *fifo; in nv50_screen_init_hwctx()
638 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.c144 &(struct nv04_fifo){ in nouveau_context_init()
147 }, sizeof(struct nv04_fifo), &nctx->hw.chan); in nouveau_context_init()
Dnv04_surface.c202 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_copy_swizzle()
282 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_copy_m2mf()
430 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()
Dnv10_context.c206 struct nv04_fifo *fifo = hw->chan->data; in nv10_hwctx_init()
Dnv20_context.c102 struct nv04_fifo *fifo = hw->chan->data; in nv20_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.c540 struct nv04_fifo *fifo; in nv30_screen_create()
/external/libdrm/nouveau/
Dnouveau.h243 struct nv04_fifo { struct
Dabi16.c38 struct nv04_fifo *nv04 = obj->data; in abi16_chan_nv04()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c197 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nouveau_screen_init()
Dnouveau_vp3_video.c378 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()