Searched refs:GBM_MAX_PLANES (Results 1 – 5 of 5) sorted by relevance
294 #define GBM_MAX_PLANES 4 macro301 int fds[GBM_MAX_PLANES];302 int strides[GBM_MAX_PLANES];303 int offsets[GBM_MAX_PLANES];
357 #define GBM_MAX_PLANES 4 macro364 int fds[GBM_MAX_PLANES];365 int strides[GBM_MAX_PLANES];366 int offsets[GBM_MAX_PLANES];
238 for (i = num_planes; i < GBM_MAX_PLANES; i++) in gbm_bo_import()
32 #ifdef GBM_MAX_PLANES33 #define VIRGL_GBM_MAX_PLANES GBM_MAX_PLANES
2224 - gbm: Add GBM_MAX_PLANES definition