Home | History | Annotate | Download | only in layers

Lines Matching defs:imageFormat

499         VkFormat imageFormat = imageEntry->format;
506 if (vk_format_get_compatibility_class(imageFormat) != vk_format_get_compatibility_class(ivciFormat)) {
510 << string_VkFormat(imageFormat) << ". Images created with the VK_IMAGE_CREATE_MUTABLE_FORMAT BIT "
517 if (imageFormat != ivciFormat) {
520 << (uint64_t)pCreateInfo->image << " format " << string_VkFormat(imageFormat)
528 if (vk_format_is_color(imageFormat)) {
546 << "color formats. ImageFormat is " << string_VkFormat(imageFormat) << " ImageViewFormat is "
554 } else if (vk_format_is_depth_and_stencil(imageFormat)) {
571 imageFormat)) {
586 } else if (vk_format_is_stencil_only(imageFormat)) {