Searched refs:interestingness_function_ (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | shrinker.cpp | 78 interestingness_function_(interestingness_function), 131 if (!interestingness_function_(current_best_binary, 0)) { 216 if (interestingness_function_(transformed_binary, attempt)) { 263 interestingness_function_, validate_during_replay_,
|
H A D | shrinker.h | 77 // according to |interestingness_function_|. 83 // that is also interesting according to |interestingness_function_|; this 112 const InterestingnessFunction& interestingness_function_; member in spvtools::fuzz::Shrinker
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | shrinker.cpp | 78 interestingness_function_(interestingness_function), 131 if (!interestingness_function_(current_best_binary, 0)) { 216 if (interestingness_function_(transformed_binary, attempt)) { 263 interestingness_function_, validate_during_replay_,
|
H A D | shrinker.h | 77 // according to |interestingness_function_|. 83 // that is also interesting according to |interestingness_function_|; this 112 const InterestingnessFunction& interestingness_function_; member in spvtools::fuzz::Shrinker
|
/third_party/spirv-tools/source/fuzz/ |
H A D | shrinker.cpp | 78 interestingness_function_(interestingness_function), 131 if (!interestingness_function_(current_best_binary, 0)) { 216 if (interestingness_function_(transformed_binary, attempt)) { 263 interestingness_function_, validate_during_replay_,
|
H A D | shrinker.h | 77 // according to |interestingness_function_|. 83 // that is also interesting according to |interestingness_function_|; this 112 const InterestingnessFunction& interestingness_function_; member in spvtools::fuzz::Shrinker
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | reducer.cpp | 54 interestingness_function_ = std::move(interestingness_function); in SetInterestingnessFunction() 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 219 } else if (interestingness_function_(maybe_result, in RunPasses()
|
H A D | reducer.h | 114 InterestingnessFunction interestingness_function_; member in spvtools::reduce::Reducer
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | reducer.cpp | 54 interestingness_function_ = std::move(interestingness_function); in SetInterestingnessFunction() 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 219 } else if (interestingness_function_(maybe_result, in RunPasses()
|
H A D | reducer.h | 114 InterestingnessFunction interestingness_function_; member in spvtools::reduce::Reducer
|
/third_party/spirv-tools/source/reduce/ |
H A D | reducer.cpp | 54 interestingness_function_ = std::move(interestingness_function); in SetInterestingnessFunction() 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 219 } else if (interestingness_function_(maybe_result, in RunPasses()
|
H A D | reducer.h | 114 InterestingnessFunction interestingness_function_; member in spvtools::reduce::Reducer
|
Completed in 6 milliseconds