Searched refs:fd_param_id (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_drmif.h | 52 enum fd_param_id { enum 158 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, 160 int fd_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param,
|
H A 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() 168 fd_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t value) in fd_pipe_set_param()
|
H A D | freedreno_priv.h | 208 int (*get_param)(struct fd_pipe *pipe, enum fd_param_id param, 210 int (*set_param)(struct fd_pipe *pipe, enum fd_param_id param,
|
/third_party/libdrm/freedreno/ |
H A 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,
|
H A D | freedreno_pipe.c | 88 enum fd_param_id param, uint64_t *value) in fd_pipe_get_param()
|
H A 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/msm/ |
H A D | msm_pipe.c | 73 msm_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in msm_pipe_get_param() 124 msm_pipe_set_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t value) in msm_pipe_set_param()
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_pipe.c | 52 enum fd_param_id param, uint64_t *value) in msm_pipe_get_param()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_pipe.c | 75 virtio_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in virtio_pipe_get_param()
|
/third_party/libdrm/freedreno/kgsl/ |
H A 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/ |
H A D | freedreno_context.c | 423 enum fd_param_id param = per_context ? FD_CTX_FAULTS : FD_GLOBAL_FAULTS; in fd_get_reset_count()
|
Completed in 6 milliseconds