Searched refs:Scratch (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_xaa.c | 279 if (pI810->Scratch.Size != 0) { 282 int nr_buffers = pI810->Scratch.Size / width; 283 unsigned char *ptr = pI810->FbBase + pI810->Scratch.Start;
|
| H A D | i810.h | 146 I810MemRange Scratch; member in struct:_I810Rec
|
| H A D | i810_driver.c | 1522 if (I810AllocLow(&pI810->Scratch, &(pI810->SysMem), 64 * 1024) || 1523 I810AllocLow(&pI810->Scratch, &(pI810->SysMem), 16 * 1024)) { 1524 xf86DrvMsg(scrn->scrnIndex, X_INFO, "Allocated Scratch Memory\n"); 1527 "Scratch memory allocation failed\n");
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_xaa.c | 279 if (pI810->Scratch.Size != 0) { 282 int nr_buffers = pI810->Scratch.Size / width; 283 unsigned char *ptr = pI810->FbBase + pI810->Scratch.Start;
|
| H A D | i810.h | 146 I810MemRange Scratch; member in struct:_I810Rec
|
| H A D | i810_driver.c | 1522 if (I810AllocLow(&pI810->Scratch, &(pI810->SysMem), 64 * 1024) || 1523 I810AllocLow(&pI810->Scratch, &(pI810->SysMem), 16 * 1024)) { 1524 xf86DrvMsg(scrn->scrnIndex, X_INFO, "Allocated Scratch Memory\n"); 1527 "Scratch memory allocation failed\n");
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_accel.c | 130 if (pI810->Scratch.Size != 0) { 133 int nr_buffers = pI810->Scratch.Size / width; 134 unsigned char *ptr = pI810->FbBase + pI810->Scratch.Start;
|
| H A D | i810.h | 159 I810MemRange Scratch; member in struct:_I810Rec
|
| H A D | i810_driver.c | 1886 if (I810AllocLow(&pI810->Scratch, &(pI810->SysMem), 64 * 1024) || 1887 I810AllocLow(&pI810->Scratch, &(pI810->SysMem), 16 * 1024)) { 1889 "Scratch memory at 0x%.8x (%luk, %lu bytes)\n", 1890 pI810->Scratch.Start, 1891 pI810->Scratch.Size / 1024, pI810->Scratch.Size); 1893 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Allocated Scratch Memory\n"); 1896 "Scratch memory allocation failed\n");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| H A D | vbe.h | 58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | vbe.h | 58 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | README-ISA.md | 102 ## FLAT, Scratch, Global instructions
|
Completed in 16 milliseconds