Searched refs:hsync_end (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 77 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 180 wsi->hsync_end == drm->hsync_end && in wsi_display_mode_matches_drm() 257 display_mode->hsync_end = drm_mode->hsync_end; in wsi_display_register_drm_mode() 2445 wsi->hsync_end == xcb->hsync_end && in wsi_display_mode_matches_x() 2495 display_mode->hsync_end = x_mode->hsync_end; in wsi_display_register_x_mode()
|
/third_party/libdrm/tests/modeprint/ |
H A D | modeprint.c | 65 printf("\thsync_end : %i\n", mode->hsync_end); in printMode()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 226 * @hsync_end: horizontal sync end 246 __u16 hsync_end; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 226 * @hsync_end: horizontal sync end 246 __u16 hsync_end; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 93 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 227 mode->hsync_end, in dump_mode()
|
Completed in 13 milliseconds