aco: don't enable store_global for helper invocations
[mesa.git] / src / amd / compiler / aco_ir.h
index 98d59ea2d63b8012f58ca360c3931844c1700fa3..60f06393aa580b4e45a1280c1ea7bcd325d42ddb 100644 (file)
@@ -850,6 +850,7 @@ struct FLAT_instruction : public Instruction {
    bool dlc; /* NAVI: device level coherent */
    bool lds;
    bool nv;
+   bool disable_wqm;
 };
 
 struct Export_instruction : public Instruction {