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

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 299 struct vmw_svga_winsys_surface *vsurf = vmw_svga_winsys_surface(surface); local
300 return (p_atomic_read(&vsurf->validated) == 0);
vmw_context.c 87 struct vmw_svga_winsys_surface *vsurf; member in union:vmw_ctx_validate_item::__anon30278
229 p_atomic_dec(&isurf->vsurf->validated);
230 vmw_svga_winsys_surface_reference(&isurf->vsurf, NULL);
443 * @vsurf: Pointer to a vmw_svga_winsys_surface, the referenced info of which
452 struct vmw_svga_winsys_surface *vsurf)
456 util_hash_table_get(vswc->hash, vsurf);
460 p_atomic_dec(&vsurf->validated);
467 struct vmw_svga_winsys_surface *vsurf,
474 isrf = util_hash_table_get(vswc->hash, vsurf);
478 vmw_svga_winsys_surface_reference(&isrf->vsurf, vsurf)
511 struct vmw_svga_winsys_surface *vsurf; local
    [all...]

Completed in 376 milliseconds