Home
last modified time | relevance | path

Searched refs:testSpecificSeed (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3018 const int testSpecificSeed = 31354125; in runAndVerifyDefaultPipeline() local
3019 const int seed = context.getTestContext().getCommandLine().getBaseSeed() ^ testSpecificSeed; in runAndVerifyDefaultPipeline()
H A DvktSpvAsmInstructionTests.cpp12670 const int testSpecificSeed = deStringHash(testGroup->getName());
12671 const int seed = testCtx.getCommandLine().getBaseSeed() ^ testSpecificSeed;
18229 const int testSpecificSeed = deStringHash(testGroup.getName());
18230 const int seed = testCtx.getCommandLine().getBaseSeed() ^ testSpecificSeed;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3015 const int testSpecificSeed = 31354125; in runAndVerifyDefaultPipeline() local
3016 const int seed = context.getTestContext().getCommandLine().getBaseSeed() ^ testSpecificSeed; in runAndVerifyDefaultPipeline()
H A DvktSpvAsmInstructionTests.cpp12572 const int testSpecificSeed = deStringHash(testGroup->getName());
12573 const int seed = testCtx.getCommandLine().getBaseSeed() ^ testSpecificSeed;
18131 const int testSpecificSeed = deStringHash(testGroup.getName());
18132 const int seed = testCtx.getCommandLine().getBaseSeed() ^ testSpecificSeed;

Completed in 95 milliseconds