Home
last modified time | relevance | path

Searched refs:vk_format_get_plane_count (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
H A Dvk_format.c346 assert(plane_id < vk_format_get_plane_count(format)); in vk_format_get_plane_format()
364 assert(vk_format_get_plane_count(format) == 1); in vk_format_get_plane_format()
H A Dvk_format.h196 vk_format_get_plane_count(VkFormat format) in vk_format_get_plane_count() function
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_formats.c209 assert(vk_format_get_plane_count(format) == 1); in radv_translate_tex_dataformat()
426 assert(vk_format_get_plane_count(format) == 1); in radv_translate_tex_numformat()
491 assert(vk_format_get_plane_count(format) == 1); in radv_translate_color_numformat()
716 const bool multiplanar = vk_format_get_plane_count(format) > 1; in radv_physical_device_get_format_properties()
1273 unsigned planes = vk_format_get_plane_count(format); in radv_list_drm_format_modifiers()
1330 unsigned planes = vk_format_get_plane_count(format); in radv_list_drm_format_modifiers_2()
1626 if (vk_format_get_plane_count(format) > 1) in radv_get_image_format_properties()
1635 if (vk_format_get_plane_count(format) > 1 || info->type != VK_IMAGE_TYPE_2D || in radv_get_image_format_properties()
1855 ycbcr_props->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(format); in radv_GetPhysicalDeviceImageFormatProperties2()
H A Dradv_nir_lower_ycbcr_textures.c170 int planes = vk_format_get_plane_count(format); in get_plane_swizzles()
276 const int plane_count = vk_format_get_plane_count(format); in try_lower_tex_ycbcr()
H A Dradv_image.c261 if (vk_format_is_subsampled(format) || vk_format_get_plane_count(format) > 1) in radv_use_dcc_for_image_early()
1598 return vk_format_get_plane_count(fmt); in radv_get_internal_plane_count()
1858 image->plane_count = vk_format_get_plane_count(format); in radv_image_create()
1954 assert(vk_format_get_plane_count(vk_format) == 1); in radv_image_view_make_descriptor()
2108 if (vk_format_get_plane_count(image->vk.format) > 1 && in radv_image_view_init()
2110 plane_count = vk_format_get_plane_count(iview->vk.format); in radv_image_view_init()
2407 if (vk_format_get_plane_count(image->vk.format) > 1) in radv_GetImageSubresourceLayout()
H A Dradv_descriptor_set.c222 vk_format_get_plane_count(conversion->state.format)); in radv_CreateDescriptorSetLayout()
H A Dradv_device.c6555 assert(vk_format_get_plane_count(iview->image->vk.format) == 1); in radv_initialise_ds_surface()

Completed in 19 milliseconds