Home
last modified time | relevance | path

Searched refs:gart (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c440 PUSH_RELOC(push, dst->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv30_transfer_rect_sifm()
441 PUSH_RELOC(push, dst->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv30_transfer_rect_sifm()
451 PUSH_RELOC(push, dst->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv30_transfer_rect_sifm()
461 PUSH_RELOC(push, src->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv30_transfer_rect_sifm()
513 PUSH_DATA (push, (src->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart); in nv30_transfer_rect_m2mf()
514 PUSH_DATA (push, (dst->domain == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart); in nv30_transfer_rect_m2mf()
704 PUSH_DATA (push, (s_dom == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart); in nv30_transfer_copy_data()
705 PUSH_DATA (push, (d_dom == NOUVEAU_BO_VRAM) ? fifo->vram : fifo->gart); in nv30_transfer_copy_data()
H A Dnv30_screen.c749 PUSH_DATA (push, fifo->gart); /* TEXTURE1 */ in nv30_screen_create()
755 PUSH_DATA (push, fifo->gart); /* VTXBUF1 */ in nv30_screen_create()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c641 struct pipe_resource* gart = (struct pipe_resource*)pool->bo; in compute_memory_transfer() local
647 assert(gart); in compute_memory_transfer()
654 map = pipe->buffer_map(pipe, gart, 0, PIPE_MAP_READ, in compute_memory_transfer()
662 map = pipe->buffer_map(pipe, gart, 0, PIPE_MAP_WRITE, in compute_memory_transfer()
/third_party/libdrm/nouveau/
H A Dnouveau.h246 uint32_t gart; member
H A Dabi16.c41 .tt_ctxdma_handle = nv04->gart in abi16_chan_nv04()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c194 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nouveau_screen_init()
H A Dnouveau_video.c503 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nouveau_create_decoder()
597 PUSH_DATA (push, nv04_data.gart); in nouveau_create_decoder()
600 PUSH_DATA (push, nv04_data.gart); in nouveau_create_decoder()
H A Dnouveau_vp3_video.c378 struct nv04_fifo nv04_data = {.vram = 0xbeef0201, .gart = 0xbeef0202}; in firmware_present()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video.c92 struct nv04_fifo nv04_data = {.vram = 0xbeef0201, .gart = 0xbeef0202}; in nv98_create_decoder()
H A Dnv84_video.c274 struct nv04_fifo nv04_data = { .vram = 0xbeef0201, .gart = 0xbeef0202 }; in nv84_create_decoder()

Completed in 9 milliseconds