Searched defs:fb_info (Results 1 – 4 of 4) sorted by relevance
494 struct fb_info { struct495 int node;496 int flags;497 struct fb_var_screeninfo var; /* Current var */498 struct fb_fix_screeninfo fix; /* Current fix */499 struct fb_monspecs monspecs; /* Current Monitor specs */500 struct fb_pixmap pixmap; /* Image hardware mapper */501 struct fb_pixmap sprite; /* Cursor hardware mapper */502 struct fb_cmap cmap; /* Current cmap */503 struct list_head modelist; /* mode list */[all …]
605 VkFramebufferCreateInfo fb_info = {}; in InitRenderTarget() local
7614 VkFramebufferCreateInfo fb_info = {}; in TEST_F() local7957 VkFramebufferCreateInfo fb_info = {}; in TEST_F() local19627 auto fb_info = lvl_init_struct<VkFramebufferCreateInfo>(); in TEST_F() local
9106 MT_FB_ATTACHMENT_INFO fb_info; in PostCallRecordCreateFramebuffer() local