vc4: fixup for new nir_foreach_block()
[mesa.git] / src / gallium / drivers / ilo / ilo_blitter.h
index 3d02063f8092c1037f85679a528ff29591a64e9e..4eba8481c2856f73a2a9d516ec46d6643ed7fe85 100644 (file)
@@ -58,18 +58,29 @@ struct ilo_blitter {
    bool initialized;
 
    float vertices[3][2];
-   struct ilo_ve_state ve;
-   struct pipe_draw_info draw;
+   struct gen6_3dprimitive_info draw_info;
+
+   uint32_t vf_data[4];
+   struct ilo_state_vf vf;
+
+   struct ilo_state_vs vs;
+   struct ilo_state_hs hs;
+   struct ilo_state_ds ds;
+   struct ilo_state_gs gs;
 
    struct ilo_state_sol sol;
 
    struct ilo_state_viewport vp;
    uint32_t vp_data[20];
 
+   struct ilo_state_sbe sbe;
+   struct ilo_state_ps ps;
    struct ilo_state_cc cc;
 
    uint32_t depth_clear_value;
 
+   struct ilo_state_urb urb;
+
    struct {
       struct ilo_surface_cso dst;
       unsigned width, height;