Home | History | Annotate | Download | only in layers

Lines Matching defs:imageFormat

501         VkFormat imageFormat = imageEntry->format;
508 if (vk_format_get_compatibility_class(imageFormat) != vk_format_get_compatibility_class(ivciFormat)) {
512 << string_VkFormat(imageFormat) << ". Images created with the VK_IMAGE_CREATE_MUTABLE_FORMAT BIT "
519 if (imageFormat != ivciFormat) {
522 << (uint64_t)pCreateInfo->image << " format " << string_VkFormat(imageFormat)
530 if (vk_format_is_color(imageFormat)) {
548 << "color formats. ImageFormat is " << string_VkFormat(imageFormat) << " ImageViewFormat is "
556 } else if (vk_format_is_depth_and_stencil(imageFormat)) {
573 } else if (vk_format_is_depth_only(imageFormat)) {
588 } else if (vk_format_is_stencil_only(imageFormat)) {