aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-10-14 11:43:44 -0600
committerMark Lobodzinski <mark@lunarg.com>2016-10-14 14:52:34 -0600
commit75f27893e65335c397030b939f7e8d38f695945e (patch)
tree40221e58c0a9a103929899f8db366448f3954b58 /layers
parentd0dfb2396ad890b51ce995aef815b0e053a7f644 (diff)
downloadusermoji-75f27893e65335c397030b939f7e8d38f695945e.tar.xz
layers: Updated validation database for new checks
Updated entries for new CmdCopyImage tests. Change-Id: I3511da9c4e335fbd25eef0b60be5d4f9cc12a4d0
Diffstat (limited to 'layers')
-rw-r--r--layers/vk_validation_error_database.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/vk_validation_error_database.txt b/layers/vk_validation_error_database.txt
index 356943ba..d4a5e0a4 100644
--- a/layers/vk_validation_error_database.txt
+++ b/layers/vk_validation_error_database.txt
@@ -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)