Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dprime_self_import.c87 uint32_t handle, handle_import; in test_with_fd_dup() local
102 handle_import = prime_fd_to_handle(fd2, dma_buf_fd2); in test_with_fd_dup()
103 check_bo(fd2, handle_import, fd2, handle_import); in test_with_fd_dup()
106 check_bo(fd2, handle_import, fd2, handle_import); in test_with_fd_dup()
115 uint32_t handle1, handle2, handle_import; in test_with_two_bos() local
127 handle_import = prime_fd_to_handle(fd2, dma_buf_fd); in test_with_two_bos()
133 handle_import = prime_fd_to_handle(fd2, dma_buf_fd); in test_with_two_bos()
134 check_bo(fd1, handle2, fd2, handle_import); in test_with_two_bos()
139 check_bo(fd2, handle_import, fd2, handle_import); in test_with_two_bos()
148 uint32_t handle_import, handle_open, handle_orig, flink_name; in test_with_one_bo_two_files() local
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_userptr_blits.c942 uint32_t handle, handle_import; in test_dmabuf() local
963 handle_import = prime_fd_to_handle(fd2, dma_buf_fd); in test_dmabuf()
964 check_bo(fd1, handle, 1, fd2, handle_import); in test_dmabuf()
968 check_bo(fd1, handle, 1, fd2, handle_import); in test_dmabuf()
986 check_bo(fd2, handle_import, -1, fd2, handle_import); in test_dmabuf()