/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_transfer.c | 206 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 …]
|
D | nv30_clear.c | 146 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()
|
D | nv30_winsys.h | 23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() function
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 239 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 …]
|
D | nv04_render.c | 101 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()
|
D | nouveau_local.h | 77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() function
|