Searched refs:vtotal (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 78 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member 186 wsi->vtotal == drm->vtotal && in wsi_display_mode_matches_drm() 195 (double) wsi->vtotal * in wsi_display_mode_refresh() 263 display_mode->vtotal = drm_mode->vtotal; in wsi_display_register_drm_mode() 2451 wsi->vtotal == xcb->vtotal && in wsi_display_mode_matches_x() 2501 display_mode->vtotal = x_mode->vtotal; in wsi_display_register_x_mode() [all...] |
/third_party/libdrm/tests/modeprint/ |
H A D | modeprint.c | 71 printf("\tvtotal : %i\n", mode->vtotal); in printMode()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 232 * @vtotal: vertical total size 252 __u16 vtotal; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 232 * @vtotal: vertical total size 252 __u16 vtotal; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 94 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 141 / (mode->htotal * mode->vtotal); in mode_vrefresh() 232 mode->vtotal, in dump_mode()
|
/third_party/mesa3d/src/glx/ |
H A D | glxcmds.c | 2113 unsigned d = mode_line.vtotal * mode_line.htotal; in __glxGetMscRate()
|
Completed in 15 milliseconds