Searched refs:control_mem (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_pipe.c | 66 pipe->control_mem = fd_bo_new(dev, sizeof(*pipe->control), in fd_pipe_new2() 69 pipe->control = fd_bo_map(pipe->control_mem); in fd_pipe_new2() 82 pipe->control_mem->nosync = true; in fd_pipe_new2() 83 pipe->control_mem->bo_reuse = NO_CACHE; in fd_pipe_new2() 125 fd_bo_del_locked(pipe->control_mem); in fd_pipe_del_locked()
|
D | freedreno_priv.h | 221 (pipe)->control_mem, offsetof(struct fd_pipe_control, member), 0, 0 251 struct fd_bo *control_mem; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_context.h | 67 struct fd_bo *control_mem; member 123 (fd6_ctx)->control_mem, offsetof(struct fd6_control, member), 0, 0
|
D | fd6_context.c | 63 fd_bo_del(fd6_ctx->control_mem); in fd6_context_destroy() 260 fd6_ctx->control_mem = in fd6_context_create() 263 memset(fd_bo_map(fd6_ctx->control_mem), 0, sizeof(struct fd6_control)); in fd6_context_create()
|
D | fd6_gmem.c | 523 struct fd6_control *control = fd_bo_map(fd6_ctx->control_mem); in check_vsc_overflow()
|
/third_party/mesa3d/src/freedreno/computerator/ |
D | a6xx.c | 46 struct fd_bo *control_mem; member 78 (a6xx_backend)->control_mem, offsetof(struct fd6_control, member), 0, 0 547 a6xx_backend->control_mem = in a6xx_init()
|