Lines Matching refs:expected_intersection
216 struct drm_rect expected_intersection; member
225 .expected_intersection = DRM_RECT_INIT(1, 1, 1, 1),
232 .expected_intersection = DRM_RECT_INIT(1, 0, 1, 1),
239 .expected_intersection = DRM_RECT_INIT(1, 0, 1, 1),
246 .expected_intersection = DRM_RECT_INIT(1, 1, 1, 1),
253 .expected_intersection = DRM_RECT_INIT(1, 0, 1, 1),
260 .expected_intersection = DRM_RECT_INIT(1, 0, 1, 1),
267 .expected_intersection = DRM_RECT_INIT(0, 0, 1, 2),
274 .expected_intersection = DRM_RECT_INIT(0, 0, 1, 2),
281 .expected_intersection = DRM_RECT_INIT(1, 1, 0, 0),
288 .expected_intersection = DRM_RECT_INIT(1, 0, 0, 1),
295 .expected_intersection = DRM_RECT_INIT(0, 0, 2, 2),
302 .expected_intersection = DRM_RECT_INIT(1, 1, 1, 1),
309 .expected_intersection = DRM_RECT_INIT(3, 6, -2, -5),
316 .expected_intersection = DRM_RECT_INIT(5, 10, 0, 0),
323 .expected_intersection = DRM_RECT_INIT(5, 10, -5, -10),
345 drm_rect_compare(test, &r1_aux, ¶ms->expected_intersection); in drm_test_rect_intersect()