Lines Matching defs:svga_context

313 struct svga_context
422 void svga_mark_surfaces_dirty(struct svga_context *svga);
427 void svga_init_state_functions( struct svga_context *svga );
428 void svga_init_flush_functions( struct svga_context *svga );
429 void svga_init_string_functions( struct svga_context *svga );
430 void svga_init_blit_functions(struct svga_context *svga);
432 void svga_init_blend_functions( struct svga_context *svga );
433 void svga_init_depth_stencil_functions( struct svga_context *svga );
434 void svga_init_misc_functions( struct svga_context *svga );
435 void svga_init_rasterizer_functions( struct svga_context *svga );
436 void svga_init_sampler_functions( struct svga_context *svga );
437 void svga_init_fs_functions( struct svga_context *svga );
438 void svga_init_vs_functions( struct svga_context *svga );
439 void svga_init_vertex_functions( struct svga_context *svga );
440 void svga_init_constbuffer_functions( struct svga_context *svga );
441 void svga_init_draw_functions( struct svga_context *svga );
442 void svga_init_query_functions( struct svga_context *svga );
443 void svga_init_surface_functions(struct svga_context *svga);
445 void svga_cleanup_vertex_state( struct svga_context *svga );
446 void svga_cleanup_tss_binding( struct svga_context *svga );
447 void svga_cleanup_framebuffer( struct svga_context *svga );
449 void svga_context_flush( struct svga_context *svga,
452 void svga_hwtnl_flush_retry( struct svga_context *svga );
453 void svga_hwtnl_flush_buffer( struct svga_context *svga,
456 void svga_surfaces_flush(struct svga_context *svga);
467 static INLINE struct svga_context *
468 svga_context( struct pipe_context *pipe )
470 return (struct svga_context *)pipe;