HomeSort by: relevance | last modified time | path
    Searched refs:texture_max_height (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c 1295 height > dev_priv->texture_max_height)
1416 dev_priv->texture_max_height);
1813 dev->mode_config.max_height = dev_priv->texture_max_height;
2258 max_height = min(max_height, dev_priv->texture_max_height);
vmwgfx_drv.c 761 dev_priv->texture_max_height = vmw_read(dev_priv,
765 dev_priv->texture_max_height = 8192;
vmwgfx_surface.c 1433 size.height > dev_priv->texture_max_height) {
1437 dev_priv->texture_max_height);
vmwgfx_drv.h 476 uint32_t texture_max_height; member in struct:vmw_private

Completed in 23 milliseconds