Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp493 deUint32 m_startHash; // A hash from case id and time, at the time of construction. member in deqp::gles2::Performance::ShaderCompilerCase
659 deUint32 m_startHash; // A hash from case id and time, at the time of construction. member in deqp::gles2::Performance::InvalidShaderCompilerCase
1656 …, m_startHash ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ de… in ShaderCompilerCase()
1670 return m_startHash ^ (deUint32)deInt32Hash((deInt32)measurementNdx); in getSpecializationID()
1672 return m_startHash; in getSpecializationID()
1903 const deUint32 hash = m_startHash ^ (deUint32)deInt32Hash((deInt32)measurements.size()); in iterate()
2364 …, m_startHash ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ deIn… in InvalidShaderCompilerCase()
2377 return m_startHash ^ (deUint32)deInt32Hash((deInt32)measurementNdx); in getSpecializationID()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp493 deUint32 m_startHash; // A hash from case id and time, at the time of construction. member in deqp::gles3::Performance::ShaderCompilerCase
659 deUint32 m_startHash; // A hash from case id and time, at the time of construction. member in deqp::gles3::Performance::InvalidShaderCompilerCase
1676 …, m_startHash ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ de… in ShaderCompilerCase()
1690 return m_startHash ^ (deUint32)deInt32Hash((deInt32)measurementNdx); in getSpecializationID()
1692 return m_startHash; in getSpecializationID()
1923 const deUint32 hash = m_startHash ^ (deUint32)deInt32Hash((deInt32)measurements.size()); in iterate()
2384 …, m_startHash ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ deIn… in InvalidShaderCompilerCase()
2397 return m_startHash ^ (deUint32)deInt32Hash((deInt32)measurementNdx); in getSpecializationID()