Lines Matching defs:fb
539 static unsigned fb_plane_width(const struct igt_fb *fb, int plane) in fb_plane_width()
552 static unsigned fb_plane_bpp(const struct igt_fb *fb, int plane) in fb_plane_bpp()
562 static unsigned fb_plane_height(const struct igt_fb *fb, int plane) in fb_plane_height()
575 static int fb_num_planes(const struct igt_fb *fb) in fb_num_planes()
585 void igt_init_fb(struct igt_fb *fb, int fd, int width, int height, in igt_init_fb()
612 static uint32_t calc_plane_stride(struct igt_fb *fb, int plane) in calc_plane_stride()
650 static uint64_t calc_plane_size(struct igt_fb *fb, int plane) in calc_plane_size()
689 static uint64_t calc_fb_size(struct igt_fb *fb) in calc_fb_size()
723 struct igt_fb fb; in igt_calc_fb_size() local
796 static void clear_yuv_buffer(struct igt_fb *fb) in clear_yuv_buffer()
869 static int create_bo_for_fb(struct igt_fb *fb) in create_bo_for_fb()
955 struct igt_fb *fb /* out */) in igt_create_bo_for_fb()
985 struct igt_fb fb; in igt_create_bo_with_dimensions() local
1151 void igt_fb_calc_crc(struct igt_fb *fb, igt_crc_t *crc) in igt_fb_calc_crc()
1540 struct igt_fb *fb, uint64_t bo_size, in igt_create_fb_with_bo_size()
1596 uint64_t modifier, struct igt_fb *fb) in igt_create_fb()
1630 struct igt_fb *fb /* out */) in igt_create_color_fb()
1669 struct igt_fb *fb /* out */) in igt_create_pattern_fb()
1713 struct igt_fb *fb /* out */) in igt_create_color_pattern_fb()
1752 struct igt_fb *fb /* out */) in igt_create_image_fb()
1857 struct igt_fb fb; in igt_create_stereo_fb() local
1903 struct igt_fb fb; member
1909 struct igt_fb *fb; member
1916 static bool blitter_ok(const struct igt_fb *fb) in blitter_ok()
1935 static bool use_rendercopy(const struct igt_fb *fb) in use_rendercopy()
1942 static bool use_blitter(const struct igt_fb *fb) in use_blitter()
1951 const struct igt_fb *fb, in init_buf()
2031 struct igt_fb *fb = blit->fb; in free_linear_mapping() local
2074 struct igt_fb *fb = blit->fb; in setup_linear_mapping() local
2128 static void create_cairo_surface__gpu(int fd, struct igt_fb *fb) in create_cairo_surface__gpu()
2163 int igt_dirty_fb(int fd, struct igt_fb *fb) in igt_dirty_fb()
2168 static void unmap_bo(struct igt_fb *fb, void *ptr) in unmap_bo()
2179 struct igt_fb *fb = arg; in destroy_cairo_surface__gtt() local
2186 static void *map_bo(int fd, struct igt_fb *fb) in map_bo()
2217 static void create_cairo_surface__gtt(int fd, struct igt_fb *fb) in create_cairo_surface__gtt()
2297 struct igt_fb *fb; member
2345 static void get_yuv_parameters(struct igt_fb *fb, struct yuv_parameters *params) in get_yuv_parameters()
3183 struct igt_fb *fb = blit->base.fb; in destroy_cairo_surface__convert() local
3209 static void create_cairo_surface__convert(int fd, struct igt_fb *fb) in create_cairo_surface__convert()
3293 void *igt_fb_map_buffer(int fd, struct igt_fb *fb) in igt_fb_map_buffer()
3306 void igt_fb_unmap_buffer(struct igt_fb *fb, void *buffer) in igt_fb_unmap_buffer()
3323 cairo_surface_t *igt_get_cairo_surface(int fd, struct igt_fb *fb) in igt_get_cairo_surface()
3371 cairo_t *igt_get_cairo_ctx(int fd, struct igt_fb *fb) in igt_get_cairo_ctx()
3398 void igt_put_cairo_ctx(int fd, struct igt_fb *fb, cairo_t *cr) in igt_put_cairo_ctx()
3416 void igt_remove_fb(int fd, struct igt_fb *fb) in igt_remove_fb()