/external/igt-gpu-tools/tests/ |
D | prime_self_import.c | 57 check_bo(int fd1, uint32_t handle1, int fd2, uint32_t handle2) in check_bo() function 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() 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() 186 check_bo(fd1, handle, fd2, handle_import1); 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() 210 check_bo(fd1, handle, fd2, handle_import1); in test_with_one_bo() 214 check_bo(fd2, handle_import1, fd2, handle_import1); in test_with_one_bo()
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
D | gbmtest.c | 193 static int check_bo(struct gbm_bo *bo) in check_bo() function 412 CHECK(check_bo(bo)); in test_reinit() 427 CHECK(check_bo(bo)); in test_alloc_free() 442 CHECK(check_bo(bo)); in test_alloc_free_sizes() 449 CHECK(check_bo(bo)); in test_alloc_free_sizes() 456 CHECK(check_bo(bo)); in test_alloc_free_sizes() 475 CHECK(check_bo(bo)); in test_alloc_free_formats() 501 CHECK(check_bo(bo)); in test_alloc_free_usage() 582 CHECK(check_bo(bo)); in test_export() 621 CHECK(check_bo(bo)); in test_import_vgem() [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_tiled_blits.c | 93 check_bo(drm_intel_bo *bo, uint32_t val) in check_bo() function 139 check_bo(bo[i], bo_start_val[i]); in run_test() 153 check_bo(bo[i], bo_start_val[i]); in run_test() 175 check_bo(bo[i], bo_start_val[i]); in run_test() 189 check_bo(bo[i], bo_start_val[i]); in run_test()
|
D | gem_render_tiled_blits.c | 62 check_bo(struct intel_batchbuffer *batch, struct igt_buf *buf, uint32_t val) in check_bo() function 151 check_bo(batch, &buf[i], start_val[i]); in run_test() 162 check_bo(batch, &buf[i], start_val[i]); in run_test() 173 check_bo(batch, &buf[i], start_val[i]); in run_test() 187 check_bo(batch, &buf[i], start_val[i]); in run_test()
|
D | gem_render_linear_blits.c | 62 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo() function 104 check_bo(fd, bo[i]->handle, start_val[i]); in run_test() 126 check_bo(fd, bo[i]->handle, start_val[i]); in run_test() 151 check_bo(fd, bo[i]->handle, start_val[i]); in run_test() 178 check_bo(fd, bo[i]->handle, start_val[i]); in run_test()
|
D | gem_linear_blits.c | 142 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo() function 178 check_bo(fd, handle[i], start_val[i]); in run_test() 189 check_bo(fd, handle[i], start_val[i]); in run_test() 200 check_bo(fd, handle[i], start_val[i]); in run_test() 214 check_bo(fd, handle[i], start_val[i]); in run_test()
|
D | gen3_render_linear_blits.c | 304 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo() function 361 check_bo(fd, handle[i], start_val[i]); 372 check_bo(fd, handle[i], start_val[i]); 383 check_bo(fd, handle[i], start_val[i]); 397 check_bo(fd, handle[i], start_val[i]);
|
D | gen3_render_tiledy_blits.c | 309 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo() function 369 check_bo(fd, handle[i], start_val[i]); 382 check_bo(fd, handle[i], start_val[i]); 395 check_bo(fd, handle[i], start_val[i]); 411 check_bo(fd, handle[i], start_val[i]);
|
D | gen3_render_tiledx_blits.c | 309 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo() function 369 check_bo(fd, handle[i], start_val[i]); 380 check_bo(fd, handle[i], start_val[i]); 391 check_bo(fd, handle[i], start_val[i]); 405 check_bo(fd, handle[i], start_val[i]);
|
D | gen3_render_mixed_blits.c | 322 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo() function 383 check_bo(fd, handle[i], start_val[i]); 396 check_bo(fd, handle[i], start_val[i]); 409 check_bo(fd, handle[i], start_val[i]); 425 check_bo(fd, handle[i], start_val[i]);
|
D | gem_ringfill.c | 54 static void check_bo(int fd, uint32_t handle) in check_bo() function 169 check_bo(fd, obj[0].handle); in setup_execbuf() 230 check_bo(fd, obj[0].handle); in run_test()
|
D | gen3_mixed_blits.c | 428 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo() function 489 check_bo(fd, handle[i], start_val[i]); 502 check_bo(fd, handle[i], start_val[i]); 515 check_bo(fd, handle[i], start_val[i]); 531 check_bo(fd, handle[i], start_val[i]);
|
D | gem_tiled_swapping.c | 107 check_bo(int fd, uint32_t handle) in check_bo() function 133 check_bo(t->fd, bo_handles[t->idx_arr[i]]); in thread_run()
|
D | gem_tiled_fence_blits.c | 69 static void check_bo(int fd, uint32_t handle, uint32_t start_val) in check_bo() function 199 check_bo(fd, bo[i], bo_start_val[i]); in run_test()
|
D | gem_exec_suspend.c | 52 static void check_bo(int fd, uint32_t handle) in check_bo() function 221 check_bo(fd, obj[0].handle); in run_test()
|
D | gem_exec_parallel.c | 45 static void check_bo(int fd, uint32_t handle, int pass) in check_bo() function 222 check_bo(fd, handle[i], i); in all()
|
D | gem_exec_whisper.c | 47 static void check_bo(int fd, uint32_t handle, int pass) in check_bo() function 491 check_bo(fd, scratch.handle, pass); in whisper()
|
D | gem_exec_reloc.c | 236 static void check_bo(int fd, uint32_t handle) in check_bo() function 323 check_bo(fd, obj[0].handle); in active()
|
D | gem_userptr_blits.c | 870 check_bo(int fd1, uint32_t handle1, int is_userptr, int fd2, uint32_t handle2) in check_bo() function 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()
|