Home
last modified time | relevance | path

Searched refs:igt_fb_supported_format (Results 1 – 8 of 8) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_plane_scaling.c242 if (igt_fb_supported_format(format) && in test_scaler_with_rotation_pipe()
278 if (igt_fb_supported_format(format) && in test_scaler_with_pixel_format_pipe()
515 if (!igt_fb_supported_format(f1) || in test_scaler_with_clipping_clamping_scenario()
522 if (!igt_fb_supported_format(f2) || in test_scaler_with_clipping_clamping_scenario()
Dkms_big_fb.c696 igt_fb_supported_format(data.format));
Dkms_plane.c710 if (!igt_fb_supported_format(format)) in test_format_plane()
Dkms_rotation_crc.c408 if (!igt_fb_supported_format(format)) in test_plane_rotation()
Dkms_atomic.c272 if (igt_fb_supported_format(plane_kms->formats[i])) in plane_get_igt_format()
Dkms_chamelium.c2030 if (igt_fb_supported_format(plane->formats[i]) && in randomize_plane_setup()
/external/igt-gpu-tools/lib/
Digt_fb.h204 bool igt_fb_supported_format(uint32_t drm_format);
Digt_fb.c3567 bool igt_fb_supported_format(uint32_t drm_format) in igt_fb_supported_format() function