Lines Matching refs:sws

103    struct svga_winsys_screen *sws;
380 (*query_bind)(struct svga_winsys_context *sws,
503 (*destroy)(struct svga_winsys_screen *sws);
506 (*get_hw_version)(struct svga_winsys_screen *sws);
509 (*get_cap)(struct svga_winsys_screen *sws,
524 (*context_create)(struct svga_winsys_screen *sws);
529 * \param sws Pointer to an svga_winsys_context
565 (*surface_create)(struct svga_winsys_screen *sws,
579 (*surface_from_handle)(struct svga_winsys_screen *sws,
588 (*surface_get_handle)(struct svga_winsys_screen *sws,
597 (*surface_is_flushed)(struct svga_winsys_screen *sws,
605 (*surface_reference)(struct svga_winsys_screen *sws,
615 (*surface_can_create)(struct svga_winsys_screen *sws,
623 (*surface_init)(struct svga_winsys_screen *sws,
636 (*buffer_create)( struct svga_winsys_screen *sws,
646 (*buffer_map)( struct svga_winsys_screen *sws,
651 (*buffer_unmap)( struct svga_winsys_screen *sws,
655 (*buffer_destroy)( struct svga_winsys_screen *sws,
663 (*fence_reference)( struct svga_winsys_screen *sws,
672 int (*fence_signalled)( struct svga_winsys_screen *sws,
683 int (*fence_finish)( struct svga_winsys_screen *sws,
693 int (*fence_get_fd)( struct svga_winsys_screen *sws,
701 void (*fence_create_fd)( struct svga_winsys_screen *sws,
710 int (*fence_server_sync)( struct svga_winsys_screen *sws,
730 (*shader_create)(struct svga_winsys_screen *sws,
740 (*shader_destroy)(struct svga_winsys_screen *sws,
747 (*query_create)(struct svga_winsys_screen *sws, uint32 len);
753 (*query_destroy)(struct svga_winsys_screen *sws,
762 (*query_init)(struct svga_winsys_screen *sws,
772 (*query_get_result)(struct svga_winsys_screen *sws,
800 (*host_log)(struct svga_winsys_screen *sws, const char *message);