Home
last modified time | relevance | path

Searched refs:hsync_end (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c70 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/
Dgstgldisplay_gbm.c249 current_mode->hsync_end, current_mode->vsync_end, in gst_gl_display_gbm_setup_drm()
/third_party/libdrm/tests/modeprint/
Dmodeprint.c65 printf("\thsync_end : %i\n", mode->hsync_end); in printMode()
/third_party/libdrm/include/drm/
Ddrm_mode.h216 __u16 hsync_end; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h246 __u16 hsync_end; member
/third_party/libdrm/
Dxf86drmMode.h209 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
/third_party/weston/libweston/backend-drm/
Dmodes.c175 &mode->hsync_end, in parse_modeline()
/third_party/libdrm/tests/modetest/
Dmodetest.c227 mode->hsync_end, in dump_mode()