Searched refs:blit_mem (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_context.h | 49 struct fd_bo *blit_mem; member in struct:fd5_context 82 OUT_RELOC(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */
|
| H A D | fd5_context.c | 53 fd_bo_del(fd5_ctx->blit_mem); 102 fd5_ctx->blit_mem =
|
| H A D | fd5_emit.h | 147 OUT_RELOC(ring, fd5_context(batch->ctx)->blit_mem, 0, 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_context.h | 49 struct fd_bo *blit_mem; member in struct:fd5_context 98 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */
|
| H A D | fd5_context.c | 52 fd_bo_del(fd5_ctx->blit_mem); 110 fd5_ctx->blit_mem = fd_bo_new(screen->dev, 0x1000,
|
| H A D | fd5_emit.h | 142 OUT_RELOCW(ring, fd5_ctx->blit_mem, 0, 0, 0); /* ADDR_LO/HI */
|
| H A D | fd5_gmem.c | 357 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ 784 OUT_RELOCW(ring, fd5_ctx->blit_mem, 0, 0, 0); /* ADDR_LO/HI */
|
| H A D | fd5_emit.c | 716 OUT_RELOCW(ring, fd5_context(ctx)->blit_mem, 0x100, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_context.h | 62 struct fd_bo *blit_mem; member in struct:fd6_context
|
| H A D | fd6_context.c | 54 fd_bo_del(fd6_ctx->blit_mem); 123 fd6_ctx->blit_mem = fd_bo_new(screen->dev, 0x1000,
|
| H A D | fd6_emit.h | 135 OUT_RELOCW(ring, fd6_ctx->blit_mem, 0, 0, 0); /* ADDR_LO/HI */ 158 OUT_RELOC(ring, fd6_ctx->blit_mem, 0, 0, 0); 167 OUT_RELOC(ring, fd6_ctx->blit_mem, 0, 0, 0);
|
| H A D | fd6_emit.c | 744 OUT_RELOCW(ring, fd6_context(ctx)->blit_mem, 0x100, 0, 0); 1321 OUT_RELOC(ring, fd6_ctx->blit_mem, 0, 0, 0); 1335 OUT_RELOC(ring, fd6_ctx->blit_mem, 0, 0, 0);
|
Completed in 9 milliseconds