Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h62 FD_GLOBAL_FAULTS, /* # of global (all context) faults */ enumerator
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c99 case FD_GLOBAL_FAULTS: in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c105 case FD_GLOBAL_FAULTS: in virtio_pipe_get_param()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c423 enum fd_param_id param = per_context ? FD_CTX_FAULTS : FD_GLOBAL_FAULTS; in fd_get_reset_count()