Searched refs:htotal (Results 1 – 10 of 10) 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 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/ |
D | SDL_x11modes.c | 552 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/ |
D | modes.c | 176 &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/ |
D | gstgldisplay_gbm.c | 250 current_mode->htotal, current_mode->vtotal, current_mode->hskew, in gst_gl_display_gbm_setup_drm()
|
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 66 printf("\thtotal : %i\n", mode->htotal); in printMode()
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 217 __u16 htotal; member
|
/third_party/libdrm/ |
D | xf86drmMode.h | 209 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 247 __u16 htotal; member
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 141 / (mode->htotal * mode->vtotal); in mode_vrefresh() 228 mode->htotal, in dump_mode()
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 2111 unsigned d = mode_line.vtotal * mode_line.htotal; in __glxGetMscRate()
|