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.c469 SVGA3dCmdInvalidateGBImage *invalidate_cmd; in svga_buffer_upload_gb_command() local
471 sizeof(*invalidate_cmd) + numBoxes * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()
478 invalidate_cmd = SVGA3D_FIFOReserve(swc, in svga_buffer_upload_gb_command()
481 if (!invalidate_cmd) in svga_buffer_upload_gb_command()
484 cicmd = container_of(invalidate_cmd, cicmd, body); in svga_buffer_upload_gb_command()
485 cicmd->header.size = sizeof(*invalidate_cmd); in svga_buffer_upload_gb_command()
486 swc->surface_relocation(swc, &invalidate_cmd->image.sid, NULL, in svga_buffer_upload_gb_command()
491 invalidate_cmd->image.face = 0; in svga_buffer_upload_gb_command()
492 invalidate_cmd->image.mipmap = 0; in svga_buffer_upload_gb_command()
497 whole_update_cmd = (struct svga_3d_update_gb_image *) &invalidate_cmd[1]; in svga_buffer_upload_gb_command()