Home
last modified time | relevance | path

Searched refs:PUSH_RELOC (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.c206 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0); in nv30_transfer_rect_blit()
285 PUSH_RELOC(push, fp->bo, fp->offset, fp->domain | in nv30_transfer_rect_blit()
308 PUSH_RELOC(push, src->bo, src->offset, NOUVEAU_BO_LOW, 0, 0); in nv30_transfer_rect_blit()
309 PUSH_RELOC(push, src->bo, texfmt, NOUVEAU_BO_OR, in nv30_transfer_rect_blit()
440 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()
445 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0); in nv30_transfer_rect_sifm()
446 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0); in nv30_transfer_rect_sifm()
451 PUSH_RELOC(push, dst->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv30_transfer_rect_sifm()
455 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0); in nv30_transfer_rect_sifm()
[all …]
Dnv30_clear.c146 PUSH_RELOC(push, mt->base.bo, sf->offset, NOUVEAU_BO_LOW, 0, 0); in nv30_clear_render_target()
214 PUSH_RELOC(push, mt->base.bo, sf->offset, NOUVEAU_BO_LOW, 0, 0); in nv30_clear_depth_stencil()
Dnv30_winsys.h23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() function
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c239 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0); in nv04_surface_copy_swizzle()
242 PUSH_RELOC(push, src->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv04_surface_copy_swizzle()
261 PUSH_RELOC(push, src->bo, src->offset + (y + sy) * src->pitch + in nv04_surface_copy_swizzle()
298 PUSH_RELOC(push, src->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv04_surface_copy_m2mf()
299 PUSH_RELOC(push, dst->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv04_surface_copy_m2mf()
301 PUSH_RELOC(push, src->bo, src->offset, NOUVEAU_BO_LOW, 0, 0); in nv04_surface_copy_m2mf()
302 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0); in nv04_surface_copy_m2mf()
441 PUSH_RELOC(push, dst->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv04_surface_fill()
442 PUSH_RELOC(push, dst->bo, 0, NOUVEAU_BO_OR, fifo->vram, fifo->gart); in nv04_surface_fill()
446 PUSH_RELOC(push, dst->bo, dst->offset, NOUVEAU_BO_LOW, 0, 0); in nv04_surface_fill()
[all …]
Dnv04_render.c101 PUSH_RELOC(push, nv04->texture[0]->bo, nv04->texture[0]->offset, in swtnl_restart_ttri()
103 PUSH_RELOC(push, nv04->texture[0]->bo, nv04->format[0], NOUVEAU_BO_OR, in swtnl_restart_ttri()
116 PUSH_RELOC(push, nv04->texture[0]->bo, nv04->texture[0]->offset, in swtnl_restart_mtri()
118 PUSH_RELOC(push, nv04->texture[1]->bo, nv04->texture[1]->offset, in swtnl_restart_mtri()
120 PUSH_RELOC(push, nv04->texture[0]->bo, nv04->format[0], NOUVEAU_BO_OR, in swtnl_restart_mtri()
123 PUSH_RELOC(push, nv04->texture[1]->bo, nv04->format[1], NOUVEAU_BO_OR, in swtnl_restart_mtri()
Dnouveau_local.h77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() function