Lines Matching defs:hdisplay
77 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew;
178 wsi->hdisplay == drm->hdisplay &&
255 display_mode->hdisplay = drm_mode->hdisplay;
381 return (uint32_t) mode->hdisplay * (uint32_t) mode->vdisplay;
416 properties->physicalResolution.width = preferred_mode->hdisplay;
419 properties->physicalResolution.width = largest_mode->hdisplay;
679 prop->parameters.visibleRegion.width = display_mode->hdisplay;
745 return (vk->visibleRegion.width == wsi->hdisplay &&
799 pCapabilities->minSrcExtent.width = mode->hdisplay;
801 pCapabilities->maxSrcExtent.width = mode->hdisplay;
807 pCapabilities->minDstExtent.width = mode->hdisplay;
809 pCapabilities->maxDstExtent.width = mode->hdisplay;
897 caps->currentExtent.width = mode->hdisplay;
1060 .extent = { mode->hdisplay, mode->vdisplay },
2443 wsi->hdisplay == xcb->width &&
2493 display_mode->hdisplay = x_mode->width;