ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
[mesa.git] / src / gallium / drivers / ilo / ilo_blitter.h
index 550e465a329c9993593edf1916c77d78a4e6315e..392f784a50354dd1391b5217e925bb54dcf75ba8 100644 (file)
@@ -62,6 +62,12 @@ struct ilo_blitter {
 
    uint32_t vf_data[2];
    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;