HomeSort by relevance Sort by last modified time
    Searched refs:vsurf (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.h 70 struct vmw_svga_winsys_surface *vsurf);
vmw_context.c 87 struct vmw_svga_winsys_surface *vsurf; member in union:vmw_ctx_validate_item::__anon34108
259 p_atomic_dec(&isurf->vsurf->validated);
260 vmw_svga_winsys_surface_reference(&isurf->vsurf, NULL);
479 * @vsurf: Pointer to a vmw_svga_winsys_surface, the referenced info of which
488 struct vmw_svga_winsys_surface *vsurf)
492 util_hash_table_get(vswc->hash, vsurf);
496 p_atomic_dec(&vsurf->validated);
503 struct vmw_svga_winsys_surface *vsurf,
510 isrf = util_hash_table_get(vswc->hash, vsurf);
514 vmw_svga_winsys_surface_reference(&isrf->vsurf, vsurf)
547 struct vmw_svga_winsys_surface *vsurf; local
    [all...]
vmw_screen_svga.c 321 struct vmw_svga_winsys_surface *vsurf = vmw_svga_winsys_surface(surface); local
322 return (p_atomic_read(&vsurf->validated) == 0);

Completed in 157 milliseconds