Searched refs:current_best_binary (Results 1 – 3 of 3) sorted by relevance
/third_party/spirv-tools/source/fuzz/ |
D | shrinker.cpp | 123 std::vector<uint32_t> current_best_binary; in Run() local 125 ¤t_best_binary, false); in Run() 131 if (!interestingness_function_(current_best_binary, 0)) { in Run() 220 current_best_binary = std::move(transformed_binary); in Run() 277 current_best_binary = in Run() 299 std::move(current_best_binary), in Run() 303 std::move(current_best_binary), in Run()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | shrinker.cpp | 123 std::vector<uint32_t> current_best_binary; in Run() local 125 ¤t_best_binary, false); in Run() 131 if (!interestingness_function_(current_best_binary, 0)) { in Run() 220 current_best_binary = std::move(transformed_binary); in Run() 277 current_best_binary = in Run() 299 std::move(current_best_binary), in Run() 303 std::move(current_best_binary), in Run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | shrinker.cpp | 123 std::vector<uint32_t> current_best_binary; in Run() local 125 ¤t_best_binary, false); in Run() 131 if (!interestingness_function_(current_best_binary, 0)) { in Run() 220 current_best_binary = std::move(transformed_binary); in Run() 277 current_best_binary = in Run() 299 std::move(current_best_binary), in Run() 303 std::move(current_best_binary), in Run()
|