Searched refs:blit_mem (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.h | 49 struct fd_bo *blit_mem; member 98 OUT_RELOC(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in fd5_emit_flush()
|
D | fd5_context.c | 53 fd_bo_del(fd5_ctx->blit_mem); in fd5_context_destroy() 111 fd5_ctx->blit_mem = fd_bo_new(screen->dev, 0x1000, in fd5_context_create()
|
D | fd5_emit.h | 142 OUT_RELOC(ring, fd5_ctx->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in fd5_emit_blit()
|
D | fd5_gmem.c | 352 OUT_RELOC(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in emit_binning_pass() 786 OUT_RELOC(ring, fd5_ctx->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in fd5_emit_sysmem_fini()
|
D | fd5_emit.c | 738 OUT_RELOC(ring, fd5_context(ctx)->blit_mem, 0x100, 0, 0); in fd5_emit_state()
|