Home
last modified time | relevance | path

Searched refs:randomSeed (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Dcommon.js172 function randomSeed() { function
178 seed = randomSeed();
189 seed = randomSeed();
240 seed = randomSeed();
370 randomSeed: randomSeed, property
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp235 deUint32 randomSeed);
272 deUint32 randomSeed) in ASTCRenderer2D() argument
280 , m_rnd (randomSeed) in ASTCRenderer2D()
Des3fTextureFormatTests.cpp770 deUint32 randomSeed,
802 deUint32 randomSeed, in Compressed2DFormatCase() argument
809 , m_randomSeed (randomSeed) in Compressed2DFormatCase()
905 deUint32 randomSeed,
943 deUint32 randomSeed, in CompressedCubeFormatCase() argument
950 , m_randomSeed (randomSeed) in CompressedCubeFormatCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingWatertightnessTests.cpp66 deUint32 randomSeed; member
408 de::Random rng(m_data.randomSeed); in initBottomAccelerationStructure()
819 const deUint32 randomSeed = (deUint32)(5 * testNdx + 11 * sizes[sizesNdx]); in createWatertightnessTests() local
827 randomSeed, in createWatertightnessTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUseAfterFreeTests.cpp324 const deUint32 randomSeed = (m_bufferType == BUFFER_TYPE_UNIFORM ? 0x111223f : 0x124fef); in iterate() local
333 de::Random rnd(randomSeed); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp147 void randomSeed(const glw::GLuint seed);
DesextcTestCaseBase.cpp275 void TestCaseBase::randomSeed(const glw::GLuint seed) in randomSeed() function in glcts::TestCaseBase
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFilteringTests.cpp342 …const deUint32 randomSeed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getC… in iterate() local
343 …t RandomViewport viewport (m_context.getRenderTarget(), viewportSize, viewportSize, randomSeed); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5PreciseQualifier.cpp279 randomSeed(1); in iterate()
DesextcGPUShader5FmaPrecision.cpp410 randomSeed(1); in generateData()
DesextcGPUShader5TextureGatherOffset.cpp1434 randomSeed(1); in prepareVertexBuffersData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp399 …const deUint32 randomSeed = 1594055758u + static_cast<deUint32>(m_params.imageFormat) + static_cas… in iterateAspect() local
400 de::Random rnd (randomSeed); in iterateAspect()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp98 deUint32 randomSeed; member
313 , m_random {params.randomSeed}
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp134 deUint32 randomSeed; member
1649 de::Random rng (testParams.randomSeed); in initAccelerationStructures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp1195 const deUint32 randomSeed = (m_bufferType == BUFFER_TYPE_UNIFORM ? 0x111223f : 0x124fef); in iterate() local
1204 de::Random rnd(randomSeed); in iterate()