Lines Matching defs:image
216 SVGA3dSurfaceImageId image;
229 /* Set up image using information in vfb */
230 memset(&image, 0, sizeof(image));
231 image.sid = res ? res->id : SVGA3D_INVALID_ID;
241 cmd->body.image = image;
1101 cmd_img->body.image.sid = stdu->display_srf->res.id;
1102 cmd_img->body.image.face = 0;
1103 cmd_img->body.image.mipmap = 0;
1210 * in a surface and need an update gb image command to sync with device.
1218 cmd_update->body.image.sid = vfbs->surface->res.id;
1219 cmd_update->body.image.face = 0;
1220 cmd_update->body.image.mipmap = 0;