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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h266 vk_format_get_plane_count(VkFormat format) function in typeref:typename:unsigned
286 assert(plane_id < vk_format_get_plane_count(format));
304 assert(vk_format_get_plane_count(format) == 1);
H A Dradv_nir_lower_ycbcr_textures.c170 int planes = vk_format_get_plane_count(format);
276 const int plane_count = vk_format_get_plane_count(format);
H A Dradv_formats.c209 assert(vk_format_get_plane_count(format) == 1);
428 assert(vk_format_get_plane_count(format) == 1);
493 assert(vk_format_get_plane_count(format) == 1);
718 if (vk_format_get_plane_count(format) > 1 || desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) {
1262 unsigned planes = vk_format_get_plane_count(format);
1323 unsigned planes = vk_format_get_plane_count(format);
1606 if (vk_format_get_plane_count(format) > 1)
1615 if (vk_format_get_plane_count(format) > 1 || info->type != VK_IMAGE_TYPE_2D ||
1818 ycbcr_props->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(format);
H A Dradv_image.c265 if (vk_format_is_subsampled(format) || vk_format_get_plane_count(format) > 1)
1710 const unsigned plane_count = vk_format_get_plane_count(format);
1833 assert(vk_format_get_plane_count(vk_format) == 1);
2060 if (vk_format_get_plane_count(image->vk_format) > 1 &&
2062 plane_count = vk_format_get_plane_count(iview->vk_format);
2253 if (vk_format_get_plane_count(image->vk_format) > 1)
H A Dradv_descriptor_set.c201 vk_format_get_plane_count(conversion->format));
H A Dradv_device.c6890 assert(vk_format_get_plane_count(iview->image->vk_format) == 1);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c284 int planes = vk_format_get_plane_count(format);
399 const int plane_count = vk_format_get_plane_count(format);
H A Dradv_formats.c153 assert(vk_format_get_plane_count(format) == 1);
380 assert(vk_format_get_plane_count(format) == 1);
445 assert(vk_format_get_plane_count(format) == 1);
1396 ycbcr_props->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(base_info->format);
H A Dvk_format.h562 vk_format_get_plane_count(VkFormat format) function in typeref:typename:unsigned
H A Dradv_image.c153 vk_format_get_plane_count(pCreateInfo->format) > 1)
990 const unsigned plane_count = vk_format_get_plane_count(pCreateInfo->format);
1137 assert(vk_format_get_plane_count(vk_format) == 1);
1230 iview->multiple_planes = vk_format_get_plane_count(image->vk_format) > 1 && iview->aspect_mask == VK_IMAGE_ASPECT_COLOR_BIT;
1308 for (unsigned i = 0; i < (iview->multiple_planes ? vk_format_get_plane_count(image->vk_format) : 1); ++i) {
H A Dradv_descriptor_set.c170 vk_format_get_plane_count(conversion->format));
H A Dradv_device.c4465 assert(vk_format_get_plane_count(iview->image->vk_format) == 1);

Completed in 36 milliseconds