Searched refs:igt_fb_t (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_plane_cursor.c | 99 static void draw_color(igt_fb_t *fb, double r, double g, double b) in draw_color() 117 static void test_cursor_pos(data_t *data, igt_fb_t *pfb, igt_fb_t *ofb, in test_cursor_pos() 118 igt_fb_t *cfb, const rect_t *or, int x, int y) in test_cursor_pos() 168 static void test_cursor_spots(data_t *data, igt_fb_t *pfb, igt_fb_t *ofb, in test_cursor_spots() 169 igt_fb_t *cfb, const rect_t *or, int size) in test_cursor_spots() 206 igt_fb_t pfb, ofb, cfb; in test_cursor_overlay() 239 igt_fb_t pfb, cfb; in test_cursor_primary() 271 igt_fb_t pfb, ofb, cfb; in test_cursor_viewport()
|
D | kms_vrr.c | 50 igt_fb_t fb0; 51 igt_fb_t fb1; 215 do_flip(data_t *data, enum pipe pipe_id, igt_fb_t *fb) in do_flip()
|
D | kms_atomic_interruptible.c | 82 igt_fb_t fb, fb2; in run_plane_test()
|
D | kms_atomic_transition.c | 58 igt_fb_t fb; in run_primary_test()
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_bypass.c | 100 static void draw_dp_test_pattern_color_ramp(igt_fb_t *fb) in draw_dp_test_pattern_color_ramp() 158 static void draw_dp_test_pattern_vert_lines(igt_fb_t *fb) in draw_dp_test_pattern_vert_lines() 197 static void draw_dp_test_pattern_horz_lines(igt_fb_t *fb) in draw_dp_test_pattern_horz_lines() 240 static void draw_dp_test_pattern_color_squares_vesa(igt_fb_t *fb) in draw_dp_test_pattern_color_squares_vesa() 295 static void generate_test_pattern(igt_fb_t *fb, data_t *data, enum pattern ptn) in generate_test_pattern() 313 igt_fb_t fb; in bypass_8bpc_test()
|
D | amd_color.c | 131 static void draw_color(igt_fb_t *fb, double r, double g, double b) in draw_color() 141 static void draw_gamma_test(igt_fb_t *fb) in draw_gamma_test() 229 igt_fb_t afb; in test_crtc_linear_degamma() 271 igt_fb_t afb; in test_crtc_linear_regamma() 328 igt_fb_t afb; in test_crtc_lut_accuracy()
|
/external/igt-gpu-tools/lib/ |
D | igt_fb.h | 100 } igt_fb_t; typedef
|