Home
last modified time | relevance | path

Searched refs:TypesAreCompatible (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzzerutil_test.cpp1552 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/
Dfuzzerutil_test.cpp1552 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/
Dtransformation_replace_id_with_synonym.cpp68 if (!TypesAreCompatible(ir_context, use_instruction->opcode(), in IsApplicable()
153 bool TransformationReplaceIdWithSynonym::TypesAreCompatible( in TypesAreCompatible() function in spvtools::fuzz::TransformationReplaceIdWithSynonym
Dtransformation_replace_id_with_synonym.h59 static bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode,
Dfuzzer_pass_apply_id_synonyms.cpp200 return TransformationReplaceIdWithSynonym::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_id_with_synonym.cpp68 if (!fuzzerutil::TypesAreCompatible( in IsApplicable()
Dfuzzer_pass_apply_id_synonyms.cpp201 return fuzzerutil::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
Dtransformation_wrap_vector_synonym.cpp78 if (!fuzzerutil::TypesAreCompatible(ir_context, instruction->opcode(), in IsApplicable()
Dfuzzer_util.h618 bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode,
Dfuzzer_util.cpp2096 bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode, in TypesAreCompatible() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_id_with_synonym.cpp68 if (!fuzzerutil::TypesAreCompatible( in IsApplicable()
Dfuzzer_pass_apply_id_synonyms.cpp201 return fuzzerutil::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
Dtransformation_wrap_vector_synonym.cpp78 if (!fuzzerutil::TypesAreCompatible(ir_context, instruction->opcode(), in IsApplicable()
Dfuzzer_util.h618 bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode,
Dfuzzer_util.cpp2096 bool TypesAreCompatible(opt::IRContext* ir_context, SpvOp opcode, in TypesAreCompatible() function