Lines Matching refs:vmw_surface
258 struct vmw_surface { struct
635 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf()
637 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf()
770 struct vmw_surface *surface;
779 struct vmw_surface *vmw_user_object_surface(struct vmw_user_object *uo);
1055 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1065 struct vmw_surface *surface,
1191 struct vmw_surface **srf_out);
1192 struct vmw_surface *vmw_lookup_surface_for_buffer(struct vmw_private *vmw,
1420 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference()
1422 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference()
1429 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference()