Lines Matching refs:planA
1603 ExecutionPlan planA; in TEST_F() local
1605 ExecutePriority::DEFAULT, {}, &planA), in TEST_F()
1607 EXPECT_TRUE(planA.forTest_flatGetDynamicTemporaries().empty()); in TEST_F()
1608 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1609 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1610 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "good"); in TEST_F()
1701 ExecutionPlan planA; in TEST_F() local
1703 ExecutePriority::DEFAULT, {}, &planA), in TEST_F()
1705 EXPECT_TRUE(planA.forTest_flatGetDynamicTemporaries().empty()); in TEST_F()
1706 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::SIMPLE); in TEST_F()
1707 ASSERT_NE(planA.forTest_simpleGetDevice().get(), nullptr); in TEST_F()
1708 ASSERT_EQ(planA.forTest_simpleGetDevice()->getName(), "V1_3"); in TEST_F()
2363 const ExecutionPlan& planA = mCompilation->getExecutionPlan(); in compileModelAndComparePlan() local
2364 EXPECT_TRUE(planA.forTest_flatGetDynamicTemporaries() == in compileModelAndComparePlan()
2367 ASSERT_EQ(planA.forTest_getKind(), ExecutionPlan::Kind::COMPOUND); in compileModelAndComparePlan()
2368 const auto& stepsA = planA.forTest_compoundGetSteps(); in compileModelAndComparePlan()