Home | History | Annotate | Download | only in tests

Lines Matching refs:SetLayout

582 void VkImageObj::SetLayout(VkCommandBufferObj *cmd_buf,
652 void VkImageObj::SetLayout(VkImageAspectFlagBits aspect,
672 SetLayout(&cmd_buf, aspect, image_layout);
737 SetLayout(VK_IMAGE_ASPECT_COLOR_BIT, newLayout);
758 src_image.SetLayout(&cmd_buf, VK_IMAGE_ASPECT_COLOR_BIT,
762 this->SetLayout(&cmd_buf, VK_IMAGE_ASPECT_COLOR_BIT,
785 src_image.SetLayout(&cmd_buf, VK_IMAGE_ASPECT_COLOR_BIT, src_image_layout);
787 this->SetLayout(&cmd_buf, VK_IMAGE_ASPECT_COLOR_BIT, dest_image_layout);
838 stagingImage.SetLayout(VK_IMAGE_ASPECT_COLOR_BIT, VK_IMAGE_LAYOUT_GENERAL);
853 SetLayout(VK_IMAGE_ASPECT_COLOR_BIT, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL);