HomeSort by: relevance | last modified time | path
    Searched refs:vmw_surface (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 237 struct vmw_surface *surface;
289 struct vmw_surface *surf;
345 struct vmw_surface *cursor_surface;
441 struct vmw_surface *surface,
vmwgfx_surface.c 56 struct vmw_surface srf;
200 * @srf: Pointer to a struct vmw_surface
205 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf)
214 * @srf: Pointer to a struct vmw_surface
219 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf)
257 * @srf: Pointer to a struct vmw_surface object.
260 static void vmw_surface_define_encode(const struct vmw_surface *srf,
299 * @srf: Pointer to a struct vmw_surface object.
305 static void vmw_surface_dma_encode(struct vmw_surface *srf,
361 * vmw_surface
    [all...]
vmwgfx_drv.h 235 struct vmw_surface { struct
646 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res)
648 return container_of(res, struct vmw_surface, res);
735 struct vmw_surface **out_surf,
1142 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1158 struct vmw_surface *surface,
1286 struct vmw_surface *srf);
1298 struct vmw_surface **srf_out);
1504 static inline void vmw_surface_unreference(struct vmw_surface **srf)
1506 struct vmw_surface *tmp_srf = *srf
    [all...]
vmwgfx_so.c 138 struct vmw_surface *srf = vmw_res_to_srf(view->srf);
165 struct vmw_surface *srf = vmw_res_to_srf(view->srf);
vmwgfx_kms.c 149 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
492 struct vmw_surface *surface = NULL;
891 struct vmw_surface *surface,
1150 struct vmw_surface **srf_out)
1316 struct vmw_surface *surface,
1380 struct vmw_surface *surface = NULL;
1739 struct vmw_surface *surface,
1754 struct vmw_surface *surface,
vmwgfx_ioctl.c 260 struct vmw_surface *surface;
vmwgfx_stdu.c 122 struct vmw_surface *display_srf;
1072 struct vmw_surface content_srf;
vmwgfx_resource.c 337 struct vmw_surface **out_surf,
vmwgfx_execbuf.c 1526 struct vmw_surface *srf = NULL;

Completed in 33 milliseconds