/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_vector_shuffle_test.cpp | 174 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 180 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 186 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 192 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 198 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 205 TransformationVectorShuffle( in TEST() function 210 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 217 TransformationVectorShuffle( in TEST() function 223 TransformationVectorShuffle( in TEST() function 229 TransformationVectorShuffle( in TEST() function 234 ASSERT_FALSE(TransformationVectorShuffle( TEST() function 241 TransformationVectorShuffle( TEST() function 504 TransformationVectorShuffle( TEST() function 508 TransformationVectorShuffle( TEST() function 512 TransformationVectorShuffle( TEST() function 517 TransformationVectorShuffle( TEST() function 523 TransformationVectorShuffle(MakeInstructionDescriptor(60, SpvOpPhi, 0), TEST() function 527 TransformationVectorShuffle(MakeInstructionDescriptor(59, SpvOpPhi, 0), TEST() function 531 ASSERT_TRUE(TransformationVectorShuffle( TEST() function 537 ASSERT_FALSE(TransformationVectorShuffle( TEST() function 543 ASSERT_FALSE(TransformationVectorShuffle( TEST() function [all...] |
H A D | data_synonym_transformation_test.cpp | 935 auto shuffle_1 = TransformationVectorShuffle(instruction_descriptor_1, 200, in TEST() 967 auto shuffle_3 = TransformationVectorShuffle(instruction_descriptor_3, 202, in TEST() 984 auto shuffle_4 = TransformationVectorShuffle(instruction_descriptor_4, 203, in TEST() 1018 auto shuffle_6 = TransformationVectorShuffle(instruction_descriptor_6, 205, in TEST() 1050 auto shuffle_8 = TransformationVectorShuffle(instruction_descriptor_8, 207, in TEST() 1096 auto shuffle_11 = TransformationVectorShuffle(instruction_descriptor_11, 210, in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_vector_shuffle_test.cpp | 174 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 180 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 186 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 192 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 198 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 205 TransformationVectorShuffle( in TEST() function 210 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 217 TransformationVectorShuffle( in TEST() function 223 TransformationVectorShuffle( in TEST() function 229 TransformationVectorShuffle( in TEST() function 234 ASSERT_FALSE(TransformationVectorShuffle( TEST() function 241 TransformationVectorShuffle( TEST() function 504 TransformationVectorShuffle( TEST() function 508 TransformationVectorShuffle( TEST() function 512 TransformationVectorShuffle( TEST() function 517 TransformationVectorShuffle( TEST() function 523 TransformationVectorShuffle(MakeInstructionDescriptor(60, SpvOpPhi, 0), TEST() function 527 TransformationVectorShuffle(MakeInstructionDescriptor(59, SpvOpPhi, 0), TEST() function 531 ASSERT_TRUE(TransformationVectorShuffle( TEST() function 537 ASSERT_FALSE(TransformationVectorShuffle( TEST() function 543 ASSERT_FALSE(TransformationVectorShuffle( TEST() function [all...] |
H A D | data_synonym_transformation_test.cpp | 935 auto shuffle_1 = TransformationVectorShuffle(instruction_descriptor_1, 200, in TEST() 967 auto shuffle_3 = TransformationVectorShuffle(instruction_descriptor_3, 202, in TEST() 984 auto shuffle_4 = TransformationVectorShuffle(instruction_descriptor_4, 203, in TEST() 1018 auto shuffle_6 = TransformationVectorShuffle(instruction_descriptor_6, 205, in TEST() 1050 auto shuffle_8 = TransformationVectorShuffle(instruction_descriptor_8, 207, in TEST() 1096 auto shuffle_11 = TransformationVectorShuffle(instruction_descriptor_11, 210, in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_vector_shuffle_test.cpp | 174 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 180 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 186 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 192 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 198 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 204 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 210 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 216 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 222 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 228 ASSERT_FALSE(TransformationVectorShuffle( in TEST() function 235 TransformationVectorShuffle( TEST() function 242 TransformationVectorShuffle( TEST() function 508 ASSERT_FALSE(TransformationVectorShuffle( TEST() function 512 ASSERT_FALSE(TransformationVectorShuffle( TEST() function 516 ASSERT_FALSE(TransformationVectorShuffle( TEST() function 521 ASSERT_FALSE(TransformationVectorShuffle( TEST() function 528 TransformationVectorShuffle( TEST() function 532 TransformationVectorShuffle( TEST() function 536 ASSERT_TRUE(TransformationVectorShuffle( TEST() function 543 TransformationVectorShuffle( TEST() function 550 TransformationVectorShuffle( TEST() function [all...] |
H A D | data_synonym_transformation_test.cpp | 941 auto shuffle_1 = TransformationVectorShuffle(instruction_descriptor_1, 200, in TEST() 974 auto shuffle_3 = TransformationVectorShuffle(instruction_descriptor_3, 202, in TEST() 991 auto shuffle_4 = TransformationVectorShuffle(instruction_descriptor_4, 203, in TEST() 1025 auto shuffle_6 = TransformationVectorShuffle(instruction_descriptor_6, 205, in TEST() 1057 auto shuffle_8 = TransformationVectorShuffle(instruction_descriptor_8, 207, in TEST() 1104 auto shuffle_11 = TransformationVectorShuffle(instruction_descriptor_11, 210, in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_vector_shuffle.cpp | 23 TransformationVectorShuffle::TransformationVectorShuffle( in TransformationVectorShuffle() function in spvtools::fuzz::TransformationVectorShuffle 24 protobufs::TransformationVectorShuffle message) in TransformationVectorShuffle() 27 TransformationVectorShuffle::TransformationVectorShuffle( in TransformationVectorShuffle() function in spvtools::fuzz::TransformationVectorShuffle 41 bool TransformationVectorShuffle::IsApplicable( in IsApplicable() 114 void TransformationVectorShuffle::Apply( in Apply() 149 protobufs::Transformation TransformationVectorShuffle::ToMessage() const { in ToMessage() 155 uint32_t TransformationVectorShuffle::GetResultTypeId( in GetResultTypeId() 162 opt::analysis::Vector* TransformationVectorShuffle [all...] |
H A D | transformation_vector_shuffle.h | 27 class TransformationVectorShuffle : public Transformation { class 29 explicit TransformationVectorShuffle( 30 protobufs::TransformationVectorShuffle message); 32 TransformationVectorShuffle( 89 protobufs::TransformationVectorShuffle message_;
|
H A D | fuzzer_pass_add_vector_shuffle_instructions.cpp | 135 ApplyTransformation(TransformationVectorShuffle( in Apply()
|
H A D | transformation.cpp | 378 return MakeUnique<TransformationVectorShuffle>(message.vector_shuffle()); in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_vector_shuffle.cpp | 23 TransformationVectorShuffle::TransformationVectorShuffle( in TransformationVectorShuffle() function in spvtools::fuzz::TransformationVectorShuffle 24 protobufs::TransformationVectorShuffle message) in TransformationVectorShuffle() 27 TransformationVectorShuffle::TransformationVectorShuffle( in TransformationVectorShuffle() function in spvtools::fuzz::TransformationVectorShuffle 41 bool TransformationVectorShuffle::IsApplicable( in IsApplicable() 114 void TransformationVectorShuffle::Apply( in Apply() 149 protobufs::Transformation TransformationVectorShuffle::ToMessage() const { in ToMessage() 155 uint32_t TransformationVectorShuffle::GetResultTypeId( in GetResultTypeId() 162 opt::analysis::Vector* TransformationVectorShuffle [all...] |
H A D | transformation_vector_shuffle.h | 27 class TransformationVectorShuffle : public Transformation { class 29 explicit TransformationVectorShuffle( 30 protobufs::TransformationVectorShuffle message); 32 TransformationVectorShuffle( 89 protobufs::TransformationVectorShuffle message_;
|
H A D | fuzzer_pass_add_vector_shuffle_instructions.cpp | 135 ApplyTransformation(TransformationVectorShuffle( in Apply()
|
H A D | transformation.cpp | 378 return MakeUnique<TransformationVectorShuffle>(message.vector_shuffle()); in FromMessage()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_vector_shuffle.cpp | 23 TransformationVectorShuffle::TransformationVectorShuffle( in TransformationVectorShuffle() function in spvtools::fuzz::TransformationVectorShuffle 24 protobufs::TransformationVectorShuffle message) in TransformationVectorShuffle() 27 TransformationVectorShuffle::TransformationVectorShuffle( in TransformationVectorShuffle() function in spvtools::fuzz::TransformationVectorShuffle 41 bool TransformationVectorShuffle::IsApplicable( in IsApplicable() 114 void TransformationVectorShuffle::Apply( in Apply() 149 protobufs::Transformation TransformationVectorShuffle::ToMessage() const { in ToMessage() 155 uint32_t TransformationVectorShuffle::GetResultTypeId( in GetResultTypeId() 162 opt::analysis::Vector* TransformationVectorShuffle [all...] |
H A D | transformation_vector_shuffle.h | 27 class TransformationVectorShuffle : public Transformation { class 29 explicit TransformationVectorShuffle( 30 protobufs::TransformationVectorShuffle message); 32 TransformationVectorShuffle( 89 protobufs::TransformationVectorShuffle message_;
|
H A D | fuzzer_pass_add_vector_shuffle_instructions.cpp | 136 ApplyTransformation(TransformationVectorShuffle( in Apply()
|
H A D | transformation.cpp | 378 return MakeUnique<TransformationVectorShuffle>(message.vector_shuffle()); in FromMessage()
|