Searched refs:hsync_end (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 70 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 160 wsi->hsync_end == drm->hsync_end && in ICD_DEFINE_NONDISP_HANDLE_CASTS() 237 display_mode->hsync_end = drm_mode->hsync_end; in wsi_display_register_drm_mode() 2203 wsi->hsync_end == xcb->hsync_end && in wsi_display_mode_matches_x() 2253 display_mode->hsync_end = x_mode->hsync_end; in wsi_display_register_x_mode()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/ |
D | gstgldisplay_gbm.c | 249 current_mode->hsync_end, current_mode->vsync_end, in gst_gl_display_gbm_setup_drm()
|
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 65 printf("\thsync_end : %i\n", mode->hsync_end); in printMode()
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 216 __u16 hsync_end; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 246 __u16 hsync_end; member
|
/third_party/libdrm/ |
D | xf86drmMode.h | 209 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
/third_party/weston/libweston/backend-drm/ |
D | modes.c | 175 &mode->hsync_end, in parse_modeline()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 227 mode->hsync_end, in dump_mode()
|