Home
last modified time | relevance | path

Searched refs:sync_fence_count_status (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/tests/
Dsw_sync.c326 active = sync_fence_count_status(in_fence[0], in test_sync_merge()
329 active = sync_fence_count_status(in_fence[1], in test_sync_merge()
332 active = sync_fence_count_status(in_fence[2], in test_sync_merge()
335 active = sync_fence_count_status(fence_merge, in test_sync_merge()
341 signaled = sync_fence_count_status(in_fence[0], in test_sync_merge()
343 active = sync_fence_count_status(fence_merge, in test_sync_merge()
349 signaled = sync_fence_count_status(in_fence[1], in test_sync_merge()
351 active = sync_fence_count_status(fence_merge, in test_sync_merge()
357 signaled = sync_fence_count_status(in_fence[2], in test_sync_merge()
360 signaled = sync_fence_count_status(fence_merge, in test_sync_merge()
[all …]
/external/igt-gpu-tools/lib/
Dsw_sync.h46 int sync_fence_count_status(int fence, int status);
Dsw_sync.c199 int sync_fence_count_status(int fd, int status) in sync_fence_count_status() function