Lines Matching defs:plane_count
520 for (unsigned plane = 0; plane < image->plane_count; ++plane) {
1064 assert(image->plane_count == 1);
1242 assert(image->plane_count == 1);
1353 assert(image->plane_count == 1);
1477 for (unsigned i = 0; i < image->plane_count; ++i) {
1611 unsigned plane_count = radv_get_internal_plane_count(pdev, image->vk.format);
1612 for (unsigned i = 0; i < plane_count; ++i) {
1648 assert(!mod_info || mod_info->drmFormatModifierPlaneCount >= image->plane_count);
1652 unsigned plane_count = radv_get_internal_plane_count(device->physical_device, image->vk.format);
1653 for (unsigned plane = 0; plane < plane_count; ++plane) {
1661 if (create_info.no_metadata_planes || plane_count > 1) {
1680 if (!create_info.no_metadata_planes && !create_info.bo_metadata && plane_count == 1 &&
1703 if (plane_count == 1 && mod_info) {
1764 for (unsigned i = 0; i < image->plane_count; ++i) {
1831 unsigned plane_count = radv_get_internal_plane_count(device->physical_device, format);
1833 const size_t image_struct_size = sizeof(*image) + sizeof(struct radv_image_plane) * plane_count;
1858 image->plane_count = vk_format_get_plane_count(format);
1859 image->disjoint = image->plane_count > 1 && pCreateInfo->flags & VK_IMAGE_CREATE_DISJOINT_BIT;
1887 for (unsigned plane = 0; plane < plane_count; ++plane) {
2062 uint32_t plane_count = 1;
2110 plane_count = vk_format_get_plane_count(iview->vk.format);
2122 plane_count = 1;
2201 for (unsigned i = 0; i < plane_count; ++i) {