Home
last modified time | relevance | path

Searched refs:vk_format_get_plane_count (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c163 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()
Dradv_formats.c157 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()
Dvk_format.h562 vk_format_get_plane_count(VkFormat format) in vk_format_get_plane_count() function
Dradv_image.c200 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()
Dradv_descriptor_set.c179 vk_format_get_plane_count(conversion->format)); in radv_CreateDescriptorSetLayout()
Dradv_device.c6990 assert(vk_format_get_plane_count(iview->image->vk_format) == 1); in radv_initialise_ds_surface()