HomeSort by: relevance | last modified time | path
    Searched refs:videoFlags (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_video.c 99 pTrident->videoFlags = VID_ZOOM_INV ;
101 pTrident->videoFlags |= VID_ZOOM_MINI;
104 pTrident->videoFlags |= VID_OFF_SHIFT_4;
107 pTrident->videoFlags = VID_ZOOM_NOMINI;
112 pTrident->videoFlags |= VID_DOUBLE_LINEBUFFER_FOR_WIDE_SRC;
142 if (pTrident->videoFlags)
145 pTrident->videoFlags & VID_ZOOM_INV ? "VID_ZOOM_INV" : "",
146 pTrident->videoFlags & VID_ZOOM_MINI ? "VID_ZOOM_MINI" : "", pTrident->videoFlags & VID_OFF_SHIFT_4 ? "VID_OFF_SHIFT_4"
148 pTrident->videoFlags & VID_ZOOM_NOMINI ? "VID_ZOOM_NOMINI
    [all...]
trident.h 196 CARD32 videoFlags;
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_streams.c 646 psav->videoFlags |= VF_STREAMS_ON;
699 psav->videoFlags &= ~VF_STREAMS_ON;
savage_video.c 1097 if( psav->videoFlags & VF_STREAMS_ON)
1105 if( psav->videoFlags & VF_STREAMS_ON)
1112 if( psav->videoFlags & VF_STREAMS_ON)
1119 if( psav->videoFlags & VF_STREAMS_ON)
1126 if( psav->videoFlags & VF_STREAMS_ON)
1499 if( !(psav->videoFlags & VF_STREAMS_ON) )
1657 if( !(psav->videoFlags & VF_STREAMS_ON) )
1805 if( !(psav->videoFlags & VF_STREAMS_ON) )
savage_driver.h 459 unsigned int videoFlags;
savage_driver.c 2273 if (psav->FBStart2nd || (psav->videoFlags & VF_STREAMS_ON))
4157 if (psav->FBStart2nd || (psav->videoFlags & VF_STREAMS_ON))

Completed in 89 milliseconds