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.cpp3014 const int testSpecificSeed = 31354125; in runAndVerifyDefaultPipeline() local
3015 … int seed = context.getTestContext().getCommandLine().getBaseSeed() ^ testSpecificSeed; in runAndVerifyDefaultPipeline()
DvktSpvAsmInstructionTests.cpp12486 const int testSpecificSeed = deStringHash(testGroup->getName()); in createFloat16VectorShuffleSet() local
12487 const int seed = testCtx.getCommandLine().getBaseSeed() ^ testSpecificSeed; in createFloat16VectorShuffleSet()
18039 const int testSpecificSeed = deStringHash(testGroup.getName()); in createFloat16ArithmeticFuncTest() local
18040 const int seed = testCtx.getCommandLine().getBaseSeed() ^ testSpecificSeed; in createFloat16ArithmeticFuncTest()