Home
last modified time | relevance | path

Searched refs:vsurf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c87 struct vmw_svga_winsys_surface *vsurf; member
259 p_atomic_dec(&isurf->vsurf->validated); in vmw_swc_flush()
260 vmw_svga_winsys_surface_reference(&isurf->vsurf, NULL); in vmw_swc_flush()
488 struct vmw_svga_winsys_surface *vsurf) in vmw_swc_surface_clear_reference() argument
492 util_hash_table_get(vswc->hash, vsurf); in vmw_swc_surface_clear_reference()
496 p_atomic_dec(&vsurf->validated); in vmw_swc_surface_clear_reference()
503 struct vmw_svga_winsys_surface *vsurf, in vmw_swc_surface_only_relocation() argument
510 isrf = util_hash_table_get(vswc->hash, vsurf); in vmw_swc_surface_only_relocation()
514 vmw_svga_winsys_surface_reference(&isrf->vsurf, vsurf); in vmw_swc_surface_only_relocation()
521 (void) util_hash_table_set(vswc->hash, vsurf, isrf); in vmw_swc_surface_only_relocation()
[all …]
Dvmw_context.h70 struct vmw_svga_winsys_surface *vsurf);
Dvmw_screen_svga.c321 struct vmw_svga_winsys_surface *vsurf = vmw_svga_winsys_surface(surface); in vmw_svga_winsys_surface_is_flushed() local
322 return (p_atomic_read(&vsurf->validated) == 0); in vmw_svga_winsys_surface_is_flushed()