Searched refs:IGT_FORMAT_ARGS (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_plane.c | 550 IGT_FORMAT_ARGS(format), kmstest_pipe_name(pipe), in test_format_plane_colors() 564 IGT_FORMAT_ARGS(format), modifier, in test_format_plane_rgb() 602 IGT_FORMAT_ARGS(format), modifier, in test_format_plane_yuv() 658 IGT_FORMAT_ARGS(format), modifier, in test_format_plane()
|
D | kms_big_fb.c | 186 IGT_FORMAT_ARGS(format), modifier, in max_fb_size()
|
/external/igt-gpu-tools/lib/ |
D | igt_fb.h | 55 #define IGT_FORMAT_ARGS(f) ((f) >> 0) & 0xff, ((f) >> 8) & 0xff, \ macro
|
D | igt_fb.c | 1555 __func__, width, height, IGT_FORMAT_ARGS(format), modifier, in igt_create_fb_with_bo_size()
|