Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c549 int tex_fd = screen->fence_get_fd(screen, tex_fence); in test_sync_file_fences() local
550 pass = pass && buf_fd >= 0 && tex_fd >= 0; in test_sync_file_fences()
553 int merged_fd = sync_merge("test", buf_fd, tex_fd); in test_sync_file_fences()
560 ctx->create_fence_fd(ctx, &re_tex_fence, tex_fd, fd_type); in test_sync_file_fences()
579 pass = pass && sync_wait(tex_fd, 0) == 0; in test_sync_file_fences()
593 if (tex_fd >= 0) in test_sync_file_fences()
594 close(tex_fd); in test_sync_file_fences()