Searched refs:currentBuffer (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.h24 unsigned char currentBuffer; member in struct:__anonab35d3770108
H A Dradeon_textured_video.c350 pPriv->currentBuffer ^= 1;
352 src_bo = pPriv->src_bo[pPriv->currentBuffer];
442 radeon_bo_unmap(pPriv->src_bo[pPriv->currentBuffer]);
H A Devergreen_textured_videofuncs.c154 src_obj.bo = pPriv->src_bo[pPriv->currentBuffer];
H A Dr600_textured_videofuncs.c166 src_obj.bo = pPriv->src_bo[pPriv->currentBuffer];
H A Dradeon_textured_videofuncs.c53 struct radeon_bo *src_bo = pPriv->src_bo[pPriv->currentBuffer];
415 struct radeon_bo *src_bo = pPriv->src_bo[pPriv->currentBuffer];
953 struct radeon_bo *src_bo = pPriv->src_bo[pPriv->currentBuffer];
2373 struct radeon_bo *src_bo = pPriv->src_bo[pPriv->currentBuffer];
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.h81 unsigned char currentBuffer; member in struct:__anone192d83f0108
H A Dradeon_textured_video.c399 pPriv->currentBuffer ^= 1;
401 src_bo = pPriv->src_bo[pPriv->currentBuffer];
497 radeon_bo_unmap(pPriv->src_bo[pPriv->currentBuffer]);
902 pPriv->currentBuffer = 0;
H A Devergreen_textured_videofuncs.c170 src_obj.bo = pPriv->src_bo[pPriv->currentBuffer];
H A Dr600_textured_videofuncs.c188 src_obj.bo = pPriv->src_bo[pPriv->currentBuffer];
H A Dradeon_textured_videofuncs.c96 struct radeon_bo *src_bo = pPriv->src_bo[pPriv->currentBuffer];
555 struct radeon_bo *src_bo = pPriv->src_bo[pPriv->currentBuffer];
1185 struct radeon_bo *src_bo = pPriv->src_bo[pPriv->currentBuffer];
2669 struct radeon_bo *src_bo = pPriv->src_bo[pPriv->currentBuffer];
H A Dradeon_video.c1500 pPriv->currentBuffer = 0;
3030 pPriv->currentBuffer ^= 1;
3045 offset += pPriv->currentBuffer * new_size;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c42 int currentBuffer; member in struct:_NVPortPrivRec
446 pPriv->currentBuffer = 0;
494 int buffer = pPriv->currentBuffer;
1102 int mask = 1 << (pPriv->currentBuffer << 2);
1110 if(!pPriv->currentBuffer)
1115 if(pPriv->currentBuffer)
1194 pPriv->currentBuffer ^= 1;
1466 pPriv->currentBuffer = 0;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_video.c163 int currentBuffer; member in struct:__anon3cbd25b10108
270 pPriv->currentBuffer = 0;
537 int buffer = pPriv->currentBuffer;
740 pPriv->currentBuffer = CHIPSWaitGetNextFrame(cPtr);
741 if(pPriv->doubleBuffer && pPriv->currentBuffer)
777 pPriv->currentBuffer ^= 1;
1010 portPriv->currentBuffer = CHIPSSetCurrentPlaybackBuffer(cPtr,0);
1012 portPriv->currentBuffer = 0;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c333 int currentBuffer; member in struct:__anonede6087b0108
489 pPriv->currentBuffer = 0; /* init to first buffer */
1124 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1149 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1209 pPriv->currentBuffer ^= 1;
H A Dnsc_gx1_video.c340 int currentBuffer; member in struct:__anon7969977a0108
489 pPriv->currentBuffer = 0; /* init to first buffer */
1180 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1207 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1264 pPriv->currentBuffer ^= 1;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv10_xv_ovl.c73 int buffer = pPriv->currentBuffer;
H A Dnv_type.h160 int currentBuffer; member in struct:_NVPortPrivRec
H A Dnouveau_xv.c1214 int mask = 1 << (pPriv->currentBuffer << 2);
1218 if (!pPriv->currentBuffer)
1222 if (pPriv->currentBuffer)
1448 pPriv->currentBuffer ^= 1;
1721 pPriv->currentBuffer = 0;
1850 pPriv->currentBuffer = 0;
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_video.c58 unsigned char currentBuffer; member in struct:__anona5ec5f1d0108
211 pPriv->currentBuffer = 0;
950 pPriv->currentBuffer ^= 1;
959 offset += pPriv->currentBuffer * new_size;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_video.c266 int currentBuffer; member in struct:__anon44f69b860108
417 pPriv->currentBuffer = 0; /* init to first buffer */
1155 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1181 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1241 pPriv->currentBuffer ^= 1;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga.h253 unsigned char currentBuffer; member in struct:__anon971c52dc0408
H A Dmga_video.c254 pPriv->currentBuffer = 0;
912 pPriv->currentBuffer ^= 1;
922 offset += pPriv->currentBuffer * new_size;

Completed in 41 milliseconds