Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_addfb_basic.c81 gem_bo = igt_create_bo_with_dimensions(fd, 1024, 1024, in invalid_tests()
84 gem_bo_small = igt_create_bo_with_dimensions(fd, 1024, 1023, in invalid_tests()
264 gem_bo = igt_create_bo_with_dimensions(fd, 1024, 1024, in pitch_tests()
307 tiled_x_bo = igt_create_bo_with_dimensions(fd, 1024, 1024, in tiling_tests()
312 tiled_y_bo = igt_create_bo_with_dimensions(fd, 1024, 1024, in tiling_tests()
317 gem_bo = igt_create_bo_with_dimensions(fd, 1024, 1024, in tiling_tests()
387 gem_bo = igt_create_bo_with_dimensions(fd, 1024, 1024, in size_tests()
390 gem_bo_small = igt_create_bo_with_dimensions(fd, 1024, 1023, in size_tests()
470 gem_bo = igt_create_bo_with_dimensions(fd, 1024, 1024, in addfb25_tests()
554 gem_bo = igt_create_bo_with_dimensions(fd, 1024, 1024, in addfb25_ytile()
[all …]
Dkms_getfb.c138 add.handles[0] = igt_create_bo_with_dimensions(fd, 1024, 1024, in test_handle_input()
186 add.handles[0] = igt_create_bo_with_dimensions(fd, 1024, 1024, in test_duplicate_handles()
Dkms_draw_crc.c163 gem_handle = igt_create_bo_with_dimensions(drm_fd, 64, 64, in format_is_supported()
/external/igt-gpu-tools/lib/
Digt_fb.h170 int igt_create_bo_with_dimensions(int fd, int width, int height, uint32_t format,
Digt_fb.c980 int igt_create_bo_with_dimensions(int fd, int width, int height, in igt_create_bo_with_dimensions() function