aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.cpp
diff options
context:
space:
mode:
authorChris Forbes <chrisforbes@google.com>2016-05-31 16:09:42 +1200
committerTobin Ehlis <tobine@google.com>2016-05-31 08:49:43 -0600
commitf866a08cf788a3519a65f44fd1d05f9849971d09 (patch)
tree1364e50756e888ab39410df153a3d42e145005ad /layers/core_validation.cpp
parent263362df3a449e02f4ae9f187ec0844afe795f62 (diff)
downloadusermoji-f866a08cf788a3519a65f44fd1d05f9849971d09.tar.xz
layers: Wire up validation of compute pipelines
Signed-off-by: Chris Forbes <chrisforbes@google.com>
Diffstat (limited to 'layers/core_validation.cpp')
-rw-r--r--layers/core_validation.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index 73a318e1..806d594a 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -5673,6 +5673,9 @@ CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t
// memcpy(&pPipeNode[i]->computePipelineCI, (const void *)&pCreateInfos[i], sizeof(VkComputePipelineCreateInfo));
// TODO: Add Compute Pipeline Verification
+ skipCall |= !validate_compute_pipeline(dev_data->report_data, pPipeNode[i],
+ &dev_data->phys_dev_properties.features,
+ dev_data->shaderModuleMap);
// skipCall |= verifyPipelineCreateState(dev_data, device, pPipeNode[i]);
}