Home
last modified time | relevance | path

Searched refs:deUint64Hash (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeInt32.h608 DE_INLINE deUint32 deUint64Hash (deUint64 v) { return deInt64Hash((deInt64)v); } in deUint64Hash() function
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp1656 …, m_startHash ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ de… in ShaderCompilerCase()
2364 …, m_startHash ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ deIn… in InvalidShaderCompilerCase()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp1676 …, m_startHash ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ de… in ShaderCompilerCase()
2384 …, m_startHash ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ deIn… in InvalidShaderCompilerCase()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp1286 …programResources.shaderNameManglingSuffix = toString((deUint16)deUint64Hash((deUint64)m_currentIte… in iterate()