Home
last modified time | relevance | path

Searched refs:kChanceOfCopyingObject (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_context.cpp52 const std::pair<uint32_t, uint32_t> kChanceOfCopyingObject = {20, 50}; variable
131 chance_of_copying_object_ = ChooseBetweenMinAndMax(kChanceOfCopyingObject); in FuzzerContext()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_context.cpp54 const std::pair<uint32_t, uint32_t> kChanceOfCopyingObject = {20, 50}; variable
141 chance_of_copying_object_ = ChooseBetweenMinAndMax(kChanceOfCopyingObject); in FuzzerContext()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_context.cpp54 const std::pair<uint32_t, uint32_t> kChanceOfCopyingObject = {20, 50}; variable
138 chance_of_copying_object_ = ChooseBetweenMinAndMax(kChanceOfCopyingObject); in FuzzerContext()