Searched refs:fd_param_id (Results 1 – 10 of 10) sorted by relevance
/third_party/libdrm/freedreno/ |
D | freedreno_drmif.h | 57 enum fd_param_id { enum 109 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
|
D | freedreno_pipe.c | 88 enum fd_param_id param, uint64_t *value) in fd_pipe_get_param()
|
D | freedreno_priv.h | 121 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value);
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_drmif.h | 52 enum fd_param_id { enum 150 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
|
D | freedreno_pipe.c | 162 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) in fd_pipe_get_param()
|
D | msm_pipe.c | 72 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in msm_pipe_get_param()
|
D | freedreno_priv.h | 182 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param,
|
/third_party/libdrm/freedreno/msm/ |
D | msm_pipe.c | 52 enum fd_param_id param, uint64_t *value) in msm_pipe_get_param()
|
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_pipe.c | 33 enum fd_param_id param, uint64_t *value) in kgsl_pipe_get_param()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.c | 419 enum fd_param_id param = per_context ? FD_CTX_FAULTS : FD_GLOBAL_FAULTS; in fd_get_reset_count()
|