Home
last modified time | relevance | path

Searched refs:fenceB (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/sync/
Dsync_wait.c35 int fenceA, fenceB, fenceC, merged; in test_fence_multi_timeline_wait() local
43 fenceB = sw_sync_fence_create(timelineB, "fenceB", 5); in test_fence_multi_timeline_wait()
46 merged = sync_merge("mergeFence", fenceB, fenceA); in test_fence_multi_timeline_wait()
84 sw_sync_fence_destroy(fenceB); in test_fence_multi_timeline_wait()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp1794 …const vk::Unique<vk::VkFence> fenceB (createAndImportFence(vkd, *device, config.externalType, hand… in testFenceImportTwice() local
1801 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceImportTwice()
1840 …const vk::Unique<vk::VkFence> fenceB (createAndImportFence(vkd, *device, config.externalType, hand… in testFenceImportReimport() local
1842 importFence(vkd, *device, *fenceB, config.externalType, handleB, flags); in testFenceImportReimport()
1845 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceImportReimport()
1849 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceImportReimport()
1884 …const vk::Unique<vk::VkFence> fenceB (createAndImportFence(vkd, *device, config.externalType, hand… in testFenceSignalExportImportWait() local
1885 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceSignalExportImportWait()
1921 …const vk::Unique<vk::VkFence> fenceB (createAndImportFence(vkd, *device, config.externalType, hand… in testFenceExportSignalImportWait() local
1923 VK_CHECK(vkd.waitForFences(*device, 1u, &*fenceB, VK_TRUE, ~0ull)); in testFenceExportSignalImportWait()
[all …]