radeonsi: tell LLVM not to remove s_barrier instructions
[mesa.git] / src / gallium / drivers / swr / swr_scratch.h
index 74218d636442b3281edc7cdff3be28b6b197f6c4..79c9b7aad11c84d2c7a3468c90952c69df60bd2f 100644 (file)
@@ -35,6 +35,7 @@ struct swr_scratch_space {
 struct swr_scratch_buffers {
    struct swr_scratch_space vs_constants;
    struct swr_scratch_space fs_constants;
+   struct swr_scratch_space gs_constants;
    struct swr_scratch_space vertex_buffer;
    struct swr_scratch_space index_buffer;
 };