Searched refs:expected_intersection (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/tests/ |
H A D | drm_rect_test.c | 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), [all …]
|