Searched refs:scratch_buf_write_to_png (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_render_copy.c | 200 static void scratch_buf_write_to_png(data_t *data, struct igt_buf *buf, in scratch_buf_write_to_png() function 612 scratch_buf_write_to_png(data, &src[i].buf, src[i].filename); in test() 613 scratch_buf_write_to_png(data, &dst, "destination.png"); in test() 614 scratch_buf_write_to_png(data, &ref, "reference.png"); in test() 647 scratch_buf_write_to_png(data, &dst, "result.png"); in test() 649 scratch_buf_write_to_png(data, &ccs, "compressed.png"); in test()
|