Searched refs:fs_pvt_mem (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_context.c | 51 fd_bo_del(fd3_ctx->fs_pvt_mem); 100 fd3_ctx->fs_pvt_mem =
|
H A D | fd3_context.h | 39 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member
|
H A D | fd3_emit.c | 858 OUT_RELOC(ring, fd3_ctx->fs_pvt_mem, 0, 0, 0); /* SP_FS_PVT_MEM_ADDR_REG */ in fd3_emit_restore()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_context.c | 52 fd_bo_del(fd4_ctx->fs_pvt_mem); 102 fd4_ctx->fs_pvt_mem =
|
H A D | fd4_context.h | 39 struct fd_bo *vs_pvt_mem, *fs_pvt_mem; member
|
H A D | fd4_emit.c | 1071 OUT_RELOC(ring, fd4_ctx->fs_pvt_mem, 0, 0, 0); /* SP_FS_PVT_MEM_ADDR */ in fd4_emit_restore()
|
Completed in 4 milliseconds