Home | History | Annotate | Download | only in svga

Lines Matching full:svga

36 void svga_init_state( struct svga_context *svga );
37 void svga_destroy_state( struct svga_context *svga );
43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty );
91 enum pipe_error svga_update_state( struct svga_context *svga,
94 void svga_update_state_retry( struct svga_context *svga,
98 enum pipe_error svga_emit_initial_state( struct svga_context *svga );
100 enum pipe_error svga_reemit_framebuffer_bindings( struct svga_context *svga );
102 enum pipe_error svga_rebind_framebuffer_bindings( struct svga_context *svga );
104 enum pipe_error svga_reemit_tss_bindings( struct svga_context *svga );
106 enum pipe_error svga_reemit_vs_bindings(struct svga_context *svga);
108 enum pipe_error svga_reemit_fs_bindings(struct svga_context *svga);
110 enum pipe_error svga_reemit_gs_bindings(struct svga_context *svga);