Home
last modified time | relevance | path

Searched refs:base_obj_to_res (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h55 struct vmw_resource *(*base_obj_to_res)(struct ttm_base_object *base); member
H A Dvmwgfx_resource.c282 res = converter->base_obj_to_res(base); in vmw_user_resource_lookup_handle()
326 return converter->base_obj_to_res(base); in vmw_user_resource_noref_lookup_handle()
H A Dvmwgfx_context.c72 .base_obj_to_res = vmw_user_context_base_to_res,
H A Dvmwgfx_shader.c91 .base_obj_to_res = vmw_user_shader_base_to_res,
H A Dvmwgfx_surface.c127 .base_obj_to_res = vmw_user_surface_base_to_res,