/external/deqp/framework/common/ |
D | tcuCommandLine.hpp | 126 int getBaseSeed (void) const;
|
D | tcuCommandLine.cpp | 585 int CommandLine::getBaseSeed (void) const { return m_cmdLine.getOption<opt::BaseSeed>(); … in getBaseSeed() function in tcu::CommandLine
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 136 …andom rnd (deStringHash(getName()) ^ 0xed607a89 ^ m_testCtx.getCommandLine().getBaseSeed()); in render()
|
D | es31fUniformBlockTests.cpp | 52 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed(); in createRandomCaseGroup()
|
D | es31fUniformLocationTests.cpp | 227 const int baseSeed = m_testCtx.getCommandLine().getBaseSeed(); in run() 705 const int baseSeed = m_context.getTestContext().getCommandLine().getBaseSeed(); in init()
|
D | es31fDebugTests.cpp | 859 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed(); in iterate() 1173 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed(); in iterate() 1786 de::Random rng (0x53941903 ^ m_context.getTestContext().getCommandLine().getBaseSeed()); in init()
|
D | es31fFboNoAttachmentTests.cpp | 594 de::Random rng (0xF0E1E2D3 ^ testCtx.getCommandLine().getBaseSeed()); in createFboNoAttachmentTests()
|
D | es31fTextureFilteringTests.cpp | 324 …eed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getCommandLine().getBaseSeed(); in iterate()
|
D | es31fTextureGatherTests.cpp | 1681 …vel, texFmtInfo.valueMin, texFmtInfo.valueMax, (deUint32)m_testCtx.getCommandLine().getBaseSeed()); in createAndUploadTexture() 1808 …vel, texFmtInfo.valueMin, texFmtInfo.valueMax, (deUint32)m_testCtx.getCommandLine().getBaseSeed()); in createAndUploadTexture() 1946 …fo.valueMin, texFmtInfo.valueMax, (deUint32)m_testCtx.getCommandLine().getBaseSeed() ^ (deUint32)c… in createAndUploadTexture()
|
D | es31fSeparateShaderTests.cpp | 1663 deUint32 baseSeed = ctx.getTestContext().getCommandLine().getBaseSeed(); in createSeparateShaderTests()
|
D | es31fSSBOLayoutTests.cpp | 345 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed(); in createRandomCaseGroup()
|
D | es31fProgramUniformTests.cpp | 1655 … (deStringHash(getName()) ^ (deUint32)m_context.getTestContext().getCommandLine().getBaseSeed()); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 296 …int32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed()); in iterate()
|
D | es3fUniformBlockTests.cpp | 50 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed(); in createRandomCaseGroup()
|
D | es3fDepthStencilTests.cpp | 1146 …de::Random rnd (deInt32Hash(caseNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed())… in init()
|
D | es3fUniformApiTests.cpp | 2152 … (deStringHash(getName()) ^ (deUint32)m_context.getTestContext().getCommandLine().getBaseSeed()); in iterate() 2501 …ntext, name, description, seed ^ (deUint32)context.getTestContext().getCommandLine().getBaseSeed()) in RandomUniformCase()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 296 …int32Hash(m_seed) ^ deInt32Hash(m_iterNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed()); in iterate()
|
D | es2fUniformApiTests.cpp | 1742 … (deStringHash(getName()) ^ (deUint32)m_context.getTestContext().getCommandLine().getBaseSeed()); in iterate() 1998 …ntext, name, description, seed ^ (deUint32)context.getTestContext().getCommandLine().getBaseSeed()) in RandomUniformCase()
|
D | es2fDepthStencilTests.cpp | 1146 …de::Random rnd (deInt32Hash(caseNdx) ^ deInt32Hash(m_testCtx.getCommandLine().getBaseSeed())… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 557 …andom rng (deInt32Hash(deStringHash(getName())) ^ m_testCtx.getCommandLine().getBaseSeed()); in iterate() 1330 deInt32Hash(deStringHash(getName())) ^ m_testCtx.getCommandLine().getBaseSeed(), in genOccluderGeometry()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 1112 , m_rnd (deStringHash(getName()) ^ testCtx.getCommandLine().getBaseSeed()) in LongStressCase()
|
D | glsBuiltinPrecisionTests.cpp | 4322 context.testContext.getCommandLine().getBaseSeed()) in PrecisionCase()
|