Home
last modified time | relevance | path

Searched refs:applied_transformations (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Dreplayer_test.cpp110 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 Dreplayer_test.cpp110 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/
Dreplayer_test.cpp110 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/
Dshrinker.cpp127 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()
Dadded_function_reducer.cpp198 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 Dshrinker.cpp127 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 Dadded_function_reducer.cpp198 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 Dshrinker.cpp127 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 Dadded_function_reducer.cpp198 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 Drepeated_pass_manager_random_with_recommendations.cpp33 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 Drepeated_pass_manager_looped_with_recommendations.cpp46 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 Drepeated_pass_manager_simple.h33 applied_transformations) override;
H A Drepeated_pass_manager_random_with_recommendations.h46 applied_transformations) override;
H A Drepeated_pass_manager_looped_with_recommendations.h45 applied_transformations) override;
H A Drepeated_pass_manager.h51 const protobufs::TransformationSequence& applied_transformations) = 0;
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/pass_management/
Drepeated_pass_manager_random_with_recommendations.cpp33 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()
Drepeated_pass_manager_looped_with_recommendations.cpp46 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()
Drepeated_pass_manager_simple.h33 applied_transformations) override;
Drepeated_pass_manager_random_with_recommendations.h46 applied_transformations) override;
Drepeated_pass_manager_looped_with_recommendations.h45 applied_transformations) override;
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_random_with_recommendations.cpp33 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 Drepeated_pass_manager_looped_with_recommendations.cpp46 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 Drepeated_pass_manager_simple.h33 applied_transformations) override;
H A Drepeated_pass_manager_random_with_recommendations.h46 applied_transformations) override;
H A Drepeated_pass_manager_looped_with_recommendations.h45 applied_transformations) override;

12