Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c557 int tex_fd = screen->fence_get_fd(screen, tex_fence); in test_sync_file_fences() local
558 pass = pass && buf_fd >= 0 && tex_fd >= 0; in test_sync_file_fences()
561 int merged_fd = sync_merge("test", buf_fd, tex_fd); in test_sync_file_fences()
568 ctx->create_fence_fd(ctx, &re_tex_fence, tex_fd, fd_type); in test_sync_file_fences()
587 pass = pass && sync_wait(tex_fd, 0) == 0; in test_sync_file_fences()
601 if (tex_fd >= 0) in test_sync_file_fences()
602 close(tex_fd); in test_sync_file_fences()

Completed in 3 milliseconds