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

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.h102 drmBufMapPtr dmabufs; /* Data structure to hold available dma buffers */ member in struct:_i810XvMCContext
H A DI810XvMC.c79 buf = &(pI810XvMC->dmabufs->list[dma.request_idx]);
99 drmUnmapBufs(pI810XvMC->dmabufs);
104 free(pI810XvMC->dmabufs->list);
275 pI810XvMC->dmabufs = (drmBufMapPtr)malloc(sizeof(drmBufMap));
276 if(pI810XvMC->dmabufs == NULL) {
281 } /* pI810XvMC->dmabufs == NULL */
282 memset(pI810XvMC->dmabufs, 0, sizeof(drmBufMap));
283 pI810XvMC->dmabufs->list = (drmBufPtr)malloc(sizeof(drmBuf) *
285 if(pI810XvMC->dmabufs->list == NULL) {
290 } /* pI810XvMC->dmabufs
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
H A DI810XvMC.h102 drmBufMapPtr dmabufs; /* Data structure to hold available dma buffers */ member in struct:_i810XvMCContext
H A DI810XvMC.c79 buf = &(pI810XvMC->dmabufs->list[dma.request_idx]);
99 drmUnmapBufs(pI810XvMC->dmabufs);
104 free(pI810XvMC->dmabufs->list);
275 pI810XvMC->dmabufs = (drmBufMapPtr)malloc(sizeof(drmBufMap));
276 if(pI810XvMC->dmabufs == NULL) {
281 } /* pI810XvMC->dmabufs == NULL */
282 memset(pI810XvMC->dmabufs, 0, sizeof(drmBufMap));
283 pI810XvMC->dmabufs->list = (drmBufPtr)malloc(sizeof(drmBuf) *
285 if(pI810XvMC->dmabufs->list == NULL) {
290 } /* pI810XvMC->dmabufs
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A DI810XvMC.h102 drmBufMapPtr dmabufs; /* Data structure to hold available dma buffers */ member in struct:_i810XvMCContext
H A DI810XvMC.c79 buf = &(pI810XvMC->dmabufs->list[dma.request_idx]);
99 drmUnmapBufs(pI810XvMC->dmabufs);
104 free(pI810XvMC->dmabufs->list);
275 pI810XvMC->dmabufs = (drmBufMapPtr)malloc(sizeof(drmBufMap));
276 if(pI810XvMC->dmabufs == NULL) {
281 } /* pI810XvMC->dmabufs == NULL */
282 memset(pI810XvMC->dmabufs, 0, sizeof(drmBufMap));
283 pI810XvMC->dmabufs->list = (drmBufPtr)malloc(sizeof(drmBuf) *
285 if(pI810XvMC->dmabufs->list == NULL) {
290 } /* pI810XvMC->dmabufs
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.7.rst35 dmabufs: Unsupported buffer format 808669784
H A D20.2.3.rst136 - iris: Flush dmabufs during context flushes
H A D21.1.2.rst96 - radv: Fix compatible image handle type for dmabufs.
H A D12.0.2.rst339 - vc4: add hash table look-up for exported dmabufs
H A D21.3.0.rst3153 - zink: handle image creation for dmabufs
3155 - zink: use foreign queue import for dmabufs
H A D20.1.0.rst88 dmabufs: Unsupported buffer format 808669784
H A D20.3.0.rst3883 - iris: Flush dmabufs during context flushes
H A D21.2.0.rst2454 - radv: Fix compatible image handle type for dmabufs.

Completed in 180 milliseconds