Home
last modified time | relevance | path

Searched refs:fences (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_display.cpp133 std::vector<int32_t> fences; in GetLayersReleaseFence() local
135 ret = device_->GetDisplayReleaseFence(id_, layers, fences); in GetLayersReleaseFence()
139 DISPLAY_TEST_LOGE(" the layer id %{public}u, fence: 0x%x", layers[i], fences[i]); in GetLayersReleaseFence()
141 layer->SetReleaseFence(fences[i]); in GetLayersReleaseFence()
/test/xts/hats/hdf/display/composer/unittest_additional/
H A Dhdi_composer_ut.cpp1292 std::vector<int32_t> fences{}; in HWTEST_F()
1293 auto ret = g_composerDevice->GetDisplayReleaseFence(20, layers, fences); in HWTEST_F()
1309 std::vector<int32_t> fences{}; in HWTEST_F()
1310 auto ret = g_composerDevice->GetDisplayReleaseFence(0, layers, fences); in HWTEST_F()
1322 std::vector<int32_t> fences{}; in HWTEST_F()
1323 auto ret = g_composerDevice->GetDisplayReleaseFence(15, layers, fences); in HWTEST_F()
1339 std::vector<int32_t> fences{}; in HWTEST_F()
1340 auto ret = g_composerDevice->GetDisplayReleaseFence(-1, layers, fences); in HWTEST_F()
/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_test.cpp393 std::vector<int32_t> fences {}; in BENCHMARK_F()
395 ret = g_composerDevice->GetDisplayReleaseFence(g_displayIds[0], layers, fences); in BENCHMARK_F()
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.cpp436 * @tc.desc: Obtains the fences of the display layers after the commit operation
443 std::vector<int32_t> fences {}; in HWTEST_F()
444 auto ret = g_composerDevice->GetDisplayReleaseFence(g_displayIds[0], layers, fences); in HWTEST_F()

Completed in 8 milliseconds