Searched refs:scratch_buf_check (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_render_copy_redux.c | 122 scratch_buf_check(data_t *data, struct igt_buf *buf, int x, int y, in scratch_buf_check() function 142 scratch_buf_check(data, &src, WIDTH / 2, HEIGHT / 2, SRC_COLOR); in copy() 143 scratch_buf_check(data, &dst, WIDTH / 2, HEIGHT / 2, DST_COLOR); in copy() 149 scratch_buf_check(data, &dst, 10, 10, DST_COLOR); in copy() 150 scratch_buf_check(data, &dst, WIDTH - 10, HEIGHT - 10, SRC_COLOR); in copy() 189 scratch_buf_check(data, &dst, 10, 10, DST_COLOR); in copy_flink() 190 scratch_buf_check(data, &dst, WIDTH - 10, HEIGHT - 10, SRC_COLOR); in copy_flink() 192 scratch_buf_check(data, &dst, 10, 10, DST_COLOR); in copy_flink() 193 scratch_buf_check(data, &dst, WIDTH - 10, HEIGHT - 10, SRC_COLOR); in copy_flink()
|
D | gem_gpgpu_fill.c | 85 scratch_buf_check(data_t *data, struct igt_buf *buf, int x, int y, in scratch_buf_check() function 125 scratch_buf_check(&data, &dst, i, j, COLOR_C4); 136 scratch_buf_check(&data, &dst, i, j, COLOR_4C); 138 scratch_buf_check(&data, &dst, i, j, COLOR_C4);
|
D | gem_media_fill.c | 88 scratch_buf_check(data_t *data, struct igt_buf *buf, int x, int y, in scratch_buf_check() function 129 scratch_buf_check(&data, &dst, i, j, COLOR_C4); 140 scratch_buf_check(&data, &dst, i, j, COLOR_4C); 142 scratch_buf_check(&data, &dst, i, j, COLOR_C4);
|
D | gem_render_copy.c | 468 scratch_buf_check(data_t *data, in scratch_buf_check() function 664 scratch_buf_check(data, &dst, &ref, 10, 10); in test() 665 scratch_buf_check(data, &dst, &ref, WIDTH - 10, HEIGHT - 10); in test()
|