/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1653 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndReplayer() local 1657 enable_all_passes, strategies[strategy_index], true, in RunFuzzerAndReplayer()
|
D | fuzzer_shrinker_test.cpp | 1046 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndShrinker() local 1061 enable_all_passes, repeated_pass_strategy, true, validator_options) in RunFuzzerAndShrinker()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1653 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndReplayer() local 1657 enable_all_passes, strategies[strategy_index], true, in RunFuzzerAndReplayer()
|
D | fuzzer_shrinker_test.cpp | 1046 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndShrinker() local 1061 enable_all_passes, repeated_pass_strategy, true, validator_options) in RunFuzzerAndShrinker()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1667 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndReplayer() local 1670 donor_suppliers, enable_all_passes, in RunFuzzerAndReplayer()
|
D | fuzzer_shrinker_test.cpp | 1045 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndShrinker() local 1070 donor_suppliers, enable_all_passes, repeated_pass_strategy, in RunFuzzerAndShrinker()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer.cpp | 109 bool enable_all_passes, in Fuzzer() argument 114 enable_all_passes_(enable_all_passes), in Fuzzer()
|
D | fuzzer.h | 63 bool enable_all_passes, RepeatedPassStrategy repeated_pass_strategy,
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer.h | 67 bool enable_all_passes, RepeatedPassStrategy repeated_pass_strategy,
|
D | fuzzer.cpp | 117 bool enable_all_passes, in Fuzzer() argument 127 enable_all_passes_(enable_all_passes), in Fuzzer()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer.h | 67 bool enable_all_passes, RepeatedPassStrategy repeated_pass_strategy,
|
D | fuzzer.cpp | 117 bool enable_all_passes, in Fuzzer() argument 127 enable_all_passes_(enable_all_passes), in Fuzzer()
|
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.hpp | 251 void enable_all_passes() { spvFuzzerOptionsEnableAllPasses(options_); } in enable_all_passes() function in spvtools::FuzzerOptions
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/include/spirv-tools/ |
D | libspirv.hpp | 259 void enable_all_passes() { spvFuzzerOptionsEnableAllPasses(options_); } in enable_all_passes() function in spvtools::FuzzerOptions
|
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.hpp | 257 void enable_all_passes() { spvFuzzerOptionsEnableAllPasses(options_); } in enable_all_passes() function in spvtools::FuzzerOptions
|
/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 239 fuzzer_options->enable_all_passes(); in ParseFlags()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 239 fuzzer_options->enable_all_passes(); in ParseFlags()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/ |
D | fuzz.cpp | 247 fuzzer_options->enable_all_passes(); in ParseFlags()
|