Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_swap_function_variables.cpp22 TransformationSwapFunctionVariables::TransformationSwapFunctionVariables( in TransformationSwapFunctionVariables() function in spvtools::fuzz::TransformationSwapFunctionVariables
23 protobufs::TransformationSwapFunctionVariables message) in TransformationSwapFunctionVariables()
26 TransformationSwapFunctionVariables::TransformationSwapFunctionVariables( in TransformationSwapFunctionVariables() function in spvtools::fuzz::TransformationSwapFunctionVariables
32 bool TransformationSwapFunctionVariables::IsApplicable( in IsApplicable()
63 void TransformationSwapFunctionVariables::Apply( in Apply()
80 protobufs::Transformation TransformationSwapFunctionVariables::ToMessage() in ToMessage()
87 std::unordered_set<uint32_t> TransformationSwapFunctionVariables::GetFreshIds() in GetFreshIds()
Dtransformation_swap_function_variables.h28 class TransformationSwapFunctionVariables : public Transformation {
30 explicit TransformationSwapFunctionVariables(
31 protobufs::TransformationSwapFunctionVariables message);
33 TransformationSwapFunctionVariables(uint32_t result_id1, uint32_t result_id2);
51 protobufs::TransformationSwapFunctionVariables message_;
Dfuzzer_pass_permute_function_variables.cpp62 ApplyTransformation(TransformationSwapFunctionVariables( in Apply()
Dtransformation.cpp368 return MakeUnique<TransformationSwapFunctionVariables>( in FromMessage()
/third_party/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp22 TransformationSwapFunctionVariables::TransformationSwapFunctionVariables( in TransformationSwapFunctionVariables() function in spvtools::fuzz::TransformationSwapFunctionVariables
23 protobufs::TransformationSwapFunctionVariables message) in TransformationSwapFunctionVariables()
26 TransformationSwapFunctionVariables::TransformationSwapFunctionVariables( in TransformationSwapFunctionVariables() function in spvtools::fuzz::TransformationSwapFunctionVariables
32 bool TransformationSwapFunctionVariables::IsApplicable( in IsApplicable()
63 void TransformationSwapFunctionVariables::Apply( in Apply()
80 protobufs::Transformation TransformationSwapFunctionVariables::ToMessage() in ToMessage()
87 std::unordered_set<uint32_t> TransformationSwapFunctionVariables::GetFreshIds() in GetFreshIds()
Dtransformation_swap_function_variables.h28 class TransformationSwapFunctionVariables : public Transformation {
30 explicit TransformationSwapFunctionVariables(
31 protobufs::TransformationSwapFunctionVariables message);
33 TransformationSwapFunctionVariables(uint32_t result_id1, uint32_t result_id2);
51 protobufs::TransformationSwapFunctionVariables message_;
Dfuzzer_pass_permute_function_variables.cpp62 ApplyTransformation(TransformationSwapFunctionVariables( in Apply()
Dtransformation.cpp368 return MakeUnique<TransformationSwapFunctionVariables>( in FromMessage()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp22 TransformationSwapFunctionVariables::TransformationSwapFunctionVariables( in TransformationSwapFunctionVariables() function in spvtools::fuzz::TransformationSwapFunctionVariables
23 protobufs::TransformationSwapFunctionVariables message) in TransformationSwapFunctionVariables()
26 TransformationSwapFunctionVariables::TransformationSwapFunctionVariables( in TransformationSwapFunctionVariables() function in spvtools::fuzz::TransformationSwapFunctionVariables
32 bool TransformationSwapFunctionVariables::IsApplicable( in IsApplicable()
63 void TransformationSwapFunctionVariables::Apply( in Apply()
80 protobufs::Transformation TransformationSwapFunctionVariables::ToMessage() in ToMessage()
87 std::unordered_set<uint32_t> TransformationSwapFunctionVariables::GetFreshIds() in GetFreshIds()
Dtransformation_swap_function_variables.h28 class TransformationSwapFunctionVariables : public Transformation {
30 explicit TransformationSwapFunctionVariables(
31 protobufs::TransformationSwapFunctionVariables message);
33 TransformationSwapFunctionVariables(uint32_t result_id1, uint32_t result_id2);
51 protobufs::TransformationSwapFunctionVariables message_;
Dfuzzer_pass_permute_function_variables.cpp62 ApplyTransformation(TransformationSwapFunctionVariables( in Apply()
Dtransformation.cpp368 return MakeUnique<TransformationSwapFunctionVariables>( in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_swap_function_variables_test.cpp26 TEST(TransformationSwapFunctionVariables, NotApplicable) { in TEST() argument
99 ASSERT_DEATH(TransformationSwapFunctionVariables(7, 7).IsApplicable( in TEST()
105 ASSERT_FALSE(TransformationSwapFunctionVariables(1, 200).IsApplicable( in TEST()
108 ASSERT_FALSE(TransformationSwapFunctionVariables(5, 24).IsApplicable( in TEST()
111 ASSERT_FALSE(TransformationSwapFunctionVariables(16, 26).IsApplicable( in TEST()
115 TEST(TransformationSwapFunctionVariables, IsApplicable) { in TEST() argument
192 TransformationSwapFunctionVariables transformation(24, 28); in TEST()
210 TransformationSwapFunctionVariables transformation(38, 40); in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_swap_function_variables_test.cpp26 TEST(TransformationSwapFunctionVariables, NotApplicable) { in TEST() argument
99 ASSERT_DEATH(TransformationSwapFunctionVariables(7, 7).IsApplicable( in TEST()
105 ASSERT_FALSE(TransformationSwapFunctionVariables(1, 200).IsApplicable( in TEST()
108 ASSERT_FALSE(TransformationSwapFunctionVariables(5, 24).IsApplicable( in TEST()
111 ASSERT_FALSE(TransformationSwapFunctionVariables(16, 26).IsApplicable( in TEST()
115 TEST(TransformationSwapFunctionVariables, IsApplicable) { in TEST() argument
192 TransformationSwapFunctionVariables transformation(24, 28); in TEST()
210 TransformationSwapFunctionVariables transformation(38, 40); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_swap_function_variables_test.cpp26 TEST(TransformationSwapFunctionVariables, NotApplicable) { in TEST() argument
99 ASSERT_DEATH(TransformationSwapFunctionVariables(7, 7).IsApplicable( in TEST()
105 ASSERT_FALSE(TransformationSwapFunctionVariables(1, 200).IsApplicable( in TEST()
108 ASSERT_FALSE(TransformationSwapFunctionVariables(5, 24).IsApplicable( in TEST()
111 ASSERT_FALSE(TransformationSwapFunctionVariables(16, 26).IsApplicable( in TEST()
115 TEST(TransformationSwapFunctionVariables, IsApplicable) { in TEST() argument
192 TransformationSwapFunctionVariables transformation(24, 28); in TEST()
210 TransformationSwapFunctionVariables transformation(38, 40); in TEST()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto560 TransformationSwapFunctionVariables swap_function_variables = 86;
2295 message TransformationSwapFunctionVariables { message
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto560 TransformationSwapFunctionVariables swap_function_variables = 86;
2295 message TransformationSwapFunctionVariables { message
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto560 TransformationSwapFunctionVariables swap_function_variables = 86;
2295 message TransformationSwapFunctionVariables { message