Lines Matching full:should

27 	KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n");  in drm_test_rect_clip_scaled_div_by_zero()
35 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero()
54 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped()
55 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_not_clipped()
68 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped()
69 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_not_clipped()
82 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped()
83 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_not_clipped()
102 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped()
103 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_clipped()
116 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped()
117 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_clipped()
130 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped()
131 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_clipped()
144 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped()
145 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_clipped()
158 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped()
159 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_clipped()
172 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped()
173 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_clipped()
186 * should have been fully clipped. Make sure both rectangles in drm_test_rect_clip_scaled_signed_vs_unsigned()
195 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination should not be visible\n"); in drm_test_rect_clip_scaled_signed_vs_unsigned()
196 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_signed_vs_unsigned()