Searched refs:VK_IMAGE_LAYOUT_MAX_ENUM (Results 1 – 4 of 4) sorted by relevance
1363 VkImageLayout layout = VK_IMAGE_LAYOUT_MAX_ENUM; in can_use_attachment_initial_layout()1364 VkImageLayout stencil_layout = VK_IMAGE_LAYOUT_MAX_ENUM; in can_use_attachment_initial_layout()1372 if (layout == VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()1379 if (stencil_layout == VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()1386 if (layout != VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()1391 if (stencil_layout != VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()
631 case VK_IMAGE_LAYOUT_MAX_ENUM: in vk_image_layout_is_read_only()1027 case VK_IMAGE_LAYOUT_MAX_ENUM: in vk_image_layout_to_usage_flags()
1887 .initialLayout = VK_IMAGE_LAYOUT_MAX_ENUM, in generateColorBufferVkImageCreateInfo_locked()
1345 VK_IMAGE_LAYOUT_MAX_ENUM = 0x7FFFFFFF enumerator