Lines Matching refs:ctx
48 * @ctx: Non-refcounted pointer to the context this view belongs to.
65 struct vmw_resource *ctx; /* Immutable */
176 cmd = VMW_CMD_CTX_RESERVE(res->dev_priv, view->cmd_size, view->ctx->id);
219 cmd = VMW_CMD_CTX_RESERVE(dev_priv, sizeof(*cmd), view->ctx->id);
300 * @ctx: Pointer to a struct vmw_resource identifying the active context.
311 struct vmw_resource *ctx,
326 struct vmw_private *dev_priv = ctx->dev_priv;
351 view->ctx = ctx;
354 (vmw_context_cotable(ctx, vmw_view_cotables[view_type]));