Searched refs:ident0 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/vc4/drm/ |
| H A D | vc4_drm_winsys.c | 40 struct drm_vc4_get_param ident0 = { local in function:vc4_drm_screen_create 44 int ret = ioctl(fd, DRM_IOCTL_VC4_GET_PARAM, &ident0);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/common/ |
| H A D | v3d_device_info.c | 33 struct drm_v3d_get_param ident0 = { local in function:v3d_get_device_info 41 ret = drm_ioctl(fd, DRM_IOCTL_V3D_GET_PARAM, &ident0); 54 uint32_t major = (ident0.value >> 24) & 0xff;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/vc4/drm/ |
| H A D | vc4_drm_winsys.c | 42 struct drm_vc4_get_param ident0 = { local in function:vc4_drm_screen_create 46 int ret = ioctl(fd, DRM_IOCTL_VC4_GET_PARAM, &ident0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_screen.c | 455 struct drm_vc4_get_param ident0 = { local in function:vc4_get_chip_info 463 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident0); 484 uint32_t major = (ident0.value >> 24) & 0xff;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_screen.c | 498 struct drm_vc4_get_param ident0 = { local in function:vc4_get_chip_info 506 ret = vc4_ioctl(screen->fd, DRM_IOCTL_VC4_GET_PARAM, &ident0); 527 uint32_t major = (ident0.value >> 24) & 0xff;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_screen.c | 582 struct drm_v3d_get_param ident0 = { local in function:v3d_get_device_info 590 ret = v3d_ioctl(screen->fd, DRM_IOCTL_V3D_GET_PARAM, &ident0); 603 uint32_t major = (ident0.value >> 24) & 0xff;
|
Completed in 7 milliseconds