Lines Matching defs:limit
63 const int limit;
65 MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {}
68 MemCase("_low_memory", "; use a low buffer memory usage limit", 8*Mi, 2),
69 MemCase("_high_memory", "; use a high buffer memory usage limit", 256*Mi, 64)
99 "Don't reuse buffers, and only delete them when given memory limit is reached",
121 0 /* tex memory */, memoryLimitCases[memoryLimitNdx].limit,
137 const int limit;
139 MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), numTextures(t) {}
142 MemCase("_low_memory", "; use a low texture memory usage limit", 8*Mi, 6),
143 MemCase("_high_memory", "; use a high texture memory usage limit", 256*Mi, 192)
171 "Don't reuse textures, and only delete them when given memory limit is reached",
189 memoryLimitCases[memoryLimitNdx].limit, 1*Mi /* buf memory */,
295 MemCase("_low_memory", "; use a low memory usage limit", 8*Mi, 8*Mi),
296 MemCase("_high_memory", "; use a high memory usage limit", 128*Mi, 128*Mi)