ac: fix build error in si_shader
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir.h
index daeb52b9aee33395baea703ed46df37541ff9531..90acaef2898913c94d02cb91fbd02c6460ec4aa0 100644 (file)
@@ -354,7 +354,6 @@ struct vc4_fs_key {
         bool stencil_full_writemasks;
         bool is_points;
         bool is_lines;
-        bool alpha_test;
         bool point_coord_upper_left;
         bool light_twoside;
         bool msaa;
@@ -506,6 +505,7 @@ struct vc4_compile {
         struct qblock *cur_block;
         struct qblock *loop_cont_block;
         struct qblock *loop_break_block;
+        struct qblock *last_top_block;
 
         struct list_head qpu_inst_list;