gallium/tgsi: start adding hw atomics (v3.2)
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_ureg.h
index e88c2c19c3607cf2930d1cc5bf9c48c3611aa5b6..96aef25aedb77a864a2e8d83143efe0034d707c8 100644 (file)
@@ -316,6 +316,13 @@ struct ureg_src
 ureg_DECL_constant( struct ureg_program *,
                     unsigned index );
 
+void
+ureg_DECL_hw_atomic(struct ureg_program *ureg,
+                    unsigned first,
+                    unsigned last,
+                    unsigned buffer_id,
+                    unsigned array_id);
+
 struct ureg_dst
 ureg_DECL_temporary( struct ureg_program * );