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

1 2

  /external/deqp/framework/common/
tcuCommandLine.hpp 131 int getBaseSeed (void) const;
tcuCommandLine.cpp 812 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 595 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();
704 const int baseSeed = m_context.getTestContext().getCommandLine().getBaseSeed();
    [all...]
es31fTextureGatherTests.cpp     [all...]
es31fDebugTests.cpp 944 const deUint32 baseSeed = deStringHash(getName()) ^ m_testCtx.getCommandLine().getBaseSeed();
    [all...]
es31fSSBOLayoutTests.cpp 345 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
    [all...]
es31fSeparateShaderTests.cpp     [all...]
es31fProgramUniformTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 297 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 297 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 558 de::Random rng (deInt32Hash(deStringHash(getName())) ^ m_testCtx.getCommandLine().getBaseSeed());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockTests.cpp 326 baseSeed += (deUint32)testCtx.getCommandLine().getBaseSeed();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 336 baseSeed += (deUint32)testCtx.getCommandLine().getBaseSeed();
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]

Completed in 937 milliseconds

1 2