Searched refs:v3d_screen_create (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/v3d/drm/ |
| H A D | v3d_drm_winsys.c | 34 return v3d_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3), NULL); 40 return v3d_screen_create(ro->gpu_fd, ro);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/v3d/drm/ |
| H A D | v3d_drm_winsys.c | 36 return v3d_screen_create(os_dupfd_cloexec(fd), config, NULL); 43 return v3d_screen_create(ro->gpu_fd, config, ro);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_screen.h | 91 struct pipe_screen *v3d_screen_create(int fd, struct renderonly *ro);
|
| H A D | v3d_screen.c | 664 v3d_screen_create(int fd, struct renderonly *ro) function in typeref:struct:pipe_screen *
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_screen.h | 95 struct pipe_screen *v3d_screen_create(int fd,
|
| H A D | v3d_screen.c | 774 v3d_screen_create(int fd, const struct pipe_screen_config *config, function in typeref:struct:pipe_screen *
|
Completed in 6 milliseconds