anv/pipeline: Pass through specialization constants
[mesa.git] / src / vulkan / anv_private.h
index 138a40751f299ed8b31df63a938c4575c69967a6..a0ac340cc62714b0a2ba1545fad5bf474aabdf3a 100644 (file)
@@ -1369,7 +1369,8 @@ anv_pipeline_compile_cs(struct anv_pipeline *pipeline,
                         struct anv_pipeline_cache *cache,
                         const VkComputePipelineCreateInfo *info,
                         struct anv_shader_module *module,
-                        const char *entrypoint_name);
+                        const char *entrypoint,
+                        const VkSpecializationInfo *spec_info);
 
 VkResult
 anv_graphics_pipeline_create(VkDevice device,