aboutsummaryrefslogtreecommitdiff
path: root/layers/parameter_validation.cpp
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-06-28 12:06:41 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-07-03 14:00:45 -0600
commitd24a5f88e841b75fc7c8c302c8432a123a3b1f05 (patch)
tree6132b0ae4838a01685e2fa913907981d58f12ef4 /layers/parameter_validation.cpp
parent3efad33bc94e6ab74bcc8aadbf24aede15461c7f (diff)
downloadusermoji-d24a5f88e841b75fc7c8c302c8432a123a3b1f05.tar.xz
layers: Wire up zerobitmask PV VUIDs
Change-Id: Ib9ca0c6b57c4c8faceb9e502c6008624efe8ad23
Diffstat (limited to 'layers/parameter_validation.cpp')
-rw-r--r--layers/parameter_validation.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/layers/parameter_validation.cpp b/layers/parameter_validation.cpp
index a577de38..e081e541 100644
--- a/layers/parameter_validation.cpp
+++ b/layers/parameter_validation.cpp
@@ -1957,7 +1957,7 @@ VKAPI_ATTR VkResult VKAPI_CALL CreateGraphicsPipelines(VkDevice device, VkPipeli
skip |= validate_reserved_flags(
report_data, "vkCreateGraphicsPipelines",
ParameterName("pCreateInfos[%i].pTessellationState->flags", ParameterName::IndexVector{i}),
- pCreateInfos[i].pTessellationState->flags);
+ pCreateInfos[i].pTessellationState->flags, VALIDATION_ERROR_10809005);
if (pCreateInfos[i].pTessellationState->sType !=
VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO) {
@@ -2012,7 +2012,7 @@ VKAPI_ATTR VkResult VKAPI_CALL CreateGraphicsPipelines(VkDevice device, VkPipeli
skip |= validate_reserved_flags(
report_data, "vkCreateGraphicsPipelines",
ParameterName("pCreateInfos[%i].pViewportState->flags", ParameterName::IndexVector{i}),
- pCreateInfos[i].pViewportState->flags);
+ pCreateInfos[i].pViewportState->flags, VALIDATION_ERROR_10c09005);
if (pCreateInfos[i].pViewportState->sType != VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO) {
skip |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT, 0,
@@ -2118,7 +2118,7 @@ VKAPI_ATTR VkResult VKAPI_CALL CreateGraphicsPipelines(VkDevice device, VkPipeli
skip |= validate_reserved_flags(
report_data, "vkCreateGraphicsPipelines",
ParameterName("pCreateInfos[%i].pMultisampleState->flags", ParameterName::IndexVector{i}),
- pCreateInfos[i].pMultisampleState->flags);
+ pCreateInfos[i].pMultisampleState->flags, VALIDATION_ERROR_10009005);
skip |= validate_bool32(
report_data, "vkCreateGraphicsPipelines",
@@ -2161,7 +2161,7 @@ VKAPI_ATTR VkResult VKAPI_CALL CreateGraphicsPipelines(VkDevice device, VkPipeli
skip |= validate_reserved_flags(
report_data, "vkCreateGraphicsPipelines",
ParameterName("pCreateInfos[%i].pDepthStencilState->flags", ParameterName::IndexVector{i}),
- pCreateInfos[i].pDepthStencilState->flags);
+ pCreateInfos[i].pDepthStencilState->flags, VALIDATION_ERROR_0f609005);
skip |= validate_bool32(
report_data, "vkCreateGraphicsPipelines",
@@ -2256,7 +2256,7 @@ VKAPI_ATTR VkResult VKAPI_CALL CreateGraphicsPipelines(VkDevice device, VkPipeli
skip |= validate_reserved_flags(
report_data, "vkCreateGraphicsPipelines",
ParameterName("pCreateInfos[%i].pColorBlendState->flags", ParameterName::IndexVector{i}),
- pCreateInfos[i].pColorBlendState->flags);
+ pCreateInfos[i].pColorBlendState->flags, VALIDATION_ERROR_0f409005);
skip |= validate_bool32(
report_data, "vkCreateGraphicsPipelines",