Home
last modified time | relevance | path

Searched refs:enable_all_passes (Results 1 – 18 of 18) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzzer_replayer_test.cpp1653 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndReplayer() local
1657 enable_all_passes, strategies[strategy_index], true, in RunFuzzerAndReplayer()
Dfuzzer_shrinker_test.cpp1046 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/
Dfuzzer_replayer_test.cpp1653 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndReplayer() local
1657 enable_all_passes, strategies[strategy_index], true, in RunFuzzerAndReplayer()
Dfuzzer_shrinker_test.cpp1046 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/
Dfuzzer_replayer_test.cpp1667 bool enable_all_passes = (seed % 4) == 0; in RunFuzzerAndReplayer() local
1670 donor_suppliers, enable_all_passes, in RunFuzzerAndReplayer()
Dfuzzer_shrinker_test.cpp1045 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/
Dfuzzer.cpp109 bool enable_all_passes, in Fuzzer() argument
114 enable_all_passes_(enable_all_passes), in Fuzzer()
Dfuzzer.h63 bool enable_all_passes, RepeatedPassStrategy repeated_pass_strategy,
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer.h67 bool enable_all_passes, RepeatedPassStrategy repeated_pass_strategy,
Dfuzzer.cpp117 bool enable_all_passes, in Fuzzer() argument
127 enable_all_passes_(enable_all_passes), in Fuzzer()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer.h67 bool enable_all_passes, RepeatedPassStrategy repeated_pass_strategy,
Dfuzzer.cpp117 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/
Dlibspirv.hpp251 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/
Dlibspirv.hpp259 void enable_all_passes() { spvFuzzerOptionsEnableAllPasses(options_); } in enable_all_passes() function in spvtools::FuzzerOptions
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlibspirv.hpp257 void enable_all_passes() { spvFuzzerOptionsEnableAllPasses(options_); } in enable_all_passes() function in spvtools::FuzzerOptions
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp239 fuzzer_options->enable_all_passes(); in ParseFlags()
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp239 fuzzer_options->enable_all_passes(); in ParseFlags()
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/
Dfuzz.cpp247 fuzzer_options->enable_all_passes(); in ParseFlags()