Home
last modified time | relevance | path

Searched refs:fd_param_id (Results 1 – 10 of 10) sorted by relevance

/third_party/libdrm/freedreno/
Dfreedreno_drmif.h57 enum fd_param_id { enum
109 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
Dfreedreno_pipe.c88 enum fd_param_id param, uint64_t *value) in fd_pipe_get_param()
Dfreedreno_priv.h121 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value);
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h52 enum fd_param_id { enum
150 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
Dfreedreno_pipe.c162 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) in fd_pipe_get_param()
Dmsm_pipe.c72 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in msm_pipe_get_param()
Dfreedreno_priv.h182 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param,
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c52 enum fd_param_id param, uint64_t *value) in msm_pipe_get_param()
/third_party/libdrm/freedreno/kgsl/
Dkgsl_pipe.c33 enum fd_param_id param, uint64_t *value) in kgsl_pipe_get_param()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c419 enum fd_param_id param = per_context ? FD_CTX_FAULTS : FD_GLOBAL_FAULTS; in fd_get_reset_count()