Searched defs:imageLayout (Results 1 – 4 of 4) sorted by relevance
191 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences() local216 VkImageLayout imageLayout = VkImageLayout::VK_IMAGE_LAYOUT_GENERAL; in CreateAttachmentReferences2() local
2408 const VkImageLayout imageLayout = (VkImageLayout)renderCmd.imageLayout; in RenderCommand() local
78 VkImageLayout imageLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
222 void PatchRenderPassFinalLayout(const RenderHandle handle, const ImageLayout imageLayout, in PatchRenderPassFinalLayout()