/third_party/spirv-tools/test/fuzz/ |
D | transformation_equation_instruction_test.cpp | 60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST() 66 TransformationEquationInstruction( in TEST() 71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST() 76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST() 81 ASSERT_FALSE(TransformationEquationInstruction( in TEST() 87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST() 92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST() 97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST() 101 auto transformation1 = TransformationEquationInstruction( in TEST() 114 auto transformation2 = TransformationEquationInstruction( in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_equation_instruction_test.cpp | 60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST() 66 TransformationEquationInstruction( in TEST() 71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST() 76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST() 81 ASSERT_FALSE(TransformationEquationInstruction( in TEST() 87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST() 92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST() 97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST() 101 auto transformation1 = TransformationEquationInstruction( in TEST() 114 auto transformation2 = TransformationEquationInstruction( in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_equation_instruction_test.cpp | 60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST() 66 TransformationEquationInstruction( in TEST() 71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST() 76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST() 81 ASSERT_FALSE(TransformationEquationInstruction( in TEST() 87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST() 92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST() 97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST() 101 auto transformation1 = TransformationEquationInstruction( in TEST() 114 auto transformation2 = TransformationEquationInstruction( in TEST() [all …]
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_equation_instruction.h | 28 class TransformationEquationInstruction : public Transformation { 30 explicit TransformationEquationInstruction( 31 protobufs::TransformationEquationInstruction message); 33 TransformationEquationInstruction( 72 protobufs::TransformationEquationInstruction message_;
|
D | transformation_equation_instruction.cpp | 23 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction 24 protobufs::TransformationEquationInstruction message) in TransformationEquationInstruction() 27 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction 39 bool TransformationEquationInstruction::IsApplicable( in IsApplicable() 75 void TransformationEquationInstruction::Apply( in Apply() 108 protobufs::Transformation TransformationEquationInstruction::ToMessage() const { in ToMessage() 114 uint32_t TransformationEquationInstruction::MaybeGetResultTypeId( in MaybeGetResultTypeId() 294 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
|
D | fuzzer_pass_add_equation_instructions.cpp | 141 ApplyTransformation(TransformationEquationInstruction( in Apply() 193 ApplyTransformation(TransformationEquationInstruction( in Apply() 245 ApplyTransformation(TransformationEquationInstruction( in Apply() 259 ApplyTransformation(TransformationEquationInstruction( in Apply() 275 ApplyTransformation(TransformationEquationInstruction( in Apply()
|
D | transformation.cpp | 227 return MakeUnique<TransformationEquationInstruction>( in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_equation_instruction.h | 28 class TransformationEquationInstruction : public Transformation { 30 explicit TransformationEquationInstruction( 31 protobufs::TransformationEquationInstruction message); 33 TransformationEquationInstruction( 72 protobufs::TransformationEquationInstruction message_;
|
D | transformation_equation_instruction.cpp | 23 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction 24 protobufs::TransformationEquationInstruction message) in TransformationEquationInstruction() 27 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction 39 bool TransformationEquationInstruction::IsApplicable( in IsApplicable() 75 void TransformationEquationInstruction::Apply( in Apply() 108 protobufs::Transformation TransformationEquationInstruction::ToMessage() const { in ToMessage() 114 uint32_t TransformationEquationInstruction::MaybeGetResultTypeId( in MaybeGetResultTypeId() 294 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
|
D | fuzzer_pass_add_equation_instructions.cpp | 142 ApplyTransformation(TransformationEquationInstruction( in Apply() 194 ApplyTransformation(TransformationEquationInstruction( in Apply() 246 ApplyTransformation(TransformationEquationInstruction( in Apply() 260 ApplyTransformation(TransformationEquationInstruction( in Apply() 276 ApplyTransformation(TransformationEquationInstruction( in Apply()
|
D | transformation.cpp | 230 return MakeUnique<TransformationEquationInstruction>( in FromMessage()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_equation_instruction.h | 28 class TransformationEquationInstruction : public Transformation { 30 explicit TransformationEquationInstruction( 31 protobufs::TransformationEquationInstruction message); 33 TransformationEquationInstruction( 72 protobufs::TransformationEquationInstruction message_;
|
D | transformation_equation_instruction.cpp | 23 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction 24 protobufs::TransformationEquationInstruction message) in TransformationEquationInstruction() 27 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction 39 bool TransformationEquationInstruction::IsApplicable( in IsApplicable() 75 void TransformationEquationInstruction::Apply( in Apply() 108 protobufs::Transformation TransformationEquationInstruction::ToMessage() const { in ToMessage() 114 uint32_t TransformationEquationInstruction::MaybeGetResultTypeId( in MaybeGetResultTypeId() 294 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
|
D | fuzzer_pass_add_equation_instructions.cpp | 142 ApplyTransformation(TransformationEquationInstruction( in Apply() 194 ApplyTransformation(TransformationEquationInstruction( in Apply() 246 ApplyTransformation(TransformationEquationInstruction( in Apply() 260 ApplyTransformation(TransformationEquationInstruction( in Apply() 276 ApplyTransformation(TransformationEquationInstruction( in Apply()
|
D | transformation.cpp | 230 return MakeUnique<TransformationEquationInstruction>( in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 513 TransformationEquationInstruction equation_instruction = 39; 1410 message TransformationEquationInstruction { message
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 513 TransformationEquationInstruction equation_instruction = 39; 1410 message TransformationEquationInstruction { message
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 513 TransformationEquationInstruction equation_instruction = 39; 1399 message TransformationEquationInstruction { message
|
/third_party/spirv-tools/ |
D | CHANGES | 141 - Handle dead blocks in TransformationEquationInstruction (#3933)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 199 - Handle dead blocks in TransformationEquationInstruction (#3933)
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 199 - Handle dead blocks in TransformationEquationInstruction (#3933)
|