Searched refs:msm_cmd (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/freedreno/msm/ |
D | msm_ringbuffer.c | 39 struct msm_cmd { struct 75 DECLARE_ARRAY(struct msm_cmd *, cmds); 120 static struct msm_cmd *current_cmd(struct fd_ringbuffer *ring) in current_cmd() 124 return LIST_LAST_ENTRY(&msm_ring->cmd_list, struct msm_cmd, list); in current_cmd() 127 static void ring_cmd_del(struct msm_cmd *cmd) in ring_cmd_del() 136 static struct msm_cmd * ring_cmd_new(struct fd_ringbuffer *ring, uint32_t size, in ring_cmd_new() 140 struct msm_cmd *cmd = calloc(1, sizeof(*cmd)); in ring_cmd_new() 258 static int get_cmd(struct fd_ringbuffer *ring, struct msm_cmd *target_cmd, in get_cmd() 316 struct msm_cmd *cmd = current_cmd(ring); in msm_ringbuffer_hostptr() 323 struct msm_cmd *cmd, *tmp; in delete_cmds() [all …]
|
/external/mesa3d/src/freedreno/drm/ |
D | msm_ringbuffer.c | 75 struct msm_cmd { struct 81 static struct msm_cmd * argument 84 struct msm_cmd *cmd = malloc(sizeof(*cmd)); in cmd_new() 93 cmd_free(struct msm_cmd *cmd) in cmd_free() 116 DECLARE_ARRAY(struct msm_cmd *, cmds); 120 struct msm_cmd *cmd; /* current cmd */ 263 struct msm_cmd *cmd = ring->cmd; in handle_stateobj_relocs()
|