| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | test.h | 29 struct test_display { struct in struct:test 78 struct test_display *dpy; 87 void test_target_create_render(struct test_display *dpy, 90 void test_target_destroy_render(struct test_display *dpy, 110 void test_timer_start(struct test_display *t, struct timespec *tv); 111 double test_timer_stop(struct test_display *t, struct timespec *tv);
|
| H A D | lowlevel-blt-bench.c | 96 static Picture source_pixmap(struct test_display *t, struct test_target *target, int format) 122 static Picture source_a8r8g8b8(struct test_display *t, struct test_target *target) 127 static Picture source_x8r8g8b8(struct test_display *t, struct test_target *target) 132 static Picture source_a8(struct test_display *t, struct test_target *target) 137 static Picture source_a4(struct test_display *t, struct test_target *target) 142 static Picture source_a1(struct test_display *t, struct test_target *target) 147 static Picture source_1x1r(struct test_display *t, struct test_target *target) 168 static Picture source_solid(struct test_display *t, struct test_target *target) 174 static Picture source_linear_horizontal(struct test_display *t, struct test_target *target) 183 static Picture source_linear_vertical(struct test_display * [all...] |
| H A D | test_display.c | 10 static Window get_root(struct test_display *t) 98 static void shm_setup(struct test_display *d) 120 static void default_setup(struct test_display *dpy) 132 struct test_display *out, 133 struct test_display *ref) 154 void test_timer_start(struct test_display *t, struct timespec *tv) 159 double test_timer_stop(struct test_display *t, struct timespec *tv)
|
| H A D | basic-copyarea-size.c | 16 static void target_init(struct test_display *t, struct draw *tt, int size) 39 static void target_fini(struct test_display *t, struct draw *tt)
|
| H A D | basic-lines.c | 51 static void clear(struct test_display *dpy, struct test_target *tt) 58 static void draw_line(struct test_display *dpy, struct test_target *tt,
|
| H A D | basic-string.c | 10 static void draw_string(struct test_display *t, Drawable d, uint8_t alu, 33 static void clear(struct test_display *dpy, struct test_target *tt)
|
| H A D | render-composite-solid-mask.c | 16 static void fill_rect(struct test_display *dpy, Picture p, uint8_t op, 42 static void clear(struct test_display *dpy, struct test_target *tt)
|
| H A D | render-copyarea-size.c | 17 static void target_init(struct test_display *t, struct draw *tt, int size) 44 static void target_fini(struct test_display *t, struct draw *tt)
|
| H A D | test_render.c | 20 void test_target_create_render(struct test_display *dpy, 71 void test_target_destroy_render(struct test_display *dpy,
|
| H A D | Makefile.am | 52 test_display.c \
|
| H A D | DrawSegments.c | 51 static void clear(struct test_display *dpy, struct test_target *tt) 58 static void draw(struct test_display *dpy, struct test_target *tt,
|
| H A D | render-copyarea-mask.c | 9 static void fill_rect(struct test_display *t, 69 static void clear(struct test_display *dpy, struct test_target *tt)
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | lowlevel-blt-bench.c | 96 static Picture source_pixmap(struct test_display *t, struct test_target *target, int format) 122 static Picture source_a8r8g8b8(struct test_display *t, struct test_target *target) 127 static Picture source_x8r8g8b8(struct test_display *t, struct test_target *target) 132 static Picture source_a8(struct test_display *t, struct test_target *target) 137 static Picture source_a4(struct test_display *t, struct test_target *target) 142 static Picture source_a1(struct test_display *t, struct test_target *target) 147 static Picture source_1x1r(struct test_display *t, struct test_target *target) 168 static Picture source_solid(struct test_display *t, struct test_target *target) 174 static Picture source_linear_horizontal(struct test_display *t, struct test_target *target) 183 static Picture source_linear_vertical(struct test_display * [all...] |
| H A D | test.h | 29 struct test_display { struct in struct:test 78 struct test_display *dpy; 87 void test_target_create_render(struct test_display *dpy, 90 void test_target_destroy_render(struct test_display *dpy, 119 void test_timer_start(struct test_display *t, struct timespec *tv); 120 double test_timer_stop(struct test_display *t, struct timespec *tv);
|
| H A D | test_display.c | 10 static Window get_root(struct test_display *t) 98 static void shm_setup(struct test_display *d) 120 static void default_setup(struct test_display *dpy) 132 struct test_display *out, 133 struct test_display *ref) 154 void test_timer_start(struct test_display *t, struct timespec *tv) 159 double test_timer_stop(struct test_display *t, struct timespec *tv)
|
| H A D | basic-copyarea-size.c | 16 static void target_init(struct test_display *t, struct draw *tt, int size) 39 static void target_fini(struct test_display *t, struct draw *tt)
|
| H A D | basic-copyplane.c | 13 static void draw_clock(struct test_display *t, Drawable d, 36 static void clear(struct test_display *dpy, struct test_target *tt)
|
| H A D | basic-lines.c | 51 static void clear(struct test_display *dpy, struct test_target *tt) 58 static void draw_line(struct test_display *dpy, struct test_target *tt,
|
| H A D | basic-string.c | 10 static void draw_string(struct test_display *t, Drawable d, uint8_t alu, 33 static void clear(struct test_display *dpy, struct test_target *tt)
|
| H A D | render-composite-solid-mask.c | 16 static void fill_rect(struct test_display *dpy, Picture p, uint8_t op, 42 static void clear(struct test_display *dpy, struct test_target *tt)
|
| H A D | render-copyarea-size.c | 17 static void target_init(struct test_display *t, struct draw *tt, int size) 44 static void target_fini(struct test_display *t, struct draw *tt)
|
| H A D | test_render.c | 20 void test_target_create_render(struct test_display *dpy, 71 void test_target_destroy_render(struct test_display *dpy,
|
| H A D | Makefile.am | 65 test_display.c \
|
| H A D | DrawSegments.c | 51 static void clear(struct test_display *dpy, struct test_target *tt) 58 static void draw(struct test_display *dpy, struct test_target *tt,
|
| H A D | render-copyarea-mask.c | 9 static void fill_rect(struct test_display *t, 69 static void clear(struct test_display *dpy, struct test_target *tt)
|