| H A D | drm_rect_test.c | 29 bool visible; in drm_test_rect_clip_scaled_div_by_zero() 38 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 40 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 41 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 46 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 48 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 49 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 55 bool visible; in drm_test_rect_clip_scaled_not_clipped() 28 bool visible; drm_test_rect_clip_scaled_div_by_zero() local 54 bool visible; drm_test_rect_clip_scaled_not_clipped() local 102 bool visible; drm_test_rect_clip_scaled_clipped() local 192 bool visible; drm_test_rect_clip_scaled_signed_vs_unsigned() local 340 bool visible; drm_test_rect_intersect() local [all...] |