Lines Matching defs:width
59 u32 *image, u32 width, u32 height,
71 * @width: width of the mouse cursor image
77 u32 *image, u32 width, u32 height,
81 const u32 image_size = width * height * sizeof(*image);
100 cmd->cursor.width = width;
113 * @width: width of the mouse cursor image
120 u32 *image, u32 width, u32 height,
129 vmw_send_define_cursor_cmd(dev_priv, image, width, height,
143 * @width: source data width
150 u32 *image, u32 width, u32 height,
155 const u32 image_size = width * height * sizeof(*image);
167 alpha_header->width = width;
1313 surface->metadata.base_size.width < mode_cmd->width ||
1460 metadata.base_size.width = mode_cmd->pitches[0] / bytes_pp;
1547 * @width: requested width
1553 vmw_kms_srf_ok(struct vmw_private *dev_priv, uint32_t width, uint32_t height)
1555 if (width > dev_priv->texture_max_width ||
1590 if (vmw_kms_srf_ok(dev_priv, mode_cmd->width, mode_cmd->height) &&
1592 mode_cmd->width > 64 && /* Don't create a proxy for cursor */
1652 !vmw_kms_srf_ok(dev_priv, mode_cmd->width, mode_cmd->height)) {
2127 unsigned width, unsigned height, unsigned pitch,
2134 vmw_write(vmw_priv, SVGA_REG_WIDTH, width);
2790 if (clips->x1 > size->width || clips->x2 > size->width ||