Home
last modified time | relevance | path

Searched refs:destImageLayout (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp7878 VkImageLayout destImageLayout) { in VerifyDestImageLayout() argument
7888 SetLayout(pCB, destImage, sub, {destImageLayout, destImageLayout}); in VerifyDestImageLayout()
7891 if (node.layout != destImageLayout) { in VerifyDestImageLayout()
7896 string_VkImageLayout(destImageLayout), string_VkImageLayout(node.layout)); in VerifyDestImageLayout()
7899 if (destImageLayout != VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL) { in VerifyDestImageLayout()
7900 if (destImageLayout == VK_IMAGE_LAYOUT_GENERAL) { in VerifyDestImageLayout()
7909 string_VkImageLayout(destImageLayout)); in VerifyDestImageLayout()