gallivm: add some basic SSBO limits. (v2)
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_limits.h
index 7b66b758729e31f7191b632e9a5aed9917f284f2..be72641bb2bc1504336ffa3e88a15b970220532f 100644 (file)
 
 #define LP_MAX_TGSI_CONST_BUFFER_SIZE (LP_MAX_TGSI_CONSTS * sizeof(float[4]))
 
+#define LP_MAX_TGSI_SHADER_BUFFERS 16
+
+#define LP_MAX_TGSI_SHADER_BUFFER_SIZE (1 << 27)
+
 /*
  * For quick access we cache registers in statically
  * allocated arrays. Here we define the maximum size