Searched refs:fb_crc (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_chamelium.c | 1836 struct chamelium_fb_crc_async_data *fb_crc; in chamelium_calculate_fb_crc_async_work() local 1838 fb_crc = (struct chamelium_fb_crc_async_data *) data; in chamelium_calculate_fb_crc_async_work() 1840 chamelium_do_calculate_fb_crc(fb_crc->fb_surface, fb_crc->ret); in chamelium_calculate_fb_crc_async_work() 1862 struct chamelium_fb_crc_async_data *fb_crc; in chamelium_calculate_fb_crc_async_start() local 1864 fb_crc = calloc(1, sizeof(struct chamelium_fb_crc_async_data)); in chamelium_calculate_fb_crc_async_start() 1865 fb_crc->ret = calloc(1, sizeof(igt_crc_t)); in chamelium_calculate_fb_crc_async_start() 1868 fb_crc->fb_surface = igt_get_cairo_surface(fd, fb); in chamelium_calculate_fb_crc_async_start() 1870 pthread_create(&fb_crc->thread_id, NULL, in chamelium_calculate_fb_crc_async_start() 1871 chamelium_calculate_fb_crc_async_work, fb_crc); in chamelium_calculate_fb_crc_async_start() 1873 return fb_crc; in chamelium_calculate_fb_crc_async_start() [all …]
|
D | igt_chamelium.h | 190 igt_crc_t *chamelium_calculate_fb_crc_async_finish(struct chamelium_fb_crc_async_data *fb_crc);
|
/external/igt-gpu-tools/tests/ |
D | kms_chamelium.c | 748 struct chamelium_fb_crc_async_data *fb_crc; in do_test_display() local 762 fb_crc = chamelium_calculate_fb_crc_async_start(data->drm_fd, in do_test_display() 783 expected_crc = chamelium_calculate_fb_crc_async_finish(fb_crc); in do_test_display() 2341 struct chamelium_fb_crc_async_data *fb_crc; in test_display_planes_random() local 2423 fb_crc = chamelium_calculate_fb_crc_async_start(data->drm_fd, in test_display_planes_random() 2435 expected_crc = chamelium_calculate_fb_crc_async_finish(fb_crc); in test_display_planes_random()
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 692 static string fb_crc(IFramebuffer* fb) in fb_crc() function 753 fmt::print(" CRC16 {}\n", fb_crc(fb).c_str()); in print_outputs()
|