HomeSort by relevance Sort by last modified time
    Searched refs:getBaseSeed (Results 1 - 22 of 22) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.hpp 126 int getBaseSeed (void) const;
tcuCommandLine.cpp 782 int CommandLine::getBaseSeed (void) const { return m_cmdLine.getOption<opt::BaseSeed>(); }
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 136 de::Random rnd (deStringHash(getName()) ^ 0xed607a89 ^ m_testCtx.getCommandLine().getBaseSeed());
es31fUniformBlockTests.cpp 52 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
es31fFboNoAttachmentTests.cpp 594 de::Random rng (0xF0E1E2D3 ^ testCtx.getCommandLine().getBaseSeed());
es31fTextureFilteringTests.cpp 324 const deUint32 randomSeed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getCommandLine().getBaseSeed();
es31fUniformLocationTests.cpp 227 const int baseSeed = m_testCtx.getCommandLine().getBaseSeed();
705 const int baseSeed = m_context.getTestContext().getCommandLine().getBaseSeed();
    [all...]
es31fDebugTests.cpp 859 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed();
    [all...]
es31fTextureGatherTests.cpp     [all...]
es31fSSBOLayoutTests.cpp 345 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
    [all...]
es31fSeparateShaderTests.cpp     [all...]
es31fProgramUniformTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 296 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
es2fDepthStencilTests.cpp     [all...]
es2fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 296 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
es3fUniformBlockTests.cpp 50 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
es3fDepthStencilTests.cpp     [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 557 de::Random rng (deInt32Hash(deStringHash(getName())) ^ m_testCtx.getCommandLine().getBaseSeed());
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp     [all...]
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 1657 milliseconds