Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_replace_id_with_synonym_test.cpp2179 TEST(TransformationReplaceIdWithSynonymTest, TypesAreCompatible) { in TEST() argument
2240 ASSERT_DEATH(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
2244 ASSERT_TRUE(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
2246 ASSERT_TRUE(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
2251 ASSERT_DEATH(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
2255 ASSERT_TRUE(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
2257 ASSERT_TRUE(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
2259 ASSERT_FALSE(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
2264 ASSERT_DEATH(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
2268 ASSERT_TRUE(TransformationReplaceIdWithSynonym::TypesAreCompatible( in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_id_with_synonym.cpp69 if (!TypesAreCompatible(ir_context, use_instruction->opcode(), in IsApplicable()
150 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.cpp202 return TransformationReplaceIdWithSynonym::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_id_with_synonym.cpp69 if (!TypesAreCompatible(ir_context, use_instruction->opcode(), in IsApplicable()
150 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.cpp202 return TransformationReplaceIdWithSynonym::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_replace_id_with_synonym.cpp68 if (!TypesAreCompatible(ir_context, use_instruction->opcode(), in IsApplicable()
187 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()