Searched refs:getBaseSeed (Results 1 - 22 of 22) sorted by relevance

/external/deqp/framework/common/
H A DtcuCommandLine.hpp127 int getBaseSeed (void) const;
H A DtcuCommandLine.cpp794 int CommandLine::getBaseSeed (void) const { return m_cmdLine.getOption<opt::BaseSeed>(); } function in class:tcu::CommandLine
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp136 de::Random rnd (deStringHash(getName()) ^ 0xed607a89 ^ m_testCtx.getCommandLine().getBaseSeed());
H A Des31fUniformBlockTests.cpp52 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
H A Des31fFboNoAttachmentTests.cpp595 de::Random rng (0xF0E1E2D3 ^ testCtx.getCommandLine().getBaseSeed());
H A Des31fTextureFilteringTests.cpp324 const deUint32 randomSeed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getCommandLine().getBaseSeed();
H A Des31fUniformLocationTests.cpp227 const int baseSeed = m_testCtx.getCommandLine().getBaseSeed();
704 const int baseSeed = m_context.getTestContext().getCommandLine().getBaseSeed();
H A Des31fTextureGatherTests.cpp1687 fillWithRandomColorTiles(level, texFmtInfo.valueMin, texFmtInfo.valueMax, (deUint32)m_testCtx.getCommandLine().getBaseSeed());
1814 fillWithRandomColorTiles(level, texFmtInfo.valueMin, texFmtInfo.valueMax, (deUint32)m_testCtx.getCommandLine().getBaseSeed());
1955 fillWithRandomColorTiles(levelFace, texFmtInfo.valueMin, texFmtInfo.valueMax, (deUint32)m_testCtx.getCommandLine().getBaseSeed() ^ (deUint32)cubeFaceI);
H A Des31fDebugTests.cpp929 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed();
1243 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed();
3044 de::Random rng (0x53941903 ^ m_context.getTestContext().getCommandLine().getBaseSeed());
H A Des31fSSBOLayoutTests.cpp345 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
H A Des31fSeparateShaderTests.cpp1773 deUint32 baseSeed = ctx.getTestContext().getCommandLine().getBaseSeed();
H A Des31fProgramUniformTests.cpp1655 Random rnd (deStringHash(getName()) ^ (deUint32)m_context.getTestContext().getCommandLine().getBaseSeed());
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp297 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
H A Des2fDepthStencilTests.cpp1146 de::Random rnd (deInt32Hash(caseNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed()));
H A Des2fUniformApiTests.cpp1742 Random rnd (deStringHash(getName()) ^ (deUint32)m_context.getTestContext().getCommandLine().getBaseSeed());
1998 : UniformCase (context, name, description, seed ^ (deUint32)context.getTestContext().getCommandLine().getBaseSeed())
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp297 const deUint32 iterSeed = deUint32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed());
H A Des3fUniformBlockTests.cpp50 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
H A Des3fDepthStencilTests.cpp1146 de::Random rnd (deInt32Hash(caseNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed()));
H A Des3fUniformApiTests.cpp2152 Random rnd (deStringHash(getName()) ^ (deUint32)m_context.getTestContext().getCommandLine().getBaseSeed());
2501 : UniformCase (context, name, description, seed ^ (deUint32)context.getTestContext().getCommandLine().getBaseSeed())
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp558 de::Random rng (deInt32Hash(deStringHash(getName())) ^ m_testCtx.getCommandLine().getBaseSeed());
1331 deInt32Hash(deStringHash(getName())) ^ m_testCtx.getCommandLine().getBaseSeed(),
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp1112 , m_rnd (deStringHash(getName()) ^ testCtx.getCommandLine().getBaseSeed())
H A DglsBuiltinPrecisionTests.cpp4388 context.testContext.getCommandLine().getBaseSeed())

Completed in 671 milliseconds