Searched refs:replacement2 (Results 1 – 4 of 4) sorted by relevance
/external/angle/third_party/spirv-tools/src/test/fuzz/ |
D | transformation_replace_id_with_synonym_test.cpp | 541 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 544 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); in TEST() 545 replacement2.Apply(context.get(), &transformation_context); in TEST() 869 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 874 replacement2.IsApplicable(context.get(), transformation_context)); in TEST() 1350 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 1354 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); in TEST() 1355 replacement2.Apply(context.get(), &transformation_context); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_id_with_synonym_test.cpp | 541 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 544 ASSERT_TRUE(replacement2.IsApplicable(context.get(), transformation_context)); in TEST() 545 replacement2.Apply(context.get(), &transformation_context); in TEST() 869 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 874 replacement2.IsApplicable(context.get(), transformation_context)); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_replace_id_with_synonym_test.cpp | 522 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 525 ASSERT_TRUE(replacement2.IsApplicable(context.get(), fact_manager)); in TEST() 526 replacement2.Apply(context.get(), &fact_manager); in TEST() 829 auto replacement2 = TransformationReplaceIdWithSynonym( in TEST() local 833 ASSERT_FALSE(replacement2.IsApplicable(context.get(), fact_manager)); in TEST()
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermTraverse.cpp | 539 NodeUpdateEntry &replacement2 = mReplacements[jj]; in updateTree() local 540 if (replacement2.parent == replacement.original) in updateTree() 541 replacement2.parent = replacement.replacement; in updateTree()
|