| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_vt162x.c | 408 " Mode \"%s\" not found in Table\n", mode->name); 448 struct VT162XTableRec *Table; 454 Table = VT1622Table; 456 Table = VT1625Table; 458 Table = VT1623Table; 460 for (i = 0; Table[i].Width; i++) { 463 Table[i].Width, mode->CrtcHDisplay, 464 Table[i].Height, mode->CrtcVDisplay, 465 Table[i].Standard, pBIOSInfo->TVType, 466 Table[i].name, mode->name) [all...] |
| via_ch7xxx.c | 110 /* single init table --> single channel LVDS transmitter ? */ 116 /* dual init table --> dual channel LVDS transmitter ? */ 264 " Mode \"%s\" not found in Table\n", mode->name); 283 " Mode \"%s\" not found in Table\n", mode->name); 336 struct CH7xxxTableRec Table; 340 Table = CH7011Table[CH7011ModeIndex(pScrn, mode)]; 345 Table = CH7019Table[CH7019ModeIndex(pScrn, mode)]; 356 xf86I2CWriteByte(pBIOSInfo->TVI2CDev, i, Table.TV[i]); 364 CARD16 *DotCrawl = Table.DotCrawlNTSC; 398 xf86I2CWriteByte(pBIOSInfo->TVI2CDev, Table.Patch2[i] & 0xFF, Table.Patch2[i] >> 8) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/hgl/ |
| GLDispatcher.h | 36 struct _glapi_table* Table(); 64 BGLDispatcher::Table()
|
| /xsrc/external/mit/xmag/dist/ |
| ScaleP.h | 55 } Table; 87 Table table; member in struct:__anon9741
|
| /xsrc/external/mit/libXt/dist/util/ |
| makestrs.c | 48 } Table; 54 Table *table; member in struct:_File 55 Table *tablecurrent; 56 Table **tabletail; 124 Table *t; 128 for (t = phile->table; t; t = t->next) { 149 Table *t; 154 for (t = phile->table; t; t = t->next) { 172 Table *t 595 Table *table; local [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| riva_hw.c | 686 for (i = 0; i < sizeof(tbl##Table##dev)/8; i++) \ 687 chip->dev[tbl##Table##dev[i][0]] = tbl##Table##dev[i][1] 689 for (i = 0; i < sizeof(tbl##Table##dev##_8BPP)/8; i++) \ 690 chip->dev[tbl##Table##dev##_8BPP[i][0]] = tbl##Table##dev##_8BPP[i][1] 692 for (i = 0; i < sizeof(tbl##Table##dev##_15BPP)/8; i++) \ 693 chip->dev[tbl##Table##dev##_15BPP[i][0]] = tbl##Table##dev##_15BPP[i][1] 695 for (i = 0; i < sizeof(tbl##Table##dev##_16BPP)/8; i++) [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_texture_signed_rgba.spec | 96 in Table 2.9 for component conversions. That conversion says: 100 The Table 2.9 conversion is incapable of exactly representing 201 Add to Table 3.16 (page 154): Sized internal formats
|
| MESA_texture_array.spec | 459 comparison function as shown in table 3.27." 534 is defined in table X. 552 Table X: Texture types accessed for each of the <texTarget>, and 713 (add to table 6.15, p. 276) 726 (add to Table 6.32, p. 293)
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_texture_signed_rgba.spec | 96 in Table 2.9 for component conversions. That conversion says: 100 The Table 2.9 conversion is incapable of exactly representing 201 Add to Table 3.16 (page 154): Sized internal formats
|
| MESA_texture_array.spec | 459 comparison function as shown in table 3.27." 534 is defined in table X. 552 Table X: Texture types accessed for each of the <texTarget>, and 713 (add to table 6.15, p. 276) 726 (add to Table 6.32, p. 293)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| glxapi.c | 27 * This is the GLX API dispatcher. It uses a dispatch table but that's 28 * not really needed anymore since the table always points to the "fake" 47 struct _glxapi_table *Table; 97 prevTable = d->Table; 98 return d->Table; /* done! */ 104 /* Setup the dispatch table */ 113 d->Table = t; 132 #define GET_DISPATCH(DPY, TABLE) \ 134 TABLE = prevTable; \ 137 TABLE = NULL; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| glxapi.c | 27 * This is the GLX API dispatcher. It uses a dispatch table but that's 28 * not really needed anymore since the table always points to the "fake" 47 struct _glxapi_table *Table; 101 prevTable = d->Table; 102 return d->Table; /* done! */ 108 /* Setup the dispatch table */ 117 d->Table = t; 136 #define GET_DISPATCH(DPY, TABLE) \ 138 TABLE = prevTable; \ 141 TABLE = NULL; [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 79 The new table is: 102 Table 3.5: DrawPixels and ReadPixels formats. The third column 172 described in the table below:
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 79 The new table is: 102 Table 3.5: DrawPixels and ReadPixels formats. The third column 172 described in the table below:
|
| /xsrc/external/mit/xwud/dist/ |
| xwud.c | 333 Error("Can't malloc color table"); 745 } Table; 756 Table table; local 802 table.x = (Position *) malloc(sizeof(Position) * (src_image->width + 1)); 803 if (table.x == NULL) 804 Error("Can't malloc scaled image X table"); 805 table.y = (Position *) malloc(sizeof(Position) * (src_image->height + 1)); 806 if (table.y == NULL) 807 Error("Can't malloc scaled image Y table"); [all...] |
| /xsrc/external/mit/bitmap/dist/ |
| Graphics.c | 1528 } Table; 1536 Table table; local 1554 table.x = (Position *) XtMalloc(sizeof(Position) * src->width); 1555 table.y = (Position *) XtMalloc(sizeof(Position) * src->height); 1556 table.width = (Dimension *) XtMalloc(sizeof(Dimension) * src->width); 1557 table.height = (Dimension *) XtMalloc(sizeof(Dimension) * src->height); 1560 table.x[x] = rint(scale_x * x); 1561 table.width[x] = rint(scale_x * (x + 1)) - rint(scale_x * x); 1564 table.y[y] = rint(scale_y * y) [all...] |