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 D | vk_format.h | 284 vk_format_get_plane_format(VkFormat format, unsigned plane_id) function in typeref:typename:VkFormat
|
| H A D | radv_nir_lower_ycbcr_textures.c | 286 VkFormat first_format = vk_format_get_plane_format(format, 0);
|
| H A D | radv_image.c | 542 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 D | vk_format.h | 570 vk_format_get_plane_format(VkFormat format, unsigned plane_id) function in typeref:typename:VkFormat
|
| H A D | radv_nir_lower_ycbcr_textures.c | 408 VkFormat first_format = vk_format_get_plane_format(format, 0);
|
| H A D | radv_image.c | 211 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