Lines Matching defs:image

59 				  u32 *image, u32 width, u32 height,
70 * @image: buffer which holds the cursor image
71 * @width: width of the mouse cursor image
72 * @height: height of the mouse cursor image
77 u32 *image, u32 width, u32 height,
81 const u32 image_size = width * height * sizeof(*image);
96 memcpy(&cmd[1], image, image_size);
109 * vmw_cursor_update_image - update the cursor image on the provided plane
112 * @image: buffer which holds the cursor image
113 * @width: width of the mouse cursor image
114 * @height: height of the mouse cursor image
120 u32 *image, u32 width, u32 height,
124 vmw_cursor_update_mob(dev_priv, vps, image,
129 vmw_send_define_cursor_cmd(dev_priv, image, width, height,
138 * make the cursor-image live.
142 * @image: cursor source data to fill the MOB with
150 u32 *image, u32 width, u32 height,
155 const u32 image_size = width * height * sizeof(*image);
170 memcpy(header + 1, image, image_size);
182 * vmw_du_cursor_plane_acquire_image -- Acquire the image data
190 return vps->surf->snooper.image;
386 if (!srf->snooper.image)
436 memcpy(srf->snooper.image, virtual,
441 memcpy(srf->snooper.image + i * image_pitch,
488 !du->cursor_surface->snooper.image)
493 du->cursor_surface->snooper.image,
739 WARN_ON(vps->surf->snooper.image);
805 void *image = vmw_du_cursor_plane_acquire_image(vps);
806 if (image)
807 vmw_cursor_update_image(dev_priv, vps, image,
916 (!surface->snooper.image && !surface->res.guest_memory_bo)) {
2786 cmd->body.image.sid = res->id;
2787 cmd->body.image.face = 0;
2788 cmd->body.image.mipmap = 0;