Lines Matching defs:image
215 SVGA3dSurfaceImageId image;
228 /* Set up image using information in vfb */
229 memset(&image, 0, sizeof(image));
230 image.sid = res ? res->id : SVGA3D_INVALID_ID;
240 cmd->body.image = image;
1316 cmd_img->body.image.sid = stdu->display_srf->res.id;
1317 cmd_img->body.image.face = 0;
1318 cmd_img->body.image.mipmap = 0;
1437 * in a surface and need an update gb image command to sync with device.
1445 cmd_update->body.image.sid = vfbs->surface->res.id;
1446 cmd_update->body.image.face = 0;
1447 cmd_update->body.image.mipmap = 0;