HomeSort by: relevance | last modified time | path
    Searched defs:cotables (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_context.c 44 struct vmw_resource *cotables[SVGA_COTABLE_DX10_MAX]; member in struct:vmw_user_context
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
    [all...]
vmwgfx_context.c 44 struct vmw_resource *cotables[SVGA_COTABLE_DX10_MAX]; member in struct:vmw_user_context
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
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_dx.h 1623 SVGA3dCOTableData cotables[SVGA_COTABLE_MAX]; member in struct:SVGADXContextMobFormat
svga3d_dx.h 1623 SVGA3dCOTableData cotables[SVGA_COTABLE_MAX]; member in struct:SVGADXContextMobFormat

Completed in 25 milliseconds