Lines Matching refs:rotation
59 igt_rotation_t rotation; member
84 rgb_color_t *bl, igt_rotation_t rotation) in rotate_colors() argument
88 if (rotation & IGT_REFLECT_X) { in rotate_colors()
93 if (rotation & IGT_ROTATION_90) { in rotate_colors()
102 } else if (rotation & IGT_ROTATION_180) { in rotate_colors()
105 } else if (rotation & IGT_ROTATION_270) { in rotate_colors()
121 paint_squares(data_t *data, igt_rotation_t rotation, in paint_squares() argument
139 rotate_colors(&tl, &tr, &br, &bl, rotation); in paint_squares()
248 if (data->rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) { in prepare_fbs()
259 paint_squares(data, data->rotation, &data->fb_flip, in prepare_fbs()
282 paint_squares(data, data->rotation, &data->fb_reference, 1.0); in prepare_fbs()
325 igt_plane_set_rotation(plane, data->rotation); in test_single_case()
326 if (data->rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) in test_single_case()
348 if (data->rotation == IGT_ROTATION_90 || data->rotation == IGT_ROTATION_270) in test_single_case()
532 igt_rotation_t rotation; in test_multi_plane_rotation() member
595 (planeconfigs[i].rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) in test_multi_plane_rotation()
600 (planeconfigs[j].rotation & (IGT_ROTATION_90 | IGT_ROTATION_270)) in test_multi_plane_rotation()
604 p[0].rotation_sw = planeconfigs[i].rotation; in test_multi_plane_rotation()
606 p[1].rotation_sw = planeconfigs[j].rotation; in test_multi_plane_rotation()
792 data.rotation = subtest->rot;
799 data.rotation = IGT_ROTATION_90;
813 data.rotation = IGT_ROTATION_90;
821 data.rotation = IGT_ROTATION_90;
834 data.rotation = (IGT_REFLECT_X | reflect_x->rot);