Searched refs:vk_format_get_plane_format (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h284 vk_format_get_plane_format(VkFormat format, unsigned plane_id) function in typeref:typename:VkFormat
H A Dradv_nir_lower_ycbcr_textures.c286 VkFormat first_format = vk_format_get_plane_format(format, 0);
H A Dradv_image.c542 VkFormat format = vk_format_get_plane_format(image_format, plane_id);
1369 VkFormat fmt = vk_format_get_plane_format(image->vk_format, i);
1495 VkFormat format = vk_format_get_plane_format(image->vk_format, i);
1599 image->planes[plane].format = vk_format_get_plane_format(image->vk_format, plane);
2068 VkFormat format = vk_format_get_plane_format(iview->vk_format, i);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format.h570 vk_format_get_plane_format(VkFormat format, unsigned plane_id) function in typeref:typename:VkFormat
H A Dradv_nir_lower_ycbcr_textures.c408 VkFormat first_format = vk_format_get_plane_format(format, 0);
H A Dradv_image.c211 VkFormat format = vk_format_get_plane_format(pCreateInfo->format, plane_id);
1057 image->planes[plane].format = vk_format_get_plane_format(image->vk_format, plane);
1309 VkFormat format = vk_format_get_plane_format(iview->vk_format, i);

Completed in 10 milliseconds