/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | transformation_replace_id_with_synonym_test.cpp | 2179 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/ |
D | transformation_replace_id_with_synonym.cpp | 69 if (!TypesAreCompatible(ir_context, use_instruction->opcode(), in IsApplicable() 150 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 | 202 return TransformationReplaceIdWithSynonym::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_id_with_synonym.cpp | 69 if (!TypesAreCompatible(ir_context, use_instruction->opcode(), in IsApplicable() 150 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 | 202 return TransformationReplaceIdWithSynonym::TypesAreCompatible( in DataDescriptorsHaveCompatibleTypes()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_replace_id_with_synonym.cpp | 68 if (!TypesAreCompatible(ir_context, use_instruction->opcode(), in IsApplicable() 187 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()
|