Lines Matching refs:cmd_size
56 * @cmd_size: Size of the SVGA3D define view command that we've copied from the
72 u32 cmd_size; /* Immutable */
176 cmd = VMW_CMD_CTX_RESERVE(res->dev_priv, view->cmd_size, view->ctx->id);
182 memcpy(cmd, &view->cmd, view->cmd_size);
187 vmw_cmd_commit(res->dev_priv, view->cmd_size);
307 * @cmd_size: Size of the view create command in the command stream.
316 size_t cmd_size,
332 if (cmd_size != vmw_view_define_sizes[view_type] +
343 size = offsetof(struct vmw_view, cmd) + cmd_size;
357 view->cmd_size = cmd_size;
361 memcpy(&view->cmd, cmd, cmd_size);