vmw_context_cotable
extern struct vmw_resource *vmw_context_cotable(struct vmw_resource *ctx,
cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY);
res = vmw_context_cotable(ctx_node->ctx, vmw_view_cotables[view_type]);
res = vmw_context_cotable(ctx_node->ctx, vmw_so_cotables[so_type]);
res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXSHADER);
res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_STREAMOUTPUT);
res = vmw_context_cotable(ctx, i);
(vmw_context_cotable(ctx, SVGA_COTABLE_DXSHADER));
(vmw_context_cotable(ctx, vmw_view_cotables[view_type]));
(vmw_context_cotable(ctx, SVGA_COTABLE_STREAMOUTPUT));