Lines Matching refs:num_planes

582 	{ .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2,
584 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2,
586 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2,
589 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2,
592 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 2,
595 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 2,
597 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 2,
599 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 2,
602 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 2,
605 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 2,
610 { .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 3,
612 { .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 3,
614 { .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 3,
617 { .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 3,
620 { .format = DRM_FORMAT_BGRA8888, .depth = 32, .num_planes = 3,
623 { .format = DRM_FORMAT_XRGB2101010, .depth = 30, .num_planes = 3,
625 { .format = DRM_FORMAT_XBGR2101010, .depth = 30, .num_planes = 3,
627 { .format = DRM_FORMAT_ARGB2101010, .depth = 30, .num_planes = 3,
630 { .format = DRM_FORMAT_ABGR2101010, .depth = 30, .num_planes = 3,
633 { .format = DRM_FORMAT_RGB565, .depth = 16, .num_planes = 3,
985 ((plane && plane < format->num_planes) ? format->hsub : 1);
987 ((plane && plane < format->num_planes) ? format->vsub : 1);
988 unsigned int cpp = plane < format->num_planes ? format->cpp[plane] : 1;
1040 for (i = 0; i < format_info->num_planes; ++i) {
1195 for (i = 1; i < rfb->base.format->num_planes; ++i) {
1230 for (i = 0; i < rfb->base.format->num_planes; ++i) {