Home
last modified time | relevance | path

Searched refs:testSpecificSeed (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2474 const int testSpecificSeed = 31354125; in runAndVerifyDefaultPipeline() local
2475 … int seed = context.getTestContext().getCommandLine().getBaseSeed() ^ testSpecificSeed; in runAndVerifyDefaultPipeline()
DvktSpvAsmInstructionTests.cpp11364 const int testSpecificSeed = deStringHash(testGroup->getName()); in createFloat16VectorShuffleSet() local
11365 const int seed = testCtx.getCommandLine().getBaseSeed() ^ testSpecificSeed; in createFloat16VectorShuffleSet()
16121 const int testSpecificSeed = deStringHash(testGroup.getName()); in createFloat16ArithmeticFuncTest() local
16122 const int seed = testCtx.getCommandLine().getBaseSeed() ^ testSpecificSeed; in createFloat16ArithmeticFuncTest()