Searched refs:handle_import (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | prime_self_import.c | 87 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/ |
D | gem_userptr_blits.c | 942 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()
|