Searched refs:blit_mem (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.h | 53 struct fd_bo *blit_mem; member 102 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in fd5_emit_flush()
|
D | fd5_context.c | 50 fd_bo_del(fd5_ctx->blit_mem); in fd5_context_destroy() 113 fd5_ctx->blit_mem = fd_bo_new(screen->dev, 0x1000, in fd5_context_create()
|
D | fd5_emit.h | 138 OUT_RELOCW(ring, fd5_ctx->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in fd5_emit_blit()
|
D | fd5_gmem.c | 357 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in emit_binning_pass() 775 OUT_RELOCW(ring, fd5_ctx->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in fd5_emit_sysmem_fini()
|
D | fd5_emit.c | 699 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0x100, 0, 0); in fd5_emit_state()
|