Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c542 struct pipe_fence_handle *buf_fence = NULL, *tex_fence = NULL; in test_sync_file_fences() local
552 ctx->flush(ctx, &tex_fence, PIPE_FLUSH_FENCE_FD); in test_sync_file_fences()
553 pass = pass && buf_fence && tex_fence; in test_sync_file_fences()
557 int tex_fd = screen->fence_get_fd(screen, tex_fence); in test_sync_file_fences()
591 pass = pass && screen->fence_finish(screen, NULL, tex_fence, 0); in test_sync_file_fences()
610 screen->fence_reference(screen, &tex_fence, NULL); in test_sync_file_fences()

Completed in 2 milliseconds