Home | History | Annotate | Download | only in svga

Lines Matching refs:svga_tracked_state

40 struct svga_tracked_state {
48 extern struct svga_tracked_state svga_update_need_swvfetch;
49 extern struct svga_tracked_state svga_update_need_pipeline;
50 extern struct svga_tracked_state svga_update_need_swtnl;
54 extern struct svga_tracked_state svga_hw_viewport;
55 extern struct svga_tracked_state svga_hw_scissor;
56 extern struct svga_tracked_state svga_hw_framebuffer;
60 extern struct svga_tracked_state svga_hw_vs;
61 extern struct svga_tracked_state svga_hw_fs;
62 extern struct svga_tracked_state svga_hw_rss;
63 extern struct svga_tracked_state svga_hw_tss;
64 extern struct svga_tracked_state svga_hw_tss_binding;
65 extern struct svga_tracked_state svga_hw_clip_planes;
66 extern struct svga_tracked_state svga_hw_vdecl;
67 extern struct svga_tracked_state svga_hw_fs_constants;
68 extern struct svga_tracked_state svga_hw_vs_constants;
72 extern struct svga_tracked_state svga_update_swtnl_draw;
73 extern struct svga_tracked_state svga_update_swtnl_vdecl;