Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
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()
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()
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/
Dfd6_context.h67 struct fd_bo *control_mem; member
123 (fd6_ctx)->control_mem, offsetof(struct fd6_control, member), 0, 0
Dfd6_context.c63 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()
Dfd6_gmem.c523 struct fd6_control *control = fd_bo_map(fd6_ctx->control_mem); in check_vsc_overflow()
/third_party/mesa3d/src/freedreno/computerator/
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()