Skip to content
Snippets Groups Projects
Commit f75c4a74 authored by Philip Trettner's avatar Philip Trettner
Browse files

Updated glow and reduced RandomVRAM test overhead

parent 44d26200
No related branches found
No related tags found
No related merge requests found
Pipeline #
glow @ e0c7ff96
Subproject commit e9b5dd26da3a005ec6ddcfdbfc07fdaed39b1271
Subproject commit e0c7ff9651f4e79b70576617a0ddd7c8dfc1edb3
......@@ -44,8 +44,8 @@ GLOW_TEST(RandomVRAM, ComputeSSBO_LocalSize)
auto srcSerial = util::readall(fileSerial);
const int reps = 10;
const int maxLocalSize = 64;
const int localSizeInc = 2;
const int maxLocalSize = extensiveTest ? 64 : 32;
const int localSizeInc = extensiveTest ? 2 : 4;
const int maxVramMB = extensiveTest ? 256 : 32;
const int vramInc = 16;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment