Searched refs:ivciFormat (Results 1 – 1 of 1) sorted by relevance
487 VkFormat ivciFormat = pCreateInfo->format; in vkCreateImageView() local493 …(vk_format_get_compatibility_class(imageFormat) != vk_format_get_compatibility_class(ivciFormat)) { in vkCreateImageView()495 ss << "vkCreateImageView(): ImageView format " << string_VkFormat(ivciFormat) in vkCreateImageView()504 if (imageFormat != ivciFormat) { in vkCreateImageView()506 … ss << "vkCreateImageView() format " << string_VkFormat(ivciFormat) << " differs from image " in vkCreateImageView()530 if (VK_FALSE == vk_format_is_color(ivciFormat)) { in vkCreateImageView()534 << string_VkFormat(ivciFormat); in vkCreateImageView()