Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp504 …bool m_avoidCache; // If true, avoid caching between measurements as well (and not only between te… member in deqp::gles2::Performance::ShaderCompilerCase
1694 , m_avoidCache(avoidCache) in ShaderCompilerCase()
1709 if (m_avoidCache) in getSpecializationID()
2048 if (!m_avoidCache) in iterate()
2060 DE_ASSERT((int)measurements.size() > (m_avoidCache ? 0 : 1)); in iterate()
2074m_avoidCache) // \note When allowing cache hits, don't account for the first measurement when calc… in iterate()
2206 if (m_avoidCache || m_addWhitespaceAndComments) in iterate()
2210 if (m_avoidCache) in iterate()
2213 msg += string(m_avoidCache ? " as well as " : "") + "whitespace and comments"; in iterate()
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp504 …bool m_avoidCache; // If true, avoid caching between measurements as well (and not only between te… member in deqp::gles3::Performance::ShaderCompilerCase
1711 , m_avoidCache(avoidCache) in ShaderCompilerCase()
1726 if (m_avoidCache) in getSpecializationID()
2065 if (!m_avoidCache) in iterate()
2077 DE_ASSERT((int)measurements.size() > (m_avoidCache ? 0 : 1)); in iterate()
2091m_avoidCache) // \note When allowing cache hits, don't account for the first measurement when calc… in iterate()
2223 if (m_avoidCache || m_addWhitespaceAndComments) in iterate()
2227 if (m_avoidCache) in iterate()
2230 msg += string(m_avoidCache ? " as well as " : "") + "whitespace and comments"; in iterate()