Lines Matching defs:blit_result

717 	int blit_result = 0;
719 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_RGB565, &src, &fb, &params->clip,
724 KUNIT_EXPECT_FALSE(test, blit_result);
764 int blit_result = 0;
766 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_XRGB1555, &src, &fb, &params->clip,
771 KUNIT_EXPECT_FALSE(test, blit_result);
811 int blit_result = 0;
813 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_ARGB1555, &src, &fb, &params->clip,
818 KUNIT_EXPECT_FALSE(test, blit_result);
858 int blit_result = 0;
860 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_RGBA5551, &src, &fb, &params->clip,
865 KUNIT_EXPECT_FALSE(test, blit_result);
908 int blit_result = 0;
910 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_RGB888, &src, &fb, &params->clip,
913 KUNIT_EXPECT_FALSE(test, blit_result);
953 int blit_result = 0;
955 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_ARGB8888, &src, &fb, &params->clip,
960 KUNIT_EXPECT_FALSE(test, blit_result);
1000 int blit_result = 0;
1002 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_XRGB2101010, &src, &fb,
1005 KUNIT_EXPECT_FALSE(test, blit_result);
1045 int blit_result = 0;
1047 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_ARGB2101010, &src, &fb,
1052 KUNIT_EXPECT_FALSE(test, blit_result);
1125 int blit_result;
1127 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_XRGB8888 | DRM_FORMAT_BIG_ENDIAN,
1131 KUNIT_EXPECT_FALSE(test, blit_result);
1137 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_BGRX8888, &src, &fb, &params->clip,
1141 KUNIT_EXPECT_FALSE(test, blit_result);
1152 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_XRGB8888, &src, &fb, &params->clip,
1156 KUNIT_EXPECT_FALSE(test, blit_result);
1189 int blit_result = 0;
1191 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_ABGR8888, &src, &fb, &params->clip,
1196 KUNIT_EXPECT_FALSE(test, blit_result);
1229 int blit_result = 0;
1231 blit_result = drm_fb_blit(&dst, dst_pitch, DRM_FORMAT_XBGR8888, &src, &fb, &params->clip,
1236 KUNIT_EXPECT_FALSE(test, blit_result);
1833 int blit_result;
1835 blit_result = drm_fb_blit(dst, dst_pitches, params->format, src, &fb, &params->clip,
1838 KUNIT_EXPECT_FALSE(test, blit_result);