Searched refs:vk_format_get_plane_count (Results 1 – 6 of 6) sorted by relevance
163 int planes = vk_format_get_plane_count(format); in get_plane_swizzles()278 const int plane_count = vk_format_get_plane_count(format); in try_lower_tex_ycbcr()
157 assert(vk_format_get_plane_count(format) == 1); in radv_translate_tex_dataformat()389 assert(vk_format_get_plane_count(format) == 1); in radv_translate_tex_numformat()454 assert(vk_format_get_plane_count(format) == 1); in radv_translate_color_numformat()1490 ycbcr_props->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(format); in radv_GetPhysicalDeviceImageFormatProperties2()
562 vk_format_get_plane_count(VkFormat format) in vk_format_get_plane_count() function
200 vk_format_get_plane_count(format) > 1) in radv_use_dcc_for_image()1422 const unsigned plane_count = vk_format_get_plane_count(format); in radv_image_create()1531 assert(vk_format_get_plane_count(vk_format) == 1); in radv_image_view_make_descriptor()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()
179 vk_format_get_plane_count(conversion->format)); in radv_CreateDescriptorSetLayout()
6990 assert(vk_format_get_plane_count(iview->image->vk_format) == 1); in radv_initialise_ds_surface()