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

/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaLowLevelPro.c84 ViaCommandBuffer agpBuf, pciBuf, *videoBuf; member in struct:_XvMCLowLevel
1010 if (xl->pciBuf.pos)
1011 pciFlush(&xl->pciBuf, xl);
1026 if (xl->pciBuf.pos)
1027 pciFlush(&xl->pciBuf, xl);
1500 free(xl->pciBuf.buf);
1540 xl->pciBuf.buf = (CARD32 *) malloc(LL_PCI_CMDBUF_SIZE * sizeof(CARD32));
1541 if (!xl->pciBuf.buf)
1544 xl->pciBuf.bufSize = LL_PCI_CMDBUF_SIZE;
1545 xl->pciBuf
[all...]

Completed in 3 milliseconds