Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. ```VUID-vkCmdCopyImage-pRegions-00124(ERROR / SPEC): msgNum: 0 - vkCmdCopyImage(): pRegions[0] src overlaps with pRegions[0].. The Vulkan spec states: The union of all source regions, and the union of all destination regions, specified by the elements of pRegions, must not overlap in memory (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkCmdCopyImage-pRegions-00124)
  2. Objects: 1
  3. [0] 0x6f075cb0, type: 6, name: NULL
  4. VUID-vkCmdCopyImage-dstImageLayout-00133(ERROR / SPEC): msgNum: 0 - vkCmdCopyImage(): Cannot use VkNonDispatchableHandle 0xdbc0000000dbc[] (layer=0 mip=0) with specific layout VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL that doesn't match the previous known layout VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL. The Vulkan spec states: dstImageLayout must specify the layout of the image subresources of dstImage specified in pRegions at the time this command is executed on a VkDevice (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkCmdCopyImage-dstImageLayout-00133)
  5. Objects: 1
  6. [0] 0x6f075cb0, type: 6, name: NULL
  7. VUID-VkImageMemoryBarrier-oldLayout-01197(ERROR / SPEC): msgNum: 0 - For VkNonDispatchableHandle 0xdbc0000000dbc[] you cannot transition the layout of aspect=1 level=0 layer=0 from VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL when the previous known layout is VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL. The Vulkan spec states: oldLayout must be VK_IMAGE_LAYOUT_UNDEFINED or the current layout of the image subresources affected by the barrier (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-VkImageMemoryBarrier-oldLayout-01197)
  8. Objects: 1
  9. [0] 0x6f075cb0, type: 6, name: NULL
  10. VUID-VkImageMemoryBarrier-oldLayout-01197(ERROR / SPEC): msgNum: 0 - vkCmdPipelineBarrier(): pImageMemoryBarrier[1] conflicts with earlier entry pImageMemoryBarrier[0]. VkNonDispatchableHandle 0xdbc0000000dbc[] subresourceRange: aspectMask=1 baseMipLevel=0 levelCount=1, baseArrayLayer=0, layerCount=1; conflicting barrier transitions image layout from VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL when earlier barrier transitioned to layout VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL. The Vulkan spec states: oldLayout must be VK_IMAGE_LAYOUT_UNDEFINED or the current layout of the image subresources affected by the barrier (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-VkImageMemoryBarrier-oldLayout-01197)
  11. Objects: 1
  12. [0] 0x6f075cb0, type: 6, name: NULL
  13. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement