Searched refs:whole_update_cmd (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_buffer_upload.c446 struct svga_3d_update_gb_image *whole_update_cmd = NULL; local in function:svga_buffer_upload_gb_command
459 sizeof(*invalidate_cmd) + numBoxes * sizeof(*whole_update_cmd);
485 whole_update_cmd = (struct svga_3d_update_gb_image *) &invalidate_cmd[1];
487 whole_update_cmd->header.id = SVGA_3D_CMD_UPDATE_GB_IMAGE;
488 update_cmd = &whole_update_cmd->body;
493 sizeof(*update_cmd) + (numBoxes - 1) * sizeof(*whole_update_cmd);
504 whole_update_cmd = container_of(update_cmd, whole_update_cmd, body);
508 whole_update_cmd->header.size = sizeof(*update_cmd);
517 sbuf->dma.updates = whole_update_cmd;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_buffer_upload.c455 struct svga_3d_update_gb_image *whole_update_cmd = NULL; local in function:svga_buffer_upload_gb_command
471 sizeof(*invalidate_cmd) + numBoxes * sizeof(*whole_update_cmd);
497 whole_update_cmd = (struct svga_3d_update_gb_image *) &invalidate_cmd[1];
499 whole_update_cmd->header.id = SVGA_3D_CMD_UPDATE_GB_IMAGE;
500 update_cmd = &whole_update_cmd->body;
505 sizeof(*update_cmd) + (numBoxes - 1) * sizeof(*whole_update_cmd);
516 whole_update_cmd = container_of(update_cmd, struct svga_3d_update_gb_image, body);
520 whole_update_cmd->header.size = sizeof(*update_cmd);
529 sbuf->dma.updates = whole_update_cmd;
536 whole_update_cmd
[all...]

Completed in 3 milliseconds