Searched refs:ast_info (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | tools.c | 42 ast_info.ast_fb_size = (ast_info.ast_fb_size + pagesize - 1) / 55 ast_info.ast_mmio_size = (ast_info.ast_mmio_size + pagesize - 1) / 83 if (ioctl(ast_info.ast_fd, GFX_IOCTL_GET_PCI_CONFIG, 88 ast_info.ast_vendor = pciconfig.VendorID; 89 ast_info.ast_device = pciconfig.DeviceID; 120 ast_info.ast_fb_addr = mem_base[0] & 0xfff00000; 121 ast_info.ast_fb_size = 0; 123 ast_info [all...] |
H A D | dma.c | 69 memset(&ast_info, 0, sizeof (ast_info)); 70 ast_info.ast_fd = fd; 104 ast_info.ast_width, ast_info.ast_height,
|
H A D | chip.c | 72 memset(&ast_info, 0, sizeof (ast_info)); 73 ast_info.ast_fd = fd; 102 ast_info.ast_width, ast_info.ast_height, black)) { 118 if (!draw_lines(ast_info.ast_width, ast_info.ast_height)) { 141 if (!draw_cascaded_box(ast_info.ast_width, ast_info.ast_height)) { 166 ast_info [all...] |
H A D | mapper.c | 93 memset(&ast_info, 0, sizeof (ast_info)); 94 ast_info.ast_fd = fd;
|
H A D | memory.c | 93 memset(&ast_info, 0, sizeof (ast_info)); 94 ast_info.ast_fd = fd; 147 check_plane(ast_info.ast_depth, access_mode[i], 148 ast_info.ast_linesize / ast_info.ast_pixelsize, 149 ast_info.ast_height, 150 ast_info.ast_width, ast_info.ast_pixelsize, 151 (caddr_t)ast_info [all...] |
H A D | libvtsSUNWast.h | 63 typedef struct ast_info { struct 315 extern ast_info_t ast_info;
|
H A D | libvtsSUNWast.c | 26 ast_info_t ast_info; variable
|
Completed in 505 milliseconds