Searched refs:FD_PIPE_3D (Results 1 - 11 of 11) sorted by relevance
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_pipe.c | 146 kgsl_pipe->p3d = fd_pipe_new(pipe->dev, FD_PIPE_3D); in kgsl_pipe_pre_submit() 213 [FD_PIPE_3D] = "/dev/kgsl-3d0", in kgsl_pipe_new()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_drmif.h | 49 FD_PIPE_3D = 1, enumerator
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_pipe.c | 172 [FD_PIPE_3D] = MSM_PIPE_3D0, in msm_pipe_new()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_drmif.h | 44 FD_PIPE_3D = 1, enumerator
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_pipe.c | 240 [FD_PIPE_3D] = MSM_PIPE_3D0, in msm_pipe_new()
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 240 struct fd_pipe *pipe = fd_pipe_new(dev, FD_PIPE_3D); in main()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_pipe.c | 229 [FD_PIPE_3D] = MSM_PIPE_3D0, in virtio_pipe_new()
|
/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.cc | 441 pipe = fd_pipe_new(dev, FD_PIPE_3D); in init_perfcnt()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.c | 612 ctx->pipe = fd_pipe_new2(screen->dev, FD_PIPE_3D, prio);
|
H A D | freedreno_screen.c | 980 screen->pipe = fd_pipe_new(screen->dev, FD_PIPE_3D); in fd_screen_create()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 147 dev.pipe = fd_pipe_new(dev.dev, FD_PIPE_3D); in find_device()
|
Completed in 8 milliseconds