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 Dfd3_context.h39 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd3_context
H A Dfd3_context.c51 fd_bo_del(fd3_ctx->fs_pvt_mem);
99 fd3_ctx->fs_pvt_mem =
H A Dfd3_emit.c867 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 Dfd4_context.h39 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd4_context
H A Dfd4_context.c51 fd_bo_del(fd4_ctx->fs_pvt_mem);
99 fd4_ctx->fs_pvt_mem =
H A Dfd4_emit.c896 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 Dfd3_context.h40 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd3_context
H A Dfd3_context.c50 fd_bo_del(fd3_ctx->fs_pvt_mem);
107 fd3_ctx->fs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
H A Dfd3_emit.c831 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 Dfd4_context.h39 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member in struct:fd4_context
H A Dfd4_context.c50 fd_bo_del(fd4_ctx->fs_pvt_mem);
107 fd4_ctx->fs_pvt_mem = fd_bo_new(screen->dev, 0x2000,
H A Dfd4_emit.c884 OUT_RELOC(ring, fd4_ctx->fs_pvt_mem, 0,0,0); /* SP_FS_PVT_MEM_ADDR */

Completed in 13 milliseconds