layers: Updated validation database for new checks
authorMark Lobodzinski <mark@lunarg.com>
Fri, 14 Oct 2016 17:43:44 +0000 (11:43 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 14 Oct 2016 20:52:34 +0000 (14:52 -0600)
Updated entries for new CmdCopyImage tests.

Change-Id: I3511da9c4e335fbd25eef0b60be5d4f9cc12a4d0

layers/vk_validation_error_database.txt

index 356943b..d4a5e0a 100644 (file)
@@ -1181,8 +1181,8 @@ VALIDATION_ERROR_01171~^~U~^~Unknown~^~For more information refer to Vulkan Spec
 VALIDATION_ERROR_01172~^~U~^~Unknown~^~For more information refer to Vulkan Spec Section '18.2. Copying Data Between Buffers' which states 'This command must only be called outside of a render pass instance' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#vkCmdCopyBuffer)
 VALIDATION_ERROR_01173~^~U~^~Unknown~^~For more information refer to Vulkan Spec Section '18.2. Copying Data Between Buffers' which states 'regionCount must be greater than 0' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#vkCmdCopyBuffer)
 VALIDATION_ERROR_01174~^~U~^~Unknown~^~For more information refer to Vulkan Spec Section '18.2. Copying Data Between Buffers' which states 'Each of commandBuffer, dstBuffer, and srcBuffer must have been created, allocated, or retrieved from the same VkDevice' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#vkCmdCopyBuffer)
-VALIDATION_ERROR_01175~^~U~^~Unknown~^~For more information refer to Vulkan Spec Section '18.3. Copying Data Between Images' which states 'The source region specified by a given element of pRegions must be a region that is contained within srcImage' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#copies-images-format-compatibility)
-VALIDATION_ERROR_01176~^~U~^~Unknown~^~For more information refer to Vulkan Spec Section '18.3. Copying Data Between Images' which states 'The destination region specified by a given element of pRegions must be a region that is contained within dstImage' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#copies-images-format-compatibility)
+VALIDATION_ERROR_01175~^~Y~^~CopyImageSrcSizeExceeded~^~For more information refer to Vulkan Spec Section '18.3. Copying Data Between Images' which states 'The source region specified by a given element of pRegions must be a region that is contained within srcImage' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#copies-images-format-compatibility)
+VALIDATION_ERROR_01176~^~Y~^~CopyImageDstSizeExceeded~^~For more information refer to Vulkan Spec Section '18.3. Copying Data Between Images' which states 'The destination region specified by a given element of pRegions must be a region that is contained within dstImage' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#copies-images-format-compatibility)
 VALIDATION_ERROR_01177~^~U~^~Unknown~^~For more information refer to Vulkan Spec Section '18.3. Copying Data Between Images' which 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.0/xhtml/vkspec.html#copies-images-format-compatibility)
 VALIDATION_ERROR_01178~^~U~^~Unknown~^~For more information refer to Vulkan Spec Section '18.3. Copying Data Between Images' which states 'srcImage must have been created with VK_IMAGE_USAGE_TRANSFER_SRC_BIT usage flag' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#copies-images-format-compatibility)
 VALIDATION_ERROR_01179~^~U~^~Unknown~^~For more information refer to Vulkan Spec Section '18.3. Copying Data Between Images' which states 'srcImageLayout must specify the layout of the image subresources of srcImage specified in pRegions at the time this command is executed on a VkDevice' (https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#copies-images-format-compatibility)