Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dprime_self_import.c175 uint32_t handle, handle_import1, handle_import2, handle_selfimport; in test_with_one_bo() local
184 handle_import1 = prime_fd_to_handle(fd2, dma_buf_fd); in test_with_one_bo()
186 check_bo(fd1, handle, fd2, handle_import1); in test_with_one_bo()
191 igt_assert_eq_u32(handle_import1, handle_import2); in test_with_one_bo()
199 check_bo(fd1, handle, fd2, handle_import1); in test_with_one_bo()
202 check_bo(fd2, handle_import1, fd2, handle_import1); in test_with_one_bo()
205 dma_buf_fd = prime_handle_to_fd(fd2, handle_import1); in test_with_one_bo()
207 gem_close(fd2, handle_import1); in test_with_one_bo()
209 handle_import1 = prime_fd_to_handle(fd2, dma_buf_fd); in test_with_one_bo()
210 check_bo(fd1, handle, fd2, handle_import1); in test_with_one_bo()
[all …]