Home
last modified time | relevance | path

Searched refs:blit_mem (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.h49 struct fd_bo *blit_mem; member
82 OUT_RELOC(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ in fd5_emit_flush()
Dfd5_context.c53 fd_bo_del(fd5_ctx->blit_mem); in fd5_context_destroy()
102 fd5_ctx->blit_mem = in fd5_context_create()
Dfd5_emit.h147 OUT_RELOC(ring, fd5_context(batch->ctx)->blit_mem, 0, 0, in fd5_event_write()