summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-03-31 18:59:59 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-03-31 18:59:59 -0700
commitbd406e5ef7b650ab13cb43bdc7c0b58bbfdb4da3 (patch)
tree21baf9c242762d709edd06888cddfa8f395fc56e
parentfbcfb1aa16bebefc13da81340ef041a79c7894a9 (diff)
stress.lots-of-surface-state: Allocate more descriptors in the pool
-rw-r--r--src/tests/stress/lots-of-surface-state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/stress/lots-of-surface-state.c b/src/tests/stress/lots-of-surface-state.c
index 50e7fa2..c37e9b6 100644
--- a/src/tests/stress/lots-of-surface-state.c
+++ b/src/tests/stress/lots-of-surface-state.c
@@ -185,7 +185,7 @@ test_lots_of_surface_state(VkShaderModule vs, VkShaderModule fs,
},
{
.type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,
- .descriptorCount = 12
+ .descriptorCount = 12 * 1024
}
};