Searched refs:FD_NR_RINGS (Results 1 – 7 of 7) sorted by relevance
/third_party/libdrm/freedreno/msm/ |
D | msm_pipe.c | 70 case FD_NR_RINGS: in msm_pipe_get_param() 113 msm_pipe_get_param(pipe, FD_NR_RINGS, &nr_rings); in open_submitqueue()
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
D | msm_pipe.c | 95 case FD_NR_RINGS: in msm_pipe_get_param() 170 msm_pipe_get_param(pipe, FD_NR_RINGS, &nr_rings); in open_submitqueue()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_pipe.c | 100 case FD_NR_RINGS: in virtio_pipe_get_param() 157 virtio_pipe_get_param(pipe, FD_NR_RINGS, &nr_rings); in open_submitqueue()
|
/third_party/libdrm/freedreno/ |
D | freedreno_drmif.h | 64 FD_NR_RINGS, /* # of rings == # of distinct priority levels */ enumerator
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_drmif.h | 60 FD_NR_RINGS, /* # of rings == # of distinct priority levels */ enumerator
|
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_pipe.c | 51 case FD_NR_RINGS: in kgsl_pipe_get_param()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_screen.c | 1029 if (fd_pipe_get_param(screen->pipe, FD_NR_RINGS, &val)) { in fd_screen_create()
|