Lines Matching refs:TEST_BUF_SIZE

17 #define TEST_BUF_SIZE 50  macro
21 const u8 expected[TEST_BUF_SIZE];
26 const u8 expected[TEST_BUF_SIZE];
31 const u16 expected[TEST_BUF_SIZE];
32 const u16 expected_swab[TEST_BUF_SIZE];
37 const u16 expected[TEST_BUF_SIZE];
42 const u16 expected[TEST_BUF_SIZE];
47 const u16 expected[TEST_BUF_SIZE];
52 const u8 expected[TEST_BUF_SIZE];
57 const u32 expected[TEST_BUF_SIZE];
62 const u32 expected[TEST_BUF_SIZE];
67 const u32 expected[TEST_BUF_SIZE];
72 const u8 expected[TEST_BUF_SIZE];
79 const u32 xrgb8888[TEST_BUF_SIZE];
529 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_gray8()
559 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_rgb332()
589 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_rgb565()
625 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_xrgb1555()
656 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_argb1555()
687 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_rgba5551()
718 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_rgb888()
752 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_argb8888()
783 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_xrgb2101010()
814 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_argb2101010()
845 xrgb8888 = cpubuf_to_le32(test, params->xrgb8888, TEST_BUF_SIZE); in drm_test_fb_xrgb8888_to_mono()