Searched refs:cursor_h (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_cursor_crc.c | 261 int cursor_h = data->curh; in test_crc_onscreen() local 268 …do_test(data, left , right , top - (cursor_h-2), bottom + (cursor_h-2)… in test_crc_onscreen() 269 …do_test(data, left - (cursor_w-2), right + (cursor_w-2), top - (cursor_h-2), bottom + (cursor_h-2)… in test_crc_onscreen() 273 …do_test(data, left , right , top - (cursor_h-1), bottom + (cursor_h-1)… in test_crc_onscreen() 274 …do_test(data, left - (cursor_w-1), right + (cursor_w-1), top - (cursor_h-1), bottom + (cursor_h-1)… in test_crc_onscreen() 284 int cursor_h = data->curh; in test_crc_offscreen() local 288 do_test(data, left , right , top - (cursor_h), bottom + (cursor_h)); in test_crc_offscreen() 289 do_test(data, left - (cursor_w), right + (cursor_w), top - (cursor_h), bottom + (cursor_h)); in test_crc_offscreen() 293 …do_test(data, left , right , top - (cursor_h+1), bottom + (cursor_h+1)… in test_crc_offscreen() 294 …do_test(data, left - (cursor_w+1), right + (cursor_w+1), top - (cursor_h+1), bottom + (cursor_h+1)… in test_crc_offscreen() [all …]
|