Lines Matching +defs:val +defs:width
585 void igt_init_fb(struct igt_fb *fb, int fd, int width, int height, in igt_init_fb()
720 void igt_calc_fb_size(int fd, int width, int height, uint32_t drm_format, uint64_t modifier, in igt_calc_fb_size()
953 void igt_create_bo_for_fb(int fd, int width, int height, in igt_create_bo_for_fb()
980 int igt_create_bo_with_dimensions(int fd, int width, int height, in igt_create_bo_with_dimensions()
1006 #define set_u16_bit(x, n, val) ((x & ~(1 << n)) | (val << n)) argument
1034 uint8_t val; in update_crc16_dp() local
1310 paint_test_patterns(cairo_t *cr, int width, int height) in paint_test_patterns()
1435 void igt_paint_test_pattern(cairo_t *cr, int width, int height) in igt_paint_test_pattern()
1536 igt_create_fb_with_bo_size(int fd, int width, int height, in igt_create_fb_with_bo_size()
1595 unsigned int igt_create_fb(int fd, int width, int height, uint32_t format, in igt_create_fb()
1627 unsigned int igt_create_color_fb(int fd, int width, int height, in igt_create_color_fb()
1667 unsigned int igt_create_pattern_fb(int fd, int width, int height, in igt_create_pattern_fb()
1710 unsigned int igt_create_color_pattern_fb(int fd, int width, int height, in igt_create_color_pattern_fb()
1749 unsigned int igt_create_image_fb(int fd, int width, int height, in igt_create_image_fb()
1777 int x, y, width, height; member
2247 unsigned int width, in igt_fb_create_cairo_shadow_buffer()
2275 static uint8_t clamprgb(float val) in clamprgb()