Home
last modified time | relevance | path

Searched refs:m_avoidCache (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp491 …bool m_avoidCache; // If true, avoid caching between measurements as well (and not only be… member in deqp::gles2::Performance::ShaderCompilerCase
1654 , m_avoidCache (avoidCache) in ShaderCompilerCase()
1669 if (m_avoidCache) in getSpecializationID()
1991 if (!m_avoidCache) in iterate()
1999 DE_ASSERT((int)measurements.size() > (m_avoidCache ? 0 : 1)); in iterate()
2012 …if (ndx > 0 || m_avoidCache) // \note When allowing cache hits, don't account for the first measur… in iterate()
2126 if (m_avoidCache || m_addWhitespaceAndComments) in iterate()
2130 if (m_avoidCache) in iterate()
2133 msg += string(m_avoidCache ? " as well as " : "") + "whitespace and comments"; in iterate()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp491 …bool m_avoidCache; // If true, avoid caching between measurements as well (and not only be… member in deqp::gles3::Performance::ShaderCompilerCase
1674 , m_avoidCache (avoidCache) in ShaderCompilerCase()
1689 if (m_avoidCache) in getSpecializationID()
2011 if (!m_avoidCache) in iterate()
2019 DE_ASSERT((int)measurements.size() > (m_avoidCache ? 0 : 1)); in iterate()
2032 …if (ndx > 0 || m_avoidCache) // \note When allowing cache hits, don't account for the first measur… in iterate()
2146 if (m_avoidCache || m_addWhitespaceAndComments) in iterate()
2150 if (m_avoidCache) in iterate()
2153 msg += string(m_avoidCache ? " as well as " : "") + "whitespace and comments"; in iterate()