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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.h67 struct fd_bo *control_mem; member in struct:fd6_context
123 (fd6_ctx)->control_mem, offsetof(struct fd6_control, member), 0, 0
H A Dfd6_context.c63 fd_bo_del(fd6_ctx->control_mem);
259 fd6_ctx->control_mem =
262 memset(fd_bo_map(fd6_ctx->control_mem), 0, sizeof(struct fd6_control));
H A Dfd6_gmem.c507 struct fd6_control *control = fd_bo_map(fd6_ctx->control_mem);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_pipe.c66 pipe->control_mem = fd_bo_new(dev, sizeof(*pipe->control),
69 pipe->control = fd_bo_map(pipe->control_mem);
76 /* We don't want the control_mem bo to hold a reference to the ourself,
82 pipe->control_mem->nosync = true;
83 pipe->control_mem->bo_reuse = NO_CACHE;
125 fd_bo_del_locked(pipe->control_mem);
H A Dfreedreno_priv.h193 (pipe)->control_mem, offsetof(struct fd_pipe_control, member), 0, 0
215 struct fd_bo *control_mem; member in struct:fd_pipe
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A Da6xx.c46 struct fd_bo *control_mem; member in struct:a6xx_backend
78 (a6xx_backend)->control_mem, offsetof(struct fd6_control, member), 0, 0
527 a6xx_backend->control_mem =

Completed in 8 milliseconds