Searched refs:directRenderingType (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memmgr.c119 if (pVia->directRenderingType == DRI_NONE) {
126 } else if (pVia->directRenderingType == DRI_1) {
145 } else if (pVia->directRenderingType == DRI_2) {
192 if (pVia->directRenderingType == DRI_2) {
222 if (pVia->directRenderingType == DRI_2) {
239 if (pVia->directRenderingType == DRI_NONE) {
244 } else if (pVia->directRenderingType == DRI_1) {
251 } else if (pVia->directRenderingType == DRI_2) {
274 if (pVia->directRenderingType == DRI_2)
278 if (pVia->directRenderingType
[all...]
H A Dvia_exa.c160 if (pVia->agpDMA || (pVia->directRenderingType && cb->has3dState)) {
207 if (pVia->directRenderingType == DRI_1) {
282 if (pVia->directRenderingType == DRI_1) {
653 if (!pVia->directRenderingType)
808 nPOTSupported = ((!pVia->directRenderingType) ||
880 if (pVia->directRenderingType == DRI_1) {
943 if (pVia->directRenderingType && pVia->useEXA) {
1005 if (pVia->directRenderingType == DRI_1) {
H A Dvia_driver.c334 if (pVia->directRenderingType == DRI_1) {
363 if (pVia->directRenderingType == DRI_1) {
1044 pVia->directRenderingType = DRI_NONE;
1084 pVia->directRenderingType = DRI_1;
1087 pVia->directRenderingType = DRI_2;
1701 if (pVia->directRenderingType != DRI_2)
1740 if (pVia->directRenderingType == DRI_1)
1779 if (pVia->directRenderingType == DRI_1) {
1784 pVia->directRenderingType = DRI_NONE;
1937 if (pVia->directRenderingType !
[all...]
H A Dvia_driver.h307 enum dri_type directRenderingType; member in struct:_VIA
H A Dvia_exa_h2.c371 if (pVia->directRenderingType && !pVia->IsPCI) {
H A Dvia_exa_h6.c384 if (pVia->directRenderingType && !pVia->IsPCI) {
H A Dvia_ums.c710 if (pVia->directRenderingType == DRI_1) {
H A Dvia_xvmc.c333 if (!pVia->directRenderingType) {
H A Dvia_xv.c608 pVia->useDmaBlit = (pVia->directRenderingType == DRI_1) &&
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_batchbuffer.c124 if (pI830->directRenderingType == DRI_DRI2)
H A Di830_driver.c1303 pI830->directRenderingType = DRI_NONE;
1305 pI830->directRenderingType = DRI_DISABLED;
1310 pI830->directRenderingType = DRI_DISABLED;
1627 pI830->directRenderingType != DRI_DISABLED) {
2447 pI830->directRenderingType = DRI_DISABLED;
2568 if (pI830->directRenderingType == DRI_NONE && I830DRI2ScreenInit(pScreen))
2569 pI830->directRenderingType = DRI_DRI2;
2762 from = ((pI830->directRenderingType == DRI_DRI2) &&
2776 switch (pI830->directRenderingType) {
3093 if (pI830->directRenderingOpen && pI830->directRenderingType
[all...]
H A Di830_dri.c442 pI830->directRenderingType = DRI_NONE;
H A Di830.h494 enum dri_type directRenderingType; /* DRI enabled this generation. */ member in struct:_I830Rec
H A Di830_display.c1048 if (pI830->directRenderingType <= DRI_NONE)

Completed in 22 milliseconds