• Home
  • Raw
  • Download

Lines Matching refs:first_layout

3510 …                                       const VkImageLayout first_layout, const uint32_t attachment,  in ValidateLayoutVsAttachmentDescription()  argument
3518 if (use_rp2 && ((first_layout == VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL) || in ValidateLayoutVsAttachmentDescription()
3519 (first_layout == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL) || in ValidateLayoutVsAttachmentDescription()
3520 … (first_layout == VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL))) { in ValidateLayoutVsAttachmentDescription()
3524 …lear attachment %d with invalid first layout %s.", attachment, string_VkImageLayout(first_layout)); in ValidateLayoutVsAttachmentDescription()
3525 } else if (!use_rp2 && ((first_layout == VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL) || in ValidateLayoutVsAttachmentDescription()
3526 (first_layout == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL))) { in ValidateLayoutVsAttachmentDescription()
3530 …lear attachment %d with invalid first layout %s.", attachment, string_VkImageLayout(first_layout)); in ValidateLayoutVsAttachmentDescription()
3534 if (first_layout == VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL) { in ValidateLayoutVsAttachmentDescription()
3538 …lear attachment %d with invalid first layout %s.", attachment, string_VkImageLayout(first_layout)); in ValidateLayoutVsAttachmentDescription()
3543 if (first_layout == VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL) { in ValidateLayoutVsAttachmentDescription()
3547 …lear attachment %d with invalid first layout %s.", attachment, string_VkImageLayout(first_layout)); in ValidateLayoutVsAttachmentDescription()