Home
last modified time | relevance | path

Searched refs:control_mem (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_pipe.c66 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()
76 /* We don't want the control_mem bo to hold a reference to the ourself, 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()
H A Dfreedreno_priv.h221 (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/
H A Dfd6_context.h67 struct fd_bo *control_mem; member
123 (fd6_ctx)->control_mem, offsetof(struct fd6_control, member), 0, 0
H A Dfd6_context.c63 fd_bo_del(fd6_ctx->control_mem);
260 fd6_ctx->control_mem =
263 memset(fd_bo_map(fd6_ctx->control_mem), 0, sizeof(struct fd6_control));
H A Dfd6_gmem.c523 struct fd6_control *control = fd_bo_map(fd6_ctx->control_mem); in check_vsc_overflow()
/third_party/mesa3d/src/freedreno/computerator/
H A Da6xx.c46 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()

Completed in 6 milliseconds