Searched refs:cotables (Results 1 – 2 of 2) sorted by relevance
40 struct vmw_resource *cotables[SVGA_COTABLE_MAX]; member 131 res = uctx->cotables[i]; in vmw_context_cotables_unref() 132 uctx->cotables[i] = NULL; in vmw_context_cotables_unref() 219 uctx->cotables[i] = vmw_cotable_alloc(dev_priv, in vmw_gb_context_init() 221 if (IS_ERR(uctx->cotables[i])) { in vmw_gb_context_init() 222 ret = PTR_ERR(uctx->cotables[i]); in vmw_gb_context_init() 538 * cotables from a context545 * This function scrubs all cotables of a context, potentially reading back546 * the contents into their backup buffers. However, scrubbing cotables565 res = uctx->cotables[vmw_cotable_scrub_orde in vmw_dx_context_scrub_cotables() [all...]
1699 SVGA3dCOTableData cotables[SVGA_COTABLE_MAX]; member