Searched refs:replacement2 (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_replace_id_with_synonym_test.cpp | 555 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 558 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); in TEST() 559 ApplyAndCheckFreshIds(replacement2, context.get(), &transformation_context); in TEST() 882 auto replacement2 = TransformationReplaceIdWithSynonym( 887 replacement2.IsApplicable(context.get(), transformation_context)); 1372 auto replacement2 = TransformationReplaceIdWithSynonym( 1376 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); 1377 ApplyAndCheckFreshIds(replacement2, context.get(), &transformation_context); 1534 auto replacement2 = TransformationReplaceIdWithSynonym( 1537 ASSERT_TRUE(replacement2 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_replace_id_with_synonym_test.cpp | 555 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 558 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); in TEST() 559 ApplyAndCheckFreshIds(replacement2, context.get(), &transformation_context); in TEST() 882 auto replacement2 = TransformationReplaceIdWithSynonym( 887 replacement2.IsApplicable(context.get(), transformation_context)); 1372 auto replacement2 = TransformationReplaceIdWithSynonym( 1376 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); 1377 ApplyAndCheckFreshIds(replacement2, context.get(), &transformation_context); 1534 auto replacement2 = TransformationReplaceIdWithSynonym( 1537 ASSERT_TRUE(replacement2 [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_replace_id_with_synonym_test.cpp | 561 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 565 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); in TEST() 566 ApplyAndCheckFreshIds(replacement2, context.get(), &transformation_context); in TEST() 891 auto replacement2 = TransformationReplaceIdWithSynonym( 896 replacement2.IsApplicable(context.get(), transformation_context)); 1384 auto replacement2 = TransformationReplaceIdWithSynonym( 1388 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); 1389 ApplyAndCheckFreshIds(replacement2, context.get(), &transformation_context); 1547 auto replacement2 = TransformationReplaceIdWithSynonym( 1551 ASSERT_TRUE(replacement2 [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermTraverse.cpp | 569 NodeUpdateEntry &replacement2 = mReplacements[jj]; in updateTree() local 570 if (replacement2.parent == replacement.original) in updateTree() 571 replacement2.parent = replacement.replacement; in updateTree()
|
Completed in 12 milliseconds