/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/ |
H A D | replayer_test.cpp | 110 transformations, replayer_result.applied_transformations)); in TEST() 195 ASSERT_EQ(5, replayer_result.applied_transformations.transformation_size()); in TEST() 199 replayer_result.applied_transformations.transformation(i))); in TEST() 273 ASSERT_EQ(0, replayer_result.applied_transformations.transformation_size()); in TEST() 292 ASSERT_EQ(0, replayer_result.applied_transformations.transformation_size()); in TEST() 362 transformations, replayer_result.applied_transformations)); in TEST() 471 ASSERT_EQ(2, replayer_result.applied_transformations.transformation_size()); in TEST()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | replayer_test.cpp | 110 transformations, replayer_result.applied_transformations)); in TEST() 195 ASSERT_EQ(5, replayer_result.applied_transformations.transformation_size()); in TEST() 199 replayer_result.applied_transformations.transformation(i))); in TEST() 273 ASSERT_EQ(0, replayer_result.applied_transformations.transformation_size()); in TEST() 292 ASSERT_EQ(0, replayer_result.applied_transformations.transformation_size()); in TEST() 362 transformations, replayer_result.applied_transformations)); in TEST() 471 ASSERT_EQ(2, replayer_result.applied_transformations.transformation_size()); in TEST()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | replayer_test.cpp | 110 transformations, replayer_result.applied_transformations)); in TEST() 195 ASSERT_EQ(5, replayer_result.applied_transformations.transformation_size()); in TEST() 199 replayer_result.applied_transformations.transformation(i))); in TEST() 273 ASSERT_EQ(0, replayer_result.applied_transformations.transformation_size()); in TEST() 292 ASSERT_EQ(0, replayer_result.applied_transformations.transformation_size()); in TEST() 362 transformations, replayer_result.applied_transformations)); in TEST() 471 ASSERT_EQ(2, replayer_result.applied_transformations.transformation_size()); in TEST()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | shrinker.cpp | 127 std::move(initial_replay_result.applied_transformations); in Run() 208 NumRemainingTransformations(replay_result.applied_transformations) >= in Run() 222 std::move(replay_result.applied_transformations); in Run() 274 added_function_reducer_result.applied_transformations in Run() 280 std::move(added_function_reducer_result.applied_transformations); in Run()
|
D | added_function_reducer.cpp | 198 replay_result.applied_transformations.transformation_size()) == in ReplayPrefixAndAddFunction() 290 std::move(replay_result.applied_transformations); in ReplayAdaptedTransformations()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | shrinker.cpp | 127 std::move(initial_replay_result.applied_transformations); in Run() 208 NumRemainingTransformations(replay_result.applied_transformations) >= in Run() 222 std::move(replay_result.applied_transformations); in Run() 274 added_function_reducer_result.applied_transformations in Run() 280 std::move(added_function_reducer_result.applied_transformations); in Run()
|
H A D | added_function_reducer.cpp | 198 replay_result.applied_transformations.transformation_size()) == in ReplayPrefixAndAddFunction() 290 std::move(replay_result.applied_transformations); in ReplayAdaptedTransformations()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | shrinker.cpp | 127 std::move(initial_replay_result.applied_transformations); in Run() 208 NumRemainingTransformations(replay_result.applied_transformations) >= in Run() 222 std::move(replay_result.applied_transformations); in Run() 274 added_function_reducer_result.applied_transformations in Run() 280 std::move(added_function_reducer_result.applied_transformations); in Run()
|
H A D | added_function_reducer.cpp | 198 replay_result.applied_transformations.transformation_size()) == in ReplayPrefixAndAddFunction() 290 std::move(replay_result.applied_transformations); in ReplayAdaptedTransformations()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/pass_management/ |
H A D | repeated_pass_manager_random_with_recommendations.cpp | 33 const protobufs::TransformationSequence& applied_transformations) { in ChoosePass() argument 34 assert(static_cast<uint32_t>(applied_transformations.transformation_size()) >= in ChoosePass() 38 static_cast<uint32_t>(applied_transformations.transformation_size()) > in ChoosePass()
|
H A D | repeated_pass_manager_looped_with_recommendations.cpp | 46 const protobufs::TransformationSequence& applied_transformations) { in ChoosePass() argument 50 assert(static_cast<uint32_t>(applied_transformations.transformation_size()) >= in ChoosePass() 54 static_cast<uint32_t>(applied_transformations.transformation_size())) { in ChoosePass()
|
H A D | repeated_pass_manager_simple.h | 33 applied_transformations) override;
|
H A D | repeated_pass_manager_random_with_recommendations.h | 46 applied_transformations) override;
|
H A D | repeated_pass_manager_looped_with_recommendations.h | 45 applied_transformations) override;
|
H A D | repeated_pass_manager.h | 51 const protobufs::TransformationSequence& applied_transformations) = 0;
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/pass_management/ |
D | repeated_pass_manager_random_with_recommendations.cpp | 33 const protobufs::TransformationSequence& applied_transformations) { in ChoosePass() argument 34 assert(static_cast<uint32_t>(applied_transformations.transformation_size()) >= in ChoosePass() 38 static_cast<uint32_t>(applied_transformations.transformation_size()) > in ChoosePass()
|
D | repeated_pass_manager_looped_with_recommendations.cpp | 46 const protobufs::TransformationSequence& applied_transformations) { in ChoosePass() argument 50 assert(static_cast<uint32_t>(applied_transformations.transformation_size()) >= in ChoosePass() 54 static_cast<uint32_t>(applied_transformations.transformation_size())) { in ChoosePass()
|
D | repeated_pass_manager_simple.h | 33 applied_transformations) override;
|
D | repeated_pass_manager_random_with_recommendations.h | 46 applied_transformations) override;
|
D | repeated_pass_manager_looped_with_recommendations.h | 45 applied_transformations) override;
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/ |
H A D | repeated_pass_manager_random_with_recommendations.cpp | 33 const protobufs::TransformationSequence& applied_transformations) { in ChoosePass() argument 34 assert(static_cast<uint32_t>(applied_transformations.transformation_size()) >= in ChoosePass() 38 static_cast<uint32_t>(applied_transformations.transformation_size()) > in ChoosePass()
|
H A D | repeated_pass_manager_looped_with_recommendations.cpp | 46 const protobufs::TransformationSequence& applied_transformations) { in ChoosePass() argument 50 assert(static_cast<uint32_t>(applied_transformations.transformation_size()) >= in ChoosePass() 54 static_cast<uint32_t>(applied_transformations.transformation_size())) { in ChoosePass()
|
H A D | repeated_pass_manager_simple.h | 33 applied_transformations) override;
|
H A D | repeated_pass_manager_random_with_recommendations.h | 46 applied_transformations) override;
|
H A D | repeated_pass_manager_looped_with_recommendations.h | 45 applied_transformations) override;
|