Searched refs:igt_create_bo_with_dimensions (Results 1 – 5 of 5) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_addfb_basic.c | 81 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 …]
|
D | kms_getfb.c | 138 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()
|
D | kms_draw_crc.c | 163 gem_handle = igt_create_bo_with_dimensions(drm_fd, 64, 64, in format_is_supported()
|
/external/igt-gpu-tools/lib/ |
D | igt_fb.h | 170 int igt_create_bo_with_dimensions(int fd, int width, int height, uint32_t format,
|
D | igt_fb.c | 980 int igt_create_bo_with_dimensions(int fd, int width, int height, in igt_create_bo_with_dimensions() function
|