From 75f27893e65335c397030b939f7e8d38f695945e Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Fri, 14 Oct 2016 11:43:44 -0600 Subject: layers: Updated validation database for new checks Updated entries for new CmdCopyImage tests. Change-Id: I3511da9c4e335fbd25eef0b60be5d4f9cc12a4d0 --- layers/vk_validation_error_database.txt | 4 ++-- 1 file 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) -- cgit v1.2.3