/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 331 std::vector<CompareData> generateCompareData (const deUint32 seed, in generateCompareData() argument 1225 const deUint32 seed = 123 + 19 * subpassNdx; in createPerSubpassData() local
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 1497 const deUint32 seed = baseSeed + static_cast<deUint32>(format) + static_cast<deUint32>(mappingIdx) + static_cast<deUint32>(borderColorIdx) + static_cast<deUint32>(gatherIdx); in createSamplerBorderSwizzleTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryOpacityMicromapTests.cpp | 110 deUint32 seed; member 1037 deUint32 seed = 1614674687u; in addBasicTests() local 1100 seed++, in addBasicTests() local 1135 seed++, in addBasicTests() local 1160 deUint32 seed = 1614674688u; in addCopyTests() local 1190 seed++, in addCopyTests() local
|
H A D | vktRayQueryWatertightnessTests.cpp | 2210 const deUint32 seed = (deUint32)(testCtx.getCommandLine().getBaseSeed()); in createWatertightnessTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 79 deUint32 seed; member 2003 deUint32 seed = 0; in createTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 830 deUint32 seed = 0xFEE768FCu; in createTrinaryMinMaxGroup() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 113 RandomSSBOLayoutCase::RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer) in RandomSSBOLayoutCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingBufferDeviceAddressTests.cpp | 1374 CaptureReplayTestCase::CaptureReplayTestCase (tcu::TestContext& context, const char* name, const char* desc, deUint32 seed) in CaptureReplayTestCase() argument 1412 CaptureReplayTestInstance::CaptureReplayTestInstance (Context& context, deUint32 seed) in CaptureReplayTestInstance() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 130 SimpleRandomGenerator (deUint32 seed) in SimpleRandomGenerator() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderApiTestsEXT.cpp | 100 uint32_t seed; member 775 uint32_t seed = 1628678795u; in createMeshShaderApiTestsEXT() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 646 void generateValues(const UniformLayout& layout, const std::map<int, void*>& blockPointers, deUint32 seed) in generateValues() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | StateChangeTest.cpp | 3344 int seed = cellX + cellY * numRowsCols; in TEST_P() local 3370 int seed = cellX + cellY * numRowsCols; in TEST_P() local
|
/third_party/openssl/test/ |
H A D | acvp_test.c | 414 unsigned char *p = NULL, *q = NULL, *seed = NULL; in dsa_paramgen_test() local 448 dsa_create_pkey(EVP_PKEY **pkey, const unsigned char *p, size_t p_len, const unsigned char *q, size_t q_len, const unsigned char *g, size_t g_len, const unsigned char *seed, size_t seed_len, int counter, int validate_pq, int validate_g, const unsigned char *pub, size_t pub_len, BN_CTX *bn_ctx) dsa_create_pkey() argument
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | histogram_enc.c | 721 static uint32_t MyRand(uint32_t* const seed) { in MyRand() argument 912 uint32_t seed = 1; in HistogramCombineStochastic() local
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 75 static uint64_t seed = 0x0123456789abcdef; variable
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 3535 uint16_t seed[3] = {1, 2, 3}; in TEST_T32() local 3631 uint16_t seed[3] = {1, 2, 3}; in NearBranchAndLiteralFuzzHelper() local
|
/third_party/python/Python/ |
H A D | initconfig.c | 1569 unsigned long seed; in config_init_hash_seed() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 1194 int64_t seed = 0x71b1a19b907d6e33; in CollectProbeStatsOnKeysXoredWithSeed() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 1427 MaxDrawBuffersIndexedTest::MaxDrawBuffersIndexedTest (Context& context, int seed) in MaxDrawBuffersIndexedTest() argument 1471 ImplMaxDrawBuffersIndexedTest::ImplMaxDrawBuffersIndexedTest (Context& context, int seed) in ImplMaxDrawBuffersIndexedTest() argument [all...] |
H A D | es3fFragmentOutputTests.cpp | 970 static FragmentOutputCase* createRandomCase (Context& context, int minRenderTargets, int maxRenderTargets, deUint32 seed) in createRandomCase() argument
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 183 vector<float> getFullScreenGrid (int resolution, deUint32 seed, float baseDepth, float depthNoise, float xyNoise) in getFullScreenGrid() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 103 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed) in fillWithRandomColorTiles() argument
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 191 void setupFbo (const Context& ctx, GLuint seed, GLuint fbo) in setupFbo() argument 274 void FboAttacher::initAttachment (GLuint seed, GLuint element) in initAttachment() argument 288 setupFbo(getContext(), seed, *fbo); in initAttachment() local 307 void FboOutputAttacher::setupContainer (GLuint seed, GLuint fbo) in setupContainer() argument 309 setupFbo(getContext(), seed, fbo); in setupContainer() local 577 initAttachment(GLuint seed, GLuint shader) initAttachment() argument [all...] |
H A D | glsUniformBlockCase.cpp | 665 void generateValues (const UniformLayout& layout, const std::map<int, void*>& blockPointers, deUint32 seed) in generateValues() argument
|
H A D | glsVertexArrayTests.cpp | 1318 char* RandomArrayGenerator::generateArray (int seed, GLValue min, GLValue max, int count, int componentCount, int stride, Array::InputType type) in generateArray() argument 1341 char* RandomArrayGenerator::generateQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max, float gridSize) in generateQuads() argument 1400 createQuadsPacked(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive) createQuadsPacked() argument 1479 createQuads(int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, T min, T max, float gridSize) createQuads() argument 1582 generatePerQuad(int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max) generatePerQuad() argument 1637 createPerQuads(int seed, int count, int componentCount, int stride, Array::Primitive primitive, T min, T max) createPerQuads() argument 2004 const int seed = int(arraySpec.inputType) + 10 * int(arraySpec.outputType) + 100 * int(arraySpec.storage) + 1000 * int(m_spec.primitive) + 10000 * int(arraySpec.usage) + int(m_spec.drawCount) + 12 * int(arraySpec.componentCount) + int(arraySpec.stride) + int(arraySpec.normalize); iterate() local [all...] |