Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeInt32.h621 DE_INLINE deUint32 deUint64Hash (deUint64 v) { return deInt64Hash((deInt64)v); } in deUint64Hash() function
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.cpp1286 …programResources.shaderNameManglingSuffix = toString((deUint16)deUint64Hash((deUint64)m_currentIte… in iterate()