Home | History | Annotate | Download | only in stress

Lines Matching refs:Mi

51 	static const int								Mi			= 1<<20;
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)
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)
189 memoryLimitCases[memoryLimitNdx].limit, 1*Mi /* buf memory */,
239 1*Mi /* tex memory */, 2*Mi /* buf memory */,
276 3*Mi /* tex memory */, 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)