• Home
  • Raw
  • Download

Lines Matching refs:initial_layout

522 …            const VkImageSubresource &subres, VkImageLayout layout, VkImageLayout initial_layout) {  in VerifyFramebufferAndRenderPassLayouts()  argument
523 … if (!layout_check.Check(subres, attachment_initial_layout, layout, initial_layout)) { in VerifyFramebufferAndRenderPassLayouts()
823 … const VkImageSubresource &subres, VkImageLayout layout, VkImageLayout initial_layout) { in ValidateBarriersToImages() argument
824 … if (!layout_check.Check(subres, img_barrier.oldLayout, layout, initial_layout)) { in ValidateBarriersToImages()
1088 …ubres_skip](const VkImageSubresource &subres, VkImageLayout layout, VkImageLayout initial_layout) { in VerifyImageLayout() argument
1089 if (!layout_check.Check(subres, explicit_layout, layout, initial_layout)) { in VerifyImageLayout()
1684 … const VkImageSubresource &subres, VkImageLayout layout, VkImageLayout initial_layout) { in VerifyClearImageLayout() argument
1685 if (!layout_check.Check(subres, dest_image_layout, layout, initial_layout)) { in VerifyClearImageLayout()
3451 VkImageLayout initial_layout = (*it_init).layout; in ValidateCmdBufImageLayouts() local
3454 if (initial_layout == VK_IMAGE_LAYOUT_UNDEFINED) { in ValidateCmdBufImageLayouts()
3456 } else if (image_layout != initial_layout) { in ValidateCmdBufImageLayouts()
3460 …bool matches = ImageLayoutMatches(initial_layout_state->aspect_mask, image_layout, initial_layout); in ValidateCmdBufImageLayouts()
3469 …r_pair.subresource.arrayLayer, isr_pair.subresource.mipLevel, string_VkImageLayout(initial_layout), in ValidateCmdBufImageLayouts()