ilo: add support for indirect access of CONST in FS
[mesa.git] / src / gallium / drivers / radeonsi / radeonsi_pm4.h
index bdeb93088080877fb6d42339fac54e35932a3051..9e7d6363afd9c2882f2baab52e35f6498583c475 100644 (file)
@@ -58,6 +58,8 @@ struct si_pm4_state
        /* relocs for shader data */
        unsigned        nrelocs;
        unsigned        relocs[SI_PM4_MAX_RELOCS];
+
+       bool compute_pkt;
 };
 
 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode);