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.c246 SVGA3dCmdInvalidateGBImage *invalidate_cmd; in svga_buffer_upload_gb_command() local
248 sizeof(*invalidate_cmd) + numBoxes * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()
255 invalidate_cmd = SVGA3D_FIFOReserve(swc, in svga_buffer_upload_gb_command()
258 if (!invalidate_cmd) in svga_buffer_upload_gb_command()
261 cicmd = container_of(invalidate_cmd, cicmd, body); in svga_buffer_upload_gb_command()
262 cicmd->header.size = sizeof(*invalidate_cmd); in svga_buffer_upload_gb_command()
263 swc->surface_relocation(swc, &invalidate_cmd->image.sid, NULL, sbuf->handle, in svga_buffer_upload_gb_command()
267 invalidate_cmd->image.face = 0; in svga_buffer_upload_gb_command()
268 invalidate_cmd->image.mipmap = 0; in svga_buffer_upload_gb_command()
273 whole_update_cmd = (struct svga_3d_update_gb_image *) &invalidate_cmd[1]; in svga_buffer_upload_gb_command()