HomeSort by: relevance | last modified time | path
    Searched refs:Flags (Results 1 - 25 of 510) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
bsd_pci.c 52 xf86MapDomainMemory(int ScreenNum, int Flags, struct pci_device *dev,
55 return xf86MapVidMem(ScreenNum, Flags, Base, Size);
linuxPci.c 288 linuxMapPci(int ScreenNum, int Flags, struct pci_device *dev,
304 prot = ((Flags & VIDMEM_READONLY) == 0);
319 if (Flags & VIDMEM_FRAMEBUFFER)
326 mmapflags = (Flags & VIDMEM_FRAMEBUFFER) / VIDMEM_FRAMEBUFFER;
336 if (Flags & VIDMEM_READONLY)
346 xf86MakeNewMapping(ScreenNum, Flags, realBase, Size + Offset, result);
352 return xf86MapVidMem(ScreenNum, Flags, Base, Size);
385 xf86MapDomainMemory(int ScreenNum, int Flags, struct pci_device *dev,
396 return linuxMapPci(ScreenNum, Flags, dev, Base, Size,
  /xsrc/external/mit/xf86-input-vmmouse/dist/shared/
vmmouse_client.h 49 unsigned short Flags;
  /xsrc/external/mit/xf86-video-geode/dist/src/panel/
pnl_init.c 159 if (pParam->Flags & PNL_PANELPRESENT) {
162 if (pParam->Flags & PNL_PLATFORM) {
165 if (pParam->Flags & PNL_PANELCHIP) {
168 if (pParam->Flags & PNL_PANELSTAT) {
401 if (pParam->Flags & PNL_PANELPRESENT) {
404 if (pParam->Flags & PNL_PLATFORM) {
407 if ((pParam->Flags & PNL_PANELCHIP) || (pParam->Flags & PNL_PANELSTAT)) {
410 Centaurus_Get_9211_Details(pParam->Flags, pParam);
417 Dorado_Get_9211_Details(pParam->Flags, pParam)
    [all...]
pnl_defs.h 80 unsigned long Flags;
  /xsrc/external/mit/xf86-video-nsc/dist/src/panel/
pnl_init.c 258 if (pParam->Flags & PNL_PANELPRESENT) {
261 if (pParam->Flags & PNL_PLATFORM) {
264 if (pParam->Flags & PNL_PANELCHIP) {
267 if (pParam->Flags & PNL_PANELSTAT) {
486 if (pParam->Flags & PNL_PANELPRESENT) {
489 if (pParam->Flags & PNL_PLATFORM) {
492 if ((pParam->Flags & PNL_PANELCHIP) || (pParam->Flags & PNL_PANELSTAT)) {
495 Centaurus_Get_9211_Details(pParam->Flags, pParam);
502 Dorado_Get_9211_Details(pParam->Flags, pParam)
    [all...]
pnl_defs.h 193 unsigned long Flags;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
vidmem.c 58 int flags; member in struct:__anon10633
165 xf86MakeNewMapping(int ScreenNum, int Flags, unsigned long Base, unsigned long Size, pointer Vbase)
175 mp->flags = Flags;
188 xf86MapVidMem(int ScreenNum, int Flags, unsigned long Base, unsigned long Size)
194 if (((Flags & VIDMEM_FRAMEBUFFER) &&
195 (Flags & (VIDMEM_MMIO | VIDMEM_MMIO_32BIT))))
202 vbase = vidMemInfo.mapMem(ScreenNum, Base, Size, Flags);
212 mp->flags = Flags;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
buffer9.c 66 info->flags = 0;
97 * to put the flags that are the best compromise between the real
209 DWORD Flags )
217 DBG("This=%p(pipe=%p) OffsetToLock=0x%x, SizeToLock=0x%x, Flags=0x%x\n",
219 OffsetToLock, SizeToLock, Flags);
222 user_assert(!(Flags & ~(D3DLOCK_DISCARD |
247 if (!(Flags & D3DLOCK_READONLY)) {
270 * Msdn doc: D3DLOCK_DONOTWAIT is not among the valid flags for buffers.
279 Flags &= ~(D3DLOCK_DISCARD | D3DLOCK_NOOVERWRITE);
281 if (Flags & D3DLOCK_DISCARD
    [all...]
indexbuffer9.h 76 DWORD Flags );
texture9.h 66 DWORD Flags );
vertexbuffer9.h 70 DWORD Flags );
volumetexture9.h 65 DWORD Flags );
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
stub.c 23 xf86ExtendedInitInt10(int entityIndex, int Flags)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
stub.c 23 xf86ExtendedInitInt10(int entityIndex, int Flags)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Modes.c 66 if (mode->Flags & V_INTERLACE)
68 if (mode->Flags & V_DBLSCAN)
128 Bool interlaced = ! !(mode->Flags & V_INTERLACE);
159 if (p->Flags & V_INTERLACE) {
171 if (p->Flags & V_DBLSCAN) {
280 pMode1->VScan == pMode2->VScan && pMode1->Flags == pMode2->Flags) {
325 char *flags = xnfcalloc(1, 1); local
351 add(&flags, tmp);
355 add(&flags, tmp)
    [all...]
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_cursor.c 327 if(mode->Flags & V_INTERLACE) y /= 2;
328 else if(mode->Flags & V_DBLSCAN) y *= 2;
392 else if(mode1->Flags & V_INTERLACE) { y1 /= 2; y1_preset /= 2; }
393 else if(mode1->Flags & V_DBLSCAN) { y1 *= 2; y1_preset *= 2; }
396 else if(mode2->Flags & V_INTERLACE) { y2 /= 2; y2_preset /= 2; }
397 else if(mode2->Flags & V_DBLSCAN) { y2 *= 2; y2_preset *= 2; }
432 if(mode->Flags & V_INTERLACE) y /= 2;
433 else if(mode->Flags & V_DBLSCAN) y *= 2;
483 if(mode->Flags & V_INTERLACE) y >>= 1;
484 else if(mode->Flags & V_DBLSCAN) y <<= 1
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Modes.c 69 if (mode->Flags & V_INTERLACE)
71 if (mode->Flags & V_DBLSCAN)
131 Bool interlaced = !!(mode->Flags & V_INTERLACE);
160 if (p->Flags & V_INTERLACE) {
172 if (p->Flags & V_DBLSCAN) {
266 pMode1->Flags == pMode2->Flags)
289 char *flags = xnfcalloc(1, 1); local
293 add(&flags, tmp);
297 add(&flags, tmp)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_instruction_tex.h 67 enum Flags {
93 void set_flag(Flags flag) {
101 bool has_flag(Flags flag) const {
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
buffer9.c 68 info->flags = 0;
80 * Apps expect locking the full buffer with no flags, then
131 * to put the flags that are the best compromise between the real
248 DWORD Flags )
256 DBG("This=%p(pipe=%p) OffsetToLock=0x%x, SizeToLock=0x%x, Flags=0x%x\n",
258 OffsetToLock, SizeToLock, Flags);
286 if (!(Flags & D3DLOCK_READONLY)) {
304 if (!(Flags & (D3DLOCK_READONLY|D3DLOCK_NOOVERWRITE)) &&
336 * Msdn doc: D3DLOCK_DONOTWAIT is not among the valid flags for buffers.
341 * creation flags and drivers. However these tests indicate havin
    [all...]
indexbuffer9.h 76 DWORD Flags );
texture9.h 67 DWORD Flags );
vertexbuffer9.h 70 DWORD Flags );
volumetexture9.h 65 DWORD Flags );
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_hwcurs.c 31 infoPtr->Flags = MGAdac->CursorFlags;

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>