Home
last modified time | relevance | path

Searched refs:invalidate_cmd (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer_upload.c453 SVGA3dCmdInvalidateGBImage *invalidate_cmd; in svga_buffer_upload_gb_command() local
455 sizeof(*invalidate_cmd) + numBoxes * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()
462 invalidate_cmd = SVGA3D_FIFOReserve(swc, in svga_buffer_upload_gb_command()
465 if (!invalidate_cmd) in svga_buffer_upload_gb_command()
468 cicmd = container_of(invalidate_cmd, cicmd, body); in svga_buffer_upload_gb_command()
469 cicmd->header.size = sizeof(*invalidate_cmd); in svga_buffer_upload_gb_command()
470 swc->surface_relocation(swc, &invalidate_cmd->image.sid, NULL, in svga_buffer_upload_gb_command()
475 invalidate_cmd->image.face = 0; in svga_buffer_upload_gb_command()
476 invalidate_cmd->image.mipmap = 0; in svga_buffer_upload_gb_command()
481 whole_update_cmd = (struct svga_3d_update_gb_image *) &invalidate_cmd[1]; in svga_buffer_upload_gb_command()