/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
fd3_context.h | 44 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd3_context
|
fd3_context.c | 47 fd_bo_del(fd3_ctx->fs_pvt_mem); 101 fd3_ctx->fs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
|
fd3_emit.c | 834 OUT_RELOC(ring, fd3_ctx->fs_pvt_mem, 0,0,0); /* SP_FS_PVT_MEM_ADDR_REG */ [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
fd4_context.h | 43 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd4_context
|
fd4_context.c | 47 fd_bo_del(fd4_ctx->fs_pvt_mem); 101 fd4_ctx->fs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
|
fd4_emit.c | 891 OUT_RELOC(ring, fd4_ctx->fs_pvt_mem, 0,0,0); /* SP_FS_PVT_MEM_ADDR */
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
fd5_context.h | 41 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd5_context
|
fd5_context.c | 45 fd_bo_del(fd5_ctx->fs_pvt_mem); 100 fd5_ctx->fs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
|