Searched refs:multiple_planes (Results 1 – 2 of 2) sorted by relevance
1627 …iview->multiple_planes = vk_format_get_plane_count(image->vk_format) > 1 && iview->aspect_mask == … in radv_image_view_init()1728 …for (unsigned i = 0; i < (iview->multiple_planes ? vk_format_get_plane_count(image->vk_format) : 1… in radv_image_view_init()
2100 bool multiple_planes; member