Lines Matching refs:pitch

105 	unsigned int pitch;  member
128 .pitch = 1 * 4,
195 .pitch = 2 * 4,
269 .pitch = 4 * 4,
423 .pitch = 3 * 4,
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()
1250 unsigned int pitch; member
1259 .pitch = TEST_USE_DEFAULT_PITCH,
1266 .pitch = TEST_USE_DEFAULT_PITCH,
1273 .pitch = TEST_USE_DEFAULT_PITCH,
1280 .pitch = TEST_USE_DEFAULT_PITCH,
1287 .pitch = 20,
1294 .pitch = 20,
1301 .pitch = 20,
1321 unsigned int pitch = params->pitch; in drm_test_fb_clip_offset() local
1323 if (pitch == TEST_USE_DEFAULT_PITCH) in drm_test_fb_clip_offset()
1324 pitch = drm_format_info_min_pitch(format_info, 0, in drm_test_fb_clip_offset()
1331 KUNIT_ASSERT_NE(test, pitch, 0); in drm_test_fb_clip_offset()
1333 offset = drm_fb_clip_offset(pitch, format_info, &params->clip); in drm_test_fb_clip_offset()