Searched refs:update_cmd (Results 1 – 1 of 1) sorted by relevance
441 SVGA3dCmdUpdateGBImage *update_cmd; in svga_buffer_upload_gb_command() local484 update_cmd = &whole_update_cmd->body; in svga_buffer_upload_gb_command()489 sizeof(*update_cmd) + (numBoxes - 1) * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()491 update_cmd = SVGA3D_FIFOReserve(swc, in svga_buffer_upload_gb_command()494 if (!update_cmd) in svga_buffer_upload_gb_command()500 whole_update_cmd = container_of(update_cmd, whole_update_cmd, body); in svga_buffer_upload_gb_command()504 whole_update_cmd->header.size = sizeof(*update_cmd); in svga_buffer_upload_gb_command()505 swc->surface_relocation(swc, &update_cmd->image.sid, NULL, sbuf->handle, in svga_buffer_upload_gb_command()507 update_cmd->image.face = 0; in svga_buffer_upload_gb_command()508 update_cmd->image.mipmap = 0; in svga_buffer_upload_gb_command()