Searched refs:fs_pvt_mem (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_context.h | 39 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd3_context
|
| H A D | fd3_context.c | 51 fd_bo_del(fd3_ctx->fs_pvt_mem); 99 fd3_ctx->fs_pvt_mem =
|
| H A D | fd3_emit.c | 867 OUT_RELOC(ring, fd3_ctx->fs_pvt_mem, 0, 0, 0); /* SP_FS_PVT_MEM_ADDR_REG */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_context.h | 39 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd4_context
|
| H A D | fd4_context.c | 51 fd_bo_del(fd4_ctx->fs_pvt_mem); 99 fd4_ctx->fs_pvt_mem =
|
| H A D | fd4_emit.c | 896 OUT_RELOC(ring, fd4_ctx->fs_pvt_mem, 0, 0, 0); /* SP_FS_PVT_MEM_ADDR */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_context.h | 40 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd3_context
|
| H A D | fd3_context.c | 50 fd_bo_del(fd3_ctx->fs_pvt_mem); 107 fd3_ctx->fs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
|
| H A D | fd3_emit.c | 831 OUT_RELOC(ring, fd3_ctx->fs_pvt_mem, 0,0,0); /* SP_FS_PVT_MEM_ADDR_REG */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_context.h | 39 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd4_context
|
| H A D | fd4_context.c | 50 fd_bo_del(fd4_ctx->fs_pvt_mem); 107 fd4_ctx->fs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
|
| H A D | fd4_emit.c | 884 OUT_RELOC(ring, fd4_ctx->fs_pvt_mem, 0,0,0); /* SP_FS_PVT_MEM_ADDR */
|
Completed in 13 milliseconds