Searched refs:getApproximateMatch (Results 1 – 3 of 3) sorted by relevance
104 EXPECT_FALSE(stack.getApproximateMatch({})); in TEST_F()105 EXPECT_FALSE(stack.getApproximateMatch({&layerStateOne, &layerStateThree})); in TEST_F()129 EXPECT_FALSE(stack.getApproximateMatch({&layerStateTwo})); in TEST_F()158 const auto match = stack.getApproximateMatch({&layerStateTwo}); in TEST_F()192 const auto match = stack.getApproximateMatch({&layerStateOne, &layerStateTwo}); in TEST_F()236 EXPECT_FALSE(stack.getApproximateMatch({&layerStateTwo})); in TEST_F()261 const auto match = stack.getApproximateMatch({&layerStateTwo}); in TEST_F()307 const auto match = stack.getApproximateMatch({&layerStateTwo}); in TEST_F()341 EXPECT_TRUE(LayerStack({&layerStateOne}).getApproximateMatch({&layerStateTwo})); in TEST_F()344 EXPECT_FALSE(stack.getApproximateMatch({&layerStateTwo, &layerStateTwo})); in TEST_F()
26 std::optional<LayerStack::ApproximateMatch> LayerStack::getApproximateMatch( in getApproximateMatch() function in android::compositionengine::impl::planner::LayerStack188 if (std::optional<NonBufferHash> approximateMatch = getApproximateMatch(layers); in getPredictedPlan()334 std::optional<NonBufferHash> Predictor::getApproximateMatch( in getApproximateMatch() function in android::compositionengine::impl::planner::Predictor338 if (const auto approximateMatchOpt = exampleStack.getApproximateMatch(layers); in getApproximateMatch()347 return candidate.prediction.getExampleLayerStack().getApproximateMatch(layers) != in getApproximateMatch()431 prediction.getExampleLayerStack().getApproximateMatch(layers); in recordPredictedResult()450 auto approximateMatch = prediction.getExampleLayerStack().getApproximateMatch(layers); in findSimilarPrediction()
51 std::optional<ApproximateMatch> getApproximateMatch(264 std::optional<NonBufferHash> getApproximateMatch(