/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 1552 TEST(FuzzerutilTest, TypesAreCompatible) { in TEST() argument 1613 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicLoad, 0, in TEST() 1617 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicLoad, 1, in TEST() 1619 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicLoad, 2, in TEST() 1624 ASSERT_DEATH(fuzzerutil::TypesAreCompatible( in TEST() 1628 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicExchange, in TEST() 1630 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicExchange, in TEST() 1632 ASSERT_FALSE(fuzzerutil::TypesAreCompatible( in TEST() 1637 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST() 1641 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 1, in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 1552 TEST(FuzzerutilTest, TypesAreCompatible) { in TEST() argument 1613 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicLoad, 0, in TEST() 1617 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicLoad, 1, in TEST() 1619 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicLoad, 2, in TEST() 1624 ASSERT_DEATH(fuzzerutil::TypesAreCompatible( in TEST() 1628 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicExchange, in TEST() 1630 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicExchange, in TEST() 1632 ASSERT_FALSE(fuzzerutil::TypesAreCompatible( in TEST() 1637 ASSERT_DEATH(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, in TEST() 1641 ASSERT_TRUE(fuzzerutil::TypesAreCompatible(context.get(), SpvOpAtomicStore, 1, in TEST() [all …]
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_id_with_synonym.cpp | 68 if (!TypesAreCompatible(ir_context, use_instruction->opcode(), in IsApplicable() 153 bool TransformationReplaceIdWithSynonym::TypesAreCompatible( in TypesAreCompatible() function in spvtools::fuzz::TransformationReplaceIdWithSynonym
|
D | transformation_replace_id_with_synonym.h | 59 static bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode,
|
D | fuzzer_pass_apply_id_synonyms.cpp | 200 return TransformationReplaceIdWithSynonym::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_id_with_synonym.cpp | 68 if (!fuzzerutil::TypesAreCompatible( in IsApplicable()
|
D | fuzzer_pass_apply_id_synonyms.cpp | 201 return fuzzerutil::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
|
D | transformation_wrap_vector_synonym.cpp | 78 if (!fuzzerutil::TypesAreCompatible(ir_context, instruction->opcode(), in IsApplicable()
|
D | fuzzer_util.h | 618 bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode,
|
D | fuzzer_util.cpp | 2096 bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode, in TypesAreCompatible() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_id_with_synonym.cpp | 68 if (!fuzzerutil::TypesAreCompatible( in IsApplicable()
|
D | fuzzer_pass_apply_id_synonyms.cpp | 201 return fuzzerutil::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
|
D | transformation_wrap_vector_synonym.cpp | 78 if (!fuzzerutil::TypesAreCompatible(ir_context, instruction->opcode(), in IsApplicable()
|
D | fuzzer_util.h | 618 bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode,
|
D | fuzzer_util.cpp | 2096 bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode, in TypesAreCompatible() function
|