Home
last modified time | relevance | path

Searched refs:htotal (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c70 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
161 wsi->htotal == drm->htotal && in ICD_DEFINE_NONDISP_HANDLE_CASTS()
174 return (double) wsi->clock * 1000.0 / ((double) wsi->htotal * in wsi_display_mode_refresh()
238 display_mode->htotal = drm_mode->htotal; in wsi_display_register_drm_mode()
2204 wsi->htotal == xcb->htotal && in wsi_display_mode_matches_x()
2254 display_mode->htotal = x_mode->htotal; in wsi_display_register_x_mode()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11modes.c552 info->htotal = l.htotal; in XF86VidModeGetModeInfo()
567 return (info->htotal in CalculateXVidModeRefreshRate()
568 && info->vtotal) ? (1000 * info->dotclock / (info->htotal * in CalculateXVidModeRefreshRate()
/third_party/weston/libweston/backend-drm/
Dmodes.c176 &mode->htotal, in parse_modeline()
356 refresh = (info->clock * 1000000LL / info->htotal + in drm_refresh_rate_mHz()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstgldisplay_gbm.c250 current_mode->htotal, current_mode->vtotal, current_mode->hskew, in gst_gl_display_gbm_setup_drm()
/third_party/libdrm/tests/modeprint/
Dmodeprint.c66 printf("\thtotal : %i\n", mode->htotal); in printMode()
/third_party/libdrm/include/drm/
Ddrm_mode.h217 __u16 htotal; member
/third_party/libdrm/
Dxf86drmMode.h209 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h247 __u16 htotal; member
/third_party/libdrm/tests/modetest/
Dmodetest.c141 / (mode->htotal * mode->vtotal); in mode_vrefresh()
228 mode->htotal, in dump_mode()
/third_party/mesa3d/src/glx/
Dglxcmds.c2111 unsigned d = mode_line.vtotal * mode_line.htotal; in __glxGetMscRate()