Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:cotables

44 	struct vmw_resource *cotables[SVGA_COTABLE_DX10_MAX];
131 res = uctx->cotables[i];
132 uctx->cotables[i] = NULL;
217 uctx->cotables[i] = vmw_cotable_alloc(dev_priv,
219 if (IS_ERR(uctx->cotables[i])) {
220 ret = PTR_ERR(uctx->cotables[i]);
536 * cotables from a context
541 * COtables must be unbound before their context, but unbinding requires
543 * This function scrubs all cotables of a context, potentially reading back
544 * the contents into their backup buffers. However, scrubbing cotables
561 res = uctx->cotables[vmw_cotable_scrub_order[i]];
851 cotables[cotable_type];