Lines Matching refs:pitches
653 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_gray8()
686 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_rgb332()
719 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_rgb565()
768 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_xrgb1555()
809 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_argb1555()
850 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_rgba5551()
891 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_rgb888()
934 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_bgr888()
976 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_argb8888()
1017 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_xrgb2101010()
1057 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_argb2101010()
1098 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_mono()
1131 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_swab()
1191 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_abgr8888()
1225 .pitches = { params->pitch, 0, 0 }, in drm_test_fb_xrgb8888_to_xbgr8888()
1672 memcpy(fb.pitches, params->src_pitches, DRM_FORMAT_MAX_PLANES * sizeof(int)); in drm_test_fb_memcpy()