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

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglimage.h49 #define DMA_BUF_MAX_PLANES 4 macro
73 struct _egl_image_attrib_int DMABufPlaneFds[DMA_BUF_MAX_PLANES];
74 struct _egl_image_attrib_int DMABufPlaneOffsets[DMA_BUF_MAX_PLANES];
75 struct _egl_image_attrib_int DMABufPlanePitches[DMA_BUF_MAX_PLANES];
76 struct _egl_image_attrib_int DMABufPlaneModifiersLo[DMA_BUF_MAX_PLANES];
77 struct _egl_image_attrib_int DMABufPlaneModifiersHi[DMA_BUF_MAX_PLANES];
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglimage.h49 #define DMA_BUF_MAX_PLANES 4 macro
73 struct _egl_image_attrib_int DMABufPlaneFds[DMA_BUF_MAX_PLANES];
74 struct _egl_image_attrib_int DMABufPlaneOffsets[DMA_BUF_MAX_PLANES];
75 struct _egl_image_attrib_int DMABufPlanePitches[DMA_BUF_MAX_PLANES];
76 struct _egl_image_attrib_int DMABufPlaneModifiersLo[DMA_BUF_MAX_PLANES];
77 struct _egl_image_attrib_int DMABufPlaneModifiersHi[DMA_BUF_MAX_PLANES];
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2205 for (unsigned i = 0; i < DMA_BUF_MAX_PLANES; ++i) {
2213 for (unsigned i = 1; i < DMA_BUF_MAX_PLANES; ++i) {
2322 for (unsigned i = plane_n; i < DMA_BUF_MAX_PLANES; i++) {
2363 for (unsigned i = plane_n; i < DMA_BUF_MAX_PLANES; ++i) {
2454 int fds[DMA_BUF_MAX_PLANES];
2455 int pitches[DMA_BUF_MAX_PLANES];
2456 int offsets[DMA_BUF_MAX_PLANES];
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2579 for (unsigned i = 0; i < DMA_BUF_MAX_PLANES; ++i) {
2587 for (unsigned i = 1; i < DMA_BUF_MAX_PLANES; ++i) {
2704 for (unsigned i = plane_n; i < DMA_BUF_MAX_PLANES; i++) {
2745 for (unsigned i = plane_n; i < DMA_BUF_MAX_PLANES; ++i) {
2836 int fds[DMA_BUF_MAX_PLANES];
2837 int pitches[DMA_BUF_MAX_PLANES];
2838 int offsets[DMA_BUF_MAX_PLANES];

Completed in 12 milliseconds