Home
last modified time | relevance | path

Searched refs:msm_pipe (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/freedreno/msm/
Dmsm_pipe.c38 struct msm_pipe *msm_pipe = to_msm_pipe(pipe); in query_param() local
40 .pipe = msm_pipe->pipe, in query_param()
58 struct msm_pipe *msm_pipe = to_msm_pipe(pipe); in msm_pipe_get_param() local
62 *value = msm_pipe->gpu_id; in msm_pipe_get_param()
65 *value = msm_pipe->gmem; in msm_pipe_get_param()
68 *value = msm_pipe->chip_id; in msm_pipe_get_param()
102 struct msm_pipe *msm_pipe = to_msm_pipe(pipe); in msm_pipe_destroy() local
103 free(msm_pipe); in msm_pipe_destroy()
131 struct msm_pipe *msm_pipe = NULL; in msm_pipe_new() local
134 msm_pipe = calloc(1, sizeof(*msm_pipe)); in msm_pipe_new()
[all …]
Dmsm_priv.h53 struct msm_pipe { struct
61 static inline struct msm_pipe * to_msm_pipe(struct fd_pipe *x) in to_msm_pipe() argument
63 return (struct msm_pipe *)x; in to_msm_pipe()
/external/libdrm/freedreno/
DAndroid.sources.bp13 "msm/msm_pipe.c",
DMakefile.sources11 msm/msm_pipe.c \