Searched refs:update_cmd (Results 1 – 1 of 1) sorted by relevance
454 SVGA3dCmdUpdateGBImage *update_cmd; in svga_buffer_upload_gb_command() local500 update_cmd = &whole_update_cmd->body; in svga_buffer_upload_gb_command()505 sizeof(*update_cmd) + (numBoxes - 1) * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()507 update_cmd = SVGA3D_FIFOReserve(swc, in svga_buffer_upload_gb_command()510 if (!update_cmd) in svga_buffer_upload_gb_command()516 whole_update_cmd = container_of(update_cmd, struct svga_3d_update_gb_image, body); in svga_buffer_upload_gb_command()520 whole_update_cmd->header.size = sizeof(*update_cmd); in svga_buffer_upload_gb_command()521 swc->surface_relocation(swc, &update_cmd->image.sid, NULL, sbuf->handle, in svga_buffer_upload_gb_command()523 update_cmd->image.face = 0; in svga_buffer_upload_gb_command()524 update_cmd->image.mipmap = 0; in svga_buffer_upload_gb_command()