Searched refs:m_maxTexMemoryUsageBytes (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 1094 , m_maxTexMemoryUsageBytes (maxTexMemoryUsageBytes) in LongStressCase() 1195 << TestLog::Message << "Approximate texture memory usage limit: " << de::floatToString((float)m_maxTexMemoryUsageBytes / Mi, 2) << " MiB" << TestLog::EndMessage in init() 1314 m_textures->removeGarbageUntilUnder(m_maxTexMemoryUsageBytes - texture.getApproxMemUsageDiff(spec.width, spec.height, spec.internalFormat, spec.useMipmap), m_rnd); in iterate() 1479 m_debugInfoRenderer->drawInfo(deGetTime()-m_startTimeSeconds, m_textures->computeApproxMemUsage(), m_maxTexMemoryUsageBytes, m_buffers->computeApproxMemUsage(), m_maxBufMemoryUsageBytes, m_currentIteration); in iterate() 1500 << de::floatToString((float)m_maxTexMemoryUsageBytes / Mi, 2) << " MiB" in iterate()
|
H A D | glsLongStressCase.hpp | 299 const int m_maxTexMemoryUsageBytes; member in deqp::gls::LongStressCase
|
Completed in 4 milliseconds